Update win_susp_certutil_command.yml

This commit is contained in:
Jonhnathan 2020-10-15 18:29:56 -03:00 committed by GitHub
parent 4a3bb4b963
commit 04125cc4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,21 +19,21 @@ logsource:
product: windows
detection:
selection:
CommandLine:
- '* -decode *'
- '* /decode *'
- '* -decodehex *'
- '* /decodehex *'
- '* -urlcache *'
- '* /urlcache *'
- '* -verifyctl *'
- '* /verifyctl *'
- '* -encode *'
- '* /encode *'
- '*certutil* -URL*'
- '*certutil* /URL*'
- '*certutil* -ping*'
- '*certutil* /ping*'
CommandLine|contains:
- ' -decode '
- ' /decode '
- ' -decodehex '
- ' /decodehex '
- ' -urlcache '
- ' /urlcache '
- ' -verifyctl '
- ' /verifyctl '
- ' -encode '
- ' /encode '
- 'certutil* -URL'
- 'certutil* /URL'
- 'certutil* -ping'
- 'certutil* /ping'
condition: selection
fields:
- CommandLine