File and Directory Discovery - Linux
Description
Detects usage of system utilities such as "find", "tree", "findmnt", etc, to discover files, directories and network shares.
Query · sigma
selection_file_with_asterisk:
Image|endswith: /file
CommandLine|re: (.){200,}
selection_recursive_ls:
Image|endswith: /ls
CommandLine|contains: -R
selection_find_execution:
Image|endswith: /find
selection_tree_execution:
Image|endswith: /tree
selection_findmnt_execution:
Image|endswith: /findmnt
selection_locate_execution:
Image|endswith: /mlocate
condition: 1 of selection_*
Known false positives
- Legitimate activities