A financial technology startup has deployed application microservices across multiple AWS accounts. To protect their workloads, the startup's security team needs to implement a solution that continuously scans their container images and virtual machines for software vulnerabilities, while also analyzing log sources (such as VPC Flow Logs and DNS query logs) to detect active threats and potential data exfiltration. Which of the following AWS services should the startup configure to address both of these requirements? (Select two.)
- Amazon GuardDuty to continuously monitor and analyze log sources for active security threats and anomalous behaviors.Answer
- Amazon Inspector to automatically scan container images and virtual machine instances for known software vulnerabilities.Answer
- CAWS CloudTrail to perform deep packet inspection on network traffic and block unauthorized vulnerability scanning attempts.
- DAmazon Macie to scan host operating systems for open ports and apply critical security patches automatically.
- EAWS Shield to monitor system files for integrity and automatically quarantine compromised virtual machines.
Answer
Amazon GuardDuty for active threat detection and Amazon Inspector for vulnerability scanning
Amazon GuardDuty and Amazon Inspector are the correct choices. Amazon GuardDuty is the managed intelligent threat detection service that monitors VPC Flow Logs, DNS logs, and CloudTrail event logs to identify threats like command-and-control communication or data exfiltration. Amazon Inspector is the automated vulnerability management service that scans EC2 instances and ECR container images for software vulnerabilities and unintended network exposure.
Step-by-Step Solution
Key Concept
AWS Threat Detection and Vulnerability Management using Amazon GuardDuty and Amazon Inspector
Estimated Time:2m 0s