Added Sigma Rules
This commit is contained in:
28
rules/Sigma/sysmon_powershell_code_injection.yml
Normal file
28
rules/Sigma/sysmon_powershell_code_injection.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user