Rar Usage with Password and Compression Level
Description
Detects the use of rar.exe, on the command line, to create an archive with password protection or with a specific compression level. This is pretty indicative of malicious actions.
Query · sigma
selection_password: CommandLine|contains: ' -hp' selection_other: CommandLine|contains: - ' -m' - ' a ' condition: selection_password and selection_other
Known false positives
- Legitimate use of Winrar command line version
- Other command line tools, that use these flags