aws / aws-eks-best-practices

A best practices guide for day 2 operations, including operational excellence, security, reliability, performance efficiency, and cost optimization.
https://aws.github.io/aws-eks-best-practices/
Other
1.93k stars 465 forks source link

Embellish section on Forensics #22

Open jicowan opened 3 years ago

jicowan commented 3 years ago

Describe the best practice Customers want additional information about how to do a forensics investigation involving containers.

This is an evolving space. Performing a forensics against a container is challenging because containers are oftentimes ephemeral; by the time you realize a container has been compromised, the container has been replaced. You can compensate for this by running software that warns of suspicious behavior while the container is running, but additional guidance is necessary to capture evidence of a breach.

jicowan commented 3 years ago

Don’t panic Don’t exec into the container, alert the attacker that you know Prevention Collection

Incident response plan, know what steps to take, who to contact, how to recover