Merge pull request #451 from EccoTheFlintstone/sysmon_clean

sysmon rules cleanup and move to process_creation
This commit is contained in:
Florian Roth
2019-09-25 17:28:23 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ date: 2019/08/27
level: critical
logsource:
product: windows
service: sysmon
category: process_creation
detection:
selection:
CommandLine: '*.cpl'
@@ -9,11 +9,11 @@ author: Markus Neis, @Karneades
date: 2018/03/06
logsource:
product: windows
service: sysmon
category: process_creation
detection:
selection:
ParentImage:
- '*\Powershell.exe'
- '*\powershell.exe'
CommandLine:
- '*schtasks*/Create*/SC *ONLOGON*/TN *Updater*/TR *powershell*'
- '*schtasks*/Create*/SC *DAILY*/TN *Updater*/TR *powershell*'