Skip to content

Commit

Permalink
Merge pull request SigmaHQ#725 from WilliamBruneau/fix_null_list
Browse files Browse the repository at this point in the history
Move null values out from list in rules
  • Loading branch information
Neo23x0 authored Jun 3, 2020
2 parents 022d73f + 84dd8c3 commit d97d2ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rules/windows/sysmon/sysmon_ads_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ logsource:
detection:
selection:
EventID: 15
filter:
Imphash:
- '00000000000000000000000000000000'
- null
condition: selection and not filter
filter1:
Imphash: '00000000000000000000000000000000'
filter2:
Imphash: null
condition: selection and not 1 of filter*
fields:
- TargetFilename
- Image
Expand Down

0 comments on commit d97d2ce

Please sign in to comment.