mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
Update win_susp_certutil_command.yml
This commit is contained in:
parent
4a3bb4b963
commit
04125cc4c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user