Feature/rm submodule (#312)

* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
This commit is contained in:
itiB
2021-12-20 21:14:32 +09:00
committed by GitHub
parent 1aebdca160
commit 83d891b2fa
1196 changed files with 46186 additions and 4 deletions
@@ -0,0 +1,28 @@
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