Skip to content

rules: add AWS Secrets Manager BatchGetSecretValue bulk retrieval (T1555.006)#6086

Open
adamalizeerj wants to merge 1 commit into
SigmaHQ:masterfrom
adamalizeerj:aws-secretsmanager-batchgetsecretvalue
Open

rules: add AWS Secrets Manager BatchGetSecretValue bulk retrieval (T1555.006)#6086
adamalizeerj wants to merge 1 commit into
SigmaHQ:masterfrom
adamalizeerj:aws-secretsmanager-batchgetsecretvalue

Conversation

@adamalizeerj

Copy link
Copy Markdown

Summary of the Pull Request

Adds a new detection for AWS Secrets Manager bulk secret retrieval via the BatchGetSecretValue API. This API returns the values of up to 20 secrets in a single call, and adversaries abuse it (often with a catch-all filter) to harvest many secrets at once while keeping API call volume low compared to iterating GetSecretValue. SigmaHQ currently has no Secrets Manager coverage. Validated with tests/test_rules.py (OK). Maps to MITRE ATT&CK T1555.006.

Changelog

new: AWS Secrets Manager Bulk Secret Retrieval Via BatchGetSecretValue

Example Log Event

Fixed Issues

SigmaHQ Rule Creation Conventions

  • If your PR adds new rules, please consider following and applying these conventions

@github-actions github-actions Bot added Rules Review Needed The PR requires review labels Jun 27, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome @adamalizeerj 👋

It looks like this is your first pull request on the Sigma rules repository!

Please make sure to read the SigmaHQ conventions to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.

Thanks again, and welcome to the Sigma community! 😃

If you want to engage more with the community for official support, general discussions or announcements:

👉 Join our Discord server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Review Needed The PR requires review Rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant