Home / Companies / Arnica / Blog / July 2023

July 2023 Summaries

3 posts from Arnica

Filter
Month: Year:
Post Summaries Back to Blog
Secrets in source code pose a significant risk to organizations, as leaks can expose sensitive information such as intellectual property, vulnerabilities, and hardcoded secrets that could be exploited for unauthorized access. Common reasons for secret sprawl include fast-paced software development, lack of formal policies or guidance on secrets management, and developers' tendency to put API keys and credentials in the code for convenience. To mitigate these risks, organizations should adopt proactive policies around source code security, invest in securing secrets, and use tools like Knox, HashiCorp Vault, Azure Key Vault, GitHub Encrypted Secrets, and GitHub secret scanning to manage and detect secrets. Prioritizing the protection of high-risk credentials and implementing least privilege access can also help minimize the impact of a leak.
Jul 18, 2023 1,884 words in the original blog post.
Secret scanning solutions have become increasingly important in application security, but many organizations are not managing secrets effectively. Despite the availability of open-source tools like GitLeaks, Git-Secrets, and Detect-Secrets, periodic secret scanning has become a commodity. Real-time secret scanning provides significant value by enabling teams to enforce a 'zero new hardcoded secrets' policy and reduce the number of risks in their software development ecosystem. To effectively tackle the secrets problem, look for solutions that can scan existing code for secrets, provide real-time scanning, and offer non-disruptive mitigation methods.
Jul 11, 2023 1,420 words in the original blog post.
Source code exfiltration is a growing form of cybercrime where business competitors, disgruntled employees or malicious actors obtain access to and disclose the contents of private code repositories. It can be used for extortion, commercial espionage, and intellectual property theft. To detect source code exfiltration, tools that can spot anomalous activity, provide immediate alerts, and help in investigating suspected historical losses are required. The loss of source code should be treated as an existential threat since it diminishes the unique value of a product and can expose sensitive information about system operations or customers. Automated anomaly detection tools are the most sophisticated defense against source code exfiltration, as they spot suspicious source code access patterns, alert relevant developers and security teams, and apply automatic actions that prevent the malicious activity from continuing until the alert has been triaged.
Jul 05, 2023 1,414 words in the original blog post.