Update win_mal_ryuk.yml

This commit is contained in:
Jonhnathan 2020-10-15 16:18:14 -03:00 committed by GitHub
parent 8d44548a2c
commit 983e9cb9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,13 @@ logsource:
product: windows
detection:
selection:
CommandLine:
- '*\net.exe stop "samss" *'
- '*\net.exe stop "audioendpointbuilder" *'
- '*\net.exe stop "unistoresvc_?????" *'
CommandLine|contains|all:
- 'net.exe'
- 'stop'
CommandLine|contains:
- 'samss'
- 'audioendpointbuilder'
- 'unistoresvc_?????'
condition: selection
falsepositives:
- Unlikely