AWS STS GetCallerIdentity Enumeration Via TruffleHog
Description
Detects the use of TruffleHog for AWS credential validation by identifying GetCallerIdentity API calls where the userAgent indicates TruffleHog. Threat actors leverage TruffleHog to enumerate and validate exposed AWS keys. Successful exploitation allows threat actors to confirm the validity of compromised AWS credentials, facilitating further unauthorized access and actions within the AWS environment.
Query · sigma
selection: eventSource: sts.amazonaws.com eventName: GetCallerIdentity userAgent|contains: TruffleHog condition: selection
Known false positives
- Legitimate internal security scanning or key validation that intentionally uses TruffleHog. Authorize and filter known scanner roles, IP ranges, or assumed roles as needed.