mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
23 lines
727 B
YAML
23 lines
727 B
YAML
title: Custom Class Execution via Xwizard
|
|
id: 53d4bb30-3f36-4e8a-b078-69d36c4a79ff
|
|
status: experimental
|
|
description: Detects the execution of Xwizard tool with specific arguments which utilized to run custom class properties.
|
|
references:
|
|
- https://lolbas-project.github.io/lolbas/Binaries/Xwizard/
|
|
author: 'Ensar Şamil, @sblmsrsn, @oscd_initiative'
|
|
date: 2020/10/07
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1218
|
|
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
|