Skip to main content

Detection Engine Updates Version 2.153

calendar icon   Release Date: December 05, 2025

This release introduces 6 new detectors with comprehensive coverage for cloud services and databases, significant Rust migration for pattern matching performance, and support for 883 new secret providers.

New Detectors and Checkers

New Checkers

Detector Improvements

  • Cloudflare API Credentials: Updated checker to work with multiple types of tokens.
  • MySQL Credentials: Enhanced recall of MySQL Assignment detector by removing the constraint on the prefix.
  • GitLab Token: Updated gitlab_personal_token_v2 to cover new patterns.
  • Fireworks AI API Key: Updated detector regex to improve recall.
  • JSON Web Token: Fixed detector crashing if the expiration date was set to "inf".
  • SSH Credentials: Updated SSH password detector to use an AggregateMatcher instead of explicitly listing multiple matchers.
  • Duo Keys: Updated detector to use an AggregateMatcher instead of explicitly listing multiple matchers.
  • Azure Event Grid Access Key: Updated Azure Event Grid Access Key With Host detector to use an AggregateMatcher instead of explicitly listing multiple matchers.

Analyzer Upgrades

  • AWS IAM: Removed aws_iam analyzer as AWS IAM scope analysis is now performed by NHI integration with AWS.

Miscellaneous

  • Added support for 883 new secret providers for improved incident prioritization on generic secrets.