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 BooksAdvanced Penetration Testing: Hacking AWS 2 This book delves deeper into analyzing the security of various AWS services and shows techniques and tactics used by an attacker to breach an AWS environment
Hands-On AWS Penetration Testing with Kali Linux Set up a virtual lab and pentest major AWS services, including EC2, S3, Lambda, and Cloud
Last updated