Hidden Files and Directories
Description
Detects adversary creating hidden file or directory, by detecting directories or files with . as the first character
Query · sigma
selection_commands: type: EXECVE a0: - mkdir - nano - touch - vi - vim selection_arguments: - a1|re: (^|\/)\.[^.\/] - a2|re: (^|\/)\.[^.\/] condition: all of selection_*
Known false positives
- Unknown