Potential Container Discovery Via Inodes Listing
Description
Detects listing of the inodes of the "/" directory to determine if the we are running inside of a container.
Query · sigma
selection_ls_img:
Image|endswith: /ls
selection_ls_cli:
- CommandLine|endswith: ' /'
- CommandLine|contains: ' / '
selection_regex_inode:
CommandLine|re: (?:\s-[^-\s]{0,20}i|\s--inode\s)
selection_regex_dir:
CommandLine|re: (?:\s-[^-\s]{0,20}d|\s--directory\s)
condition: all of 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