LoFP LoFP / legitimate use of 7z to compress wer \".dmp\" files for troubleshooting

Techniques

Sample rules

7Zip Compressing Dump Files

Description

Detects execution of 7z in order to compress a file with a “.dmp”/".dump" extension, which could be a step in a process of dump file exfiltration.

Detection logic

condition: all of selection_*
selection_extension:
  CommandLine|contains:
  - .dmp
  - .dump
  - .hdmp
selection_img:
- Description|contains: 7-Zip
- Image|endswith:
  - \7z.exe
  - \7zr.exe
  - \7za.exe
- OriginalFileName:
  - 7z.exe
  - 7za.exe