LoFP LoFP / as this is a general purpose rule, legitimate usage of the encode functionality will trigger some false positives. apply additional filters accordingly

Techniques

Sample rules

File Encoded To Base64 Via Certutil.EXE

Description

Detects the execution of certutil with the “encode” flag to encode a file to base64. This can be abused by threat actors and attackers for data exfiltration

Detection logic

condition: all of selection_*
selection_cli:
  CommandLine|contains|windash: -encode
selection_img:
- Image|endswith: \certutil.exe
- OriginalFileName: CertUtil.exe