Files
blue-team-tools/rules/windows/process_creation/win_class_exec_xwizard.yml
T
2021-11-27 11:33:14 +01:00

24 lines
715 B
YAML

title: Custom Class Execution via Xwizard
id: 53d4bb30-3f36-4e8a-b078-69d36c4a79ff
status: test
description: Detects the execution of Xwizard tool with specific arguments which utilized to run custom class properties.
author: 'Ensar Şamil, @sblmsrsn, @oscd_initiative'
references:
- https://lolbas-project.github.io/lolbas/Binaries/Xwizard/
date: 2020/10/07
modified: 2021/11/27
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\xwizard.exe'
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
falsepositives:
- Unknown
level: medium
tags:
- attack.defense_evasion
- attack.t1218