Added Sigma Rules

This commit is contained in:
Tanaka Zakku
2021-11-14 11:00:56 +09:00
parent ac3ea7b20b
commit 50aebce32e
1078 changed files with 45490 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
title: Accessing WinAPI in PowerShell. Code Injection.
author: Nikita Nazarov, oscd.community
date: 2020/10/06
description: Detecting Code injection with PowerShell in another process
detection:
SELECTION_1:
EventID: 8
SELECTION_2:
SourceImage: '*\powershell.exe'
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Unknown
id: eeb2e3dc-c1f4-40dd-9bd5-149ee465ad50
level: high
logsource:
category: create_remote_thread
definition: Note that you have to configure logging for CreateRemoteThread in
Symson config
product: windows
references:
- https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse
status: experimental
tags:
- attack.execution
- attack.t1059.001
yml_filename: sysmon_powershell_code_injection.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/create_remote_thread