Files
hayabusa/rules/sigma/process_creation/win_class_exec_xwizard.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

30 lines
799 B
YAML

title: Custom Class Execution via Xwizard
ruletype: Sigma
author: Ensar Şamil, @sblmsrsn, @oscd_initiative
date: 2020/10/07
description: Detects the execution of Xwizard tool with specific arguments which utilized
to run custom class properties.
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image: '*\xwizard.exe'
SELECTION_3:
CommandLine|re: \{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\}
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unknown
id: 53d4bb30-3f36-4e8a-b078-69d36c4a79ff
level: medium
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://lolbas-project.github.io/lolbas/Binaries/Xwizard/
status: test
tags:
- attack.defense_evasion
- attack.t1218