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

* Add: rules

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

29 lines
616 B
YAML

title: DInject PowerShell Cradle CommandLine Flags
ruletype: Sigma
author: Florian Roth
date: 2021/12/07
description: Detects the use of the Dinject PowerShell cradle based on the specific
flags
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
CommandLine:
- '* /am51*'
- '* /password*'
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Unlikely
id: d78b5d61-187d-44b6-bf02-93486a80de5a
level: critical
logsource:
category: process_creation
product: windows
references:
- https://github.com/snovvcrash/DInjector
status: experimental
tags:
- attack.defense_evasion
- attack.t1055