A logistics firm hosts its order-processing application on Amazon EC2 instances within a private subnet. The security team must implement a solution to monitor the environment for network-layer threat activity, such as brute-force attacks or command-and-control (C2) communication, and receive alerts if any instances start communicating with known malicious IP addresses.
Which solution meets these requirements with the least operational overhead?
- AModify the subnet's Network ACLs to act as a stateful firewall that monitors outbound connections, and use AWS Config to analyze these traffic patterns for threats.
- Enable Amazon GuardDuty to analyze VPC Flow Logs and DNS query logs for threat detection, and configure an Amazon EventBridge rule to send notifications through Amazon SNS when a finding is generated.Cevap
- CDeploy AWS WAF at the subnet level to inspect all incoming TCP packets for network-layer anomalies, and use AWS Shield Standard to trigger alerts for malicious connections.
- DConfigure security groups at the subnet level to generate logs of blocked connection attempts, and use AWS CloudTrail Insights to inspect active network streams.
Cevap
Enable Amazon GuardDuty to analyze VPC Flow Logs and DNS query logs for threat detection, and configure an Amazon EventBridge rule to send notifications through Amazon SNS when a finding is generated.
The correct solution uses Amazon GuardDuty, which natively integrates and analyzes VPC Flow Logs, DNS query logs, and CloudTrail events. It detects threat patterns such as command-and-control (C2) communication and brute-force attempts without requiring any software agents. By routing GuardDuty findings through Amazon EventBridge to an Amazon SNS topic, the security team receives automated, real-time alerts with minimal operational effort.
Adım Adım Çözüm
Anahtar Kavram
Continuous security monitoring and threat detection at the network layer using managed AWS services.
Tahmini Süre:2m 0s