Merge pull request #615 from Neo23x0/devel
fix: dumpert rule with wrong sysmon event id
This commit is contained in:
@@ -56,6 +56,8 @@ detection:
|
||||
# Ursnif
|
||||
- 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 10.0; Win64; x64)'
|
||||
- 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64)'
|
||||
# Emotet
|
||||
- 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; InfoPath.3)' # https://twitter.com/webbthewombat/status/1225827092132179968
|
||||
# Others
|
||||
- '* pxyscand*'
|
||||
- '* asd'
|
||||
|
||||
@@ -30,6 +30,6 @@ logsource:
|
||||
service: sysmon
|
||||
detection:
|
||||
selection:
|
||||
EventID: 13
|
||||
EventID: 11
|
||||
TargetFilename: C:\Windows\Temp\dumpert.dmp
|
||||
condition: selection
|
||||
Reference in New Issue
Block a user