Merge pull request #890 from rtkbkish/file-event-fixes

Fixes for rules in the sysmon file_event category
This commit is contained in:
Florian Roth
2020-07-05 13:13:24 +02:00
committed by GitHub
3 changed files with 3 additions and 6 deletions
@@ -10,9 +10,6 @@ date: 2020/02/04
tags:
- attack.credential_access
- attack.t1003
logsource:
category: file_event
product: windows
falsepositives:
- Very unlikely
level: critical
@@ -26,8 +23,8 @@ detection:
condition: selection
---
logsource:
category: file_event
product: windows
service: sysmon
detection:
selection:
TargetFilename: C:\Windows\Temp\dumpert.dmp
@@ -10,7 +10,7 @@ logsource:
detection:
selection:
Image: '*\mstsc.exe'
TargetFileName: '*\Microsoft\Windows\Start Menu\Programs\Startup\\*'
TargetFilename: '*\Microsoft\Windows\Start Menu\Programs\Startup\\*'
condition: selection
falsepositives:
- unknown
@@ -11,7 +11,7 @@ tags:
- attack.persistence
logsource:
product: windows
category: file_created
category: file_event
detection:
selection:
Image: 'C:\WINDOWS\system32\wbem\scrcons.exe'