Techniques
Sample rules
Space After Filename - macOS
- source: sigma
- technicques:
- t1036
- t1036.006
Description
Detects attempts to masquerade as legitimate files by adding a space to the end of the filename.
Detection logic
condition: 1 of selection*
selection1:
CommandLine|endswith: ' '
selection2:
Image|endswith: ' '