Docker Container Discovery Via Dockerenv Listing
Description
Detects listing or file reading of ".dockerenv" which can be a sing of potential container discovery
Query · sigma
selection: Image|endswith: - /cat - /dir - /find - /ls - /stat - /test - grep CommandLine|endswith: .dockerenv condition: selection
Known false positives
- Legitimate system administrator usage of these commands
- Some container tools or deployments may use these techniques natively to determine how they proceed with execution, and will need to be filtered