AWS Certified Security – Specialty (SCS-C02) — Question 267

A security engineer needs to implement a solution to determine whether a company’s Amazon EC2 instances are being used to mine cryptocurrency. The solution must provide notifications of cryptocurrency-related activity to an Amazon Simple Notification Service (Amazon SNS) topic.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Amazon GuardDuty natively monitors VPC Flow Logs, DNS logs, and AWS CloudTrail management logs to detect cryptocurrency-related activities, such as an EC2 instance communicating with known mining pools. By integrating GuardDuty with Amazon EventBridge, you can automatically capture these specific findings and route them to an Amazon SNS topic for real-time alerting. Other services like Amazon Inspector focus on vulnerability scanning rather than active threat detection, and AWS Config or Athena queries are not designed for real-time threat intelligence matching of this nature.