Password Protected Compressed File Extraction Via 7Zip
Description
Detects usage of 7zip utilities (7z.exe, 7za.exe and 7zr.exe) to extract password protected zip files.
Query · sigma
selection_img: - Description|contains: 7-Zip - Image|endswith: - \7z.exe - \7za.exe - \7zr.exe - OriginalFileName: - 7z.exe - 7za.exe - 7zr.exe selection_password: CommandLine|contains|all: - ' -p' - ' x ' - ' -o' condition: all of selection_*
Known false positives
- Legitimate activity is expected since extracting files with a password can be common in some environment.