Skip to main content

6 posts tagged with "detection-engine"

View All Tags

Detection Engine Updates Version 2.136 + 2.137

calendar icon   Release Date: April 29, 2025

As AI adoption accelerates across organizations, securing API keys for platforms like Perplexity AI and Anthropic becomes increasingly critical. This update introduces specialized detectors for these emerging AI services alongside improvements to existing detectors and Azure cloud components.

New Detectors

Detector Improvements

  • LDAP CredentialsChecker Upgrade: Improved the LDAP checker to better distinguish between connection errors and invalid credentials. Updated ldap_credentials_assignment_with_dn to remove false positives.
  • JSON Web TokenDetector Upgrade: The detector will now detect all JWTs regardless of their contents.
  • Cloudinary API KeysDetector Upgrade: Extended charset of cloudinary_api_key_config to improve recall.
  • Auth0 KeysDetector Upgrade: Improved recall of the detector to detect more domains.
  • Claude API KeyDetector Upgrade: Refined regex for Claude API keys.
  • Riot Games API KeyChecker Updated: Banlist checker will be deleted.
  • LINE Notify TokenChecker Updated: Banlist checker as the service has been discontinued.

Detection Engine Updates Version 2.135

calendar icon   Release Date: April 14, 2025

We're enhancing our engine with a major focus on Artifactory secret detection. Artifactory is a critical artifact repository manager used by thousands of organizations to store, manage, and distribute software packages and dependencies. Compromised Artifactory credentials can lead to supply chain attacks, allowing attackers to poison software dependencies or access proprietary code.

New Detectors

Detector Improvements

Detection Engine Updates Version 2.134

calendar icon   Release Date: March 19, 2025

Bringing enhanced accuracy and broader coverage:

New Detectors

Detector Improvements

  • LINE Messaging OAuth2 – Removed false positives from the LINE Messaging OAuth2 detector.
  • OpenAI API Key – Fixed a bug in the analyzer for OpenAI API Key that prevented it from reporting threads:* scopes.

Detector changes

  • FCM API Key – Removed FCM API Key checker since its API was removed.

Miscellaneous

  • Add User Agent GitGuardian in HTTPClient class used by analyzers.

Detection Engine Updates Version 2.133

calendar icon   Release Date: February 27, 2025

This update introduces several critical security detectors for popular services, notably expanding OpenAI detection capabilities with new Project API Key, Admin API Key, and improved Service Account detection patterns. The addition of 1Password Service Account Token detection is equally significant, as both these services represent high-value security targets. OpenAI API keys provide access to powerful AI capabilities and could lead to substantial usage charges if compromised, while 1Password tokens could potentially expose entire password vaults containing sensitive credentials across an organization.

Detection Engine Updates Version 2.131 + 2.132

calendar icon   Release Date: February 11, 2025

New Detectors

Detector Improvements

  • Microsoft Azure Storage Account KeyDetector Upgrade: Removed a false positive from Microsoft Azure Storage Account Key (example from Microsoft documentation).
  • Generic PasswordDetector Upgrade: Removed secrets with ***** as they are likely to be false positives.
  • Groq API KeyDetector Upgrade: Improved recall for Groq API.
  • Netlify TokenChecker Upgrade: Updated checker to match the documentation.

Engine Enhancements

  • Enabled HTTPChecker to function without a base URL.
  • Network caching has been improved in some analyzers, resulting in fewer HTTP calls.