Pubprn.vbs Proxy Execution

Detects the use of the 'Pubprn.vbs' Microsoft signed script to execute commands.

Sigma rule (View on GitHub)

 1title: Pubprn.vbs Proxy Execution
 2id: 1fb76ab8-fa60-4b01-bddd-71e89bf555da
 3status: test
 4description: Detects the use of the 'Pubprn.vbs' Microsoft signed script to execute commands.
 5references:
 6    - https://lolbas-project.github.io/lolbas/Scripts/Pubprn/
 7author: frack113
 8date: 2022/05/28
 9tags:
10    - attack.defense_evasion
11    - attack.t1216.001
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine|contains|all:
18            - '\pubprn.vbs'
19            - 'script:'
20    condition: selection
21falsepositives:
22    - Unknown
23level: medium

References

Related rules

to-top