mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
fix: multiple false positive conditions
This commit is contained in:
parent
240b764660
commit
d48fc9d1ff
@ -18,7 +18,9 @@ detection:
|
||||
selection:
|
||||
EventID: 15
|
||||
filter:
|
||||
Imphash: '00000000000000000000000000000000'
|
||||
Imphash:
|
||||
- '00000000000000000000000000000000'
|
||||
- null
|
||||
condition: selection and not filter
|
||||
fields:
|
||||
- TargetFilename
|
||||
|
@ -24,7 +24,9 @@ detection:
|
||||
exec_exclusion1:
|
||||
Image: '*\explorer.exe'
|
||||
exec_exclusion2:
|
||||
CommandLine: '*\netlogon.bat'
|
||||
CommandLine:
|
||||
- '*\netlogon.bat'
|
||||
- '*\UsrLogon.cmd'
|
||||
condition: exec_selection and not exec_exclusion1 and not exec_exclusion2
|
||||
---
|
||||
logsource:
|
||||
|
Loading…
Reference in New Issue
Block a user