Amazon GuardDuty


  • Intelligent Threat discovery to protect AWS Account
  • Uses ML algorithms, anomaly detection, 3rd party data
  • Input data includes:
    • CloudTrail Event Logs - unusual API calls, unauthorized deployments
      • CloudTrail Management Events - create VPC subnet, create trail, โ€ฆ
      • CloudTrail S3 Data Events - get, list, delete object, โ€ฆ
    • VPC Flow Logs -unusual internal traffic, unusual IP addresses
    • DNS Logs - compromised EC2 instances sending encoded data within DNS queries
    • Optional Features - EKS Audit Logs, RDS & Aurora, EBS Lambda, S3 Data Events, โ€ฆ
  • Can set EventBridge rules to be notified in case of findings
  • EventBridge rules can target AWS Lambda or SNS
  • Can protect against CryptoCurrency attacks

Managing member accounts

  • Organizationโ€™s delegated admin account ๋กœ member account ๋“ค์˜ GD ๋ฅผ ํ†ตํ•ฉ์œผ๋กœ ๊ด€๋ฆฌ ๊ฐ€๋Šฅ
    • Admin ์ด ๊ด€๋ฆฌํ•˜๋Š” Member Account ๋Š” ์Šค์Šค๋กœ Detector ๋ฅผ Disable ํ•˜๊ฑฐ๋‚˜ Protection Plans ๋ฅผ Disable ํ•  ์ˆ˜ ์—†์Œ
  • Member Account ๋‹น 1 ๊ฐœ์˜ Detector ๊ฐ€ ๋ฐฐ์ •๋˜๋ฉฐ ํ•ด๋‹น Detector ์˜ Protection Plans ์ œ์–ด ๊ฐ€๋Šฅ
    • ์ฆ‰, ๊ฐ Member Account ๋งˆ๋‹ค Detector ID ๊ฐ€ ๋‹ค๋ฆ„
  • Protection Plans
    • S3 Protection
    • EKS Protection
    • Runtime Monitoring
    • Malware Protection for EC2
    • RDS Protection
    • Lambda Protection
  • Amazon GuardDuty ECS Runtime Monitoring Overview | Amazon Web Services

References