SNS - Simple Notification Service

SNS Enumeration and Exploitation

SNS is a managed messaging service for communication, allowing messaging between decoupled microservices applications or directly to users via SMS or email.

Enumeratation

aws sns list-topics --profile <profile-name> --region <region name>

Subscribe to SNS Topic

aws sns subscribe --topic-arn <topic-arn> --protocol email --notification-endpoint <email-address> --region <region name> --profile <profile>

Interesting Book

Interesting Books

Disclaimer: As an Amazon Associate, I earn from qualifying purchases. This helps support this GitBook project at no extra cost to you.

Last updated