Update win_malware_notpetya.yml

This commit is contained in:
Jonhnathan 2020-11-27 15:29:29 -03:00 committed by GitHub
parent 3410a1eece
commit 217dd53c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,9 @@ logsource:
product: windows
detection:
pipe_com:
CommandLine|contains: '\AppData\Local\Temp\\* \\.\pipe\\'
CommandLine|contains|all:
- '\AppData\Local\Temp\'
- '\\.\pipe\\'
rundll32_dash1:
Image|endswith: '\rundll32.exe'
CommandLine|endswith: '.dat,#1'
@ -37,3 +39,4 @@ fields:
falsepositives:
- Admin activity
level: critical