Skip to content

Commit

Permalink
fixed the yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
swachchhanda000 authored and Swachchhanda Shrawan Poudel committed Aug 3, 2024
1 parent 3783f62 commit ded02b3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ logsource:
product: windows
detection:
selection:
Image|endswith: '\svchost.exe'
Image|endswith: '\svchost.exe'
filter:
- Image|contains:
- '\Windows\System32\' # C:\WINDOWS\system32\random\svchost.exe will evade this logic
- '\Windows\SysWOW64\'
- OriginalFileName: 'svchost.exe'
- Image|contains:
- '\Windows\System32\' # C:\WINDOWS\system32\random\svchost.exe will evade this logic
- '\Windows\SysWOW64\'
- OriginalFileName: 'svchost.exe'
condition: selection_image and not filter
falsepositives:
- Unknown
Expand Down

0 comments on commit ded02b3

Please sign in to comment.