LoFP LoFP / highly likely if rar is a default archiver in the monitored environment.

Techniques

Sample rules

Files Added To An Archive Using Rar.EXE

Description

Detects usage of “rar” to add files to an archive for potential compression. An adversary may compress data (e.g. sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network.

Detection logic

condition: selection
selection:
  CommandLine|contains: ' a '
  Image|endswith: \rar.exe