Windows: PrintBrm.exe ZIP extraction or creation via command-line parameters

Flags PrintBrm.exe executions that include '-f' and '.zip', consistent with ZIP creation or extraction behavior.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-05-02
Updated
2026-07-31
title: "Windows: PrintBrm.exe ZIP extraction or creation via command-line parameters"
id: ab730970-a50e-471f-8ce3-ad91335ce2d6
status: test
description: This rule flags execution of PrintBrm.exe when its command line includes the arguments '-f' and references a '.zip' file, indicating ZIP creation or extraction behavior. Attackers can use this LOLBin-like utility to package or extract files in a stealthy way, blending with legitimate Windows tooling. Detection relies on Windows process creation telemetry that includes the executable path/name and full command line.
references:
  - https://lolbas-project.github.io/lolbas/Binaries/PrintBrm/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_lolbin_printbrm.yml
author: frack113, Huntrule Team
date: 2022-05-02
tags:
  - attack.command-and-control
  - attack.stealth
  - attack.t1105
  - attack.t1564.004
logsource:
  product: windows
  category: process_creation
detection:
  selection:
    Image|endswith: \PrintBrm.exe
    CommandLine|contains|all:
      - " -f"
      - .zip
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: cafeeba3-01da-4ab4-b6c4-a31b1d9730c7
    type: derived