SigmaHQ/rules/windows/sysmon/sysmon_susp_certutil_command.yml
Florian Roth cdf0894e6a Corrected error in certutil rules (-f means force overwrite, not file)
> the -urlcache is the relevant command
2017-07-20 12:54:55 -06:00

25 lines
770 B
YAML

title: Suspicious Certutil Command
status: experimental
description: Detetcs a suspicious Microsoft certutil execution with sub commands like 'decode' sub command, which is sometimes used to decode malicious code with the built-in certutil utility
author: Florian Roth
reference:
- https://twitter.com/JohnLaTwC/status/835149808817991680
- https://twitter.com/subTee/status/888102593838362624
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image:
- '*\certutil.exe * -decode *'
- '*\certutil.exe * -decodehex *'
- '*\certutil.exe *-urlcache* http*'
- '*\certutil.exe *-urlcache* ftp*'
condition: selection
falsepositives:
- unknown
level: high