HackTool - DInjector PowerShell Cradle Execution

Detects the use of the Dinject PowerShell cradle based on the specific flags

Sigma rule (View on GitHub)

 1title: HackTool - DInjector PowerShell Cradle Execution
 2id: d78b5d61-187d-44b6-bf02-93486a80de5a
 3status: test
 4description: Detects the use of the Dinject PowerShell cradle based on the specific flags
 5references:
 6    - https://github.com/snovvcrash/DInjector # Original got deleted. This is a fork
 7author: Florian Roth (Nextron Systems)
 8date: 2021/12/07
 9modified: 2023/02/04
10tags:
11    - attack.defense_evasion
12    - attack.t1055
13logsource:
14    category: process_creation
15    product: windows
16detection:
17    selection:
18        CommandLine|contains|all:
19            - ' /am51'
20            - ' /password'
21    condition: selection
22falsepositives:
23    - Unlikely
24level: critical

References

Related rules

to-top