SigmaHQ/rules/windows/sysmon/sysmon_susp_certutil_command.yml

32 lines
1.1 KiB
YAML
Raw Normal View History

title: Suspicious Certutil Command
2017-03-02 10:28:34 +00:00
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
- juju4
reference:
- https://twitter.com/JohnLaTwC/status/835149808817991680
- https://twitter.com/subTee/status/888102593838362624
- https://twitter.com/subTee/status/888071631528235010
- https://blogs.technet.microsoft.com/pki/2006/11/30/basic-crl-checking-with-certutil/
- https://www.trustedsec.com/2017/07/new-tool-release-nps_payload/
2017-03-02 10:28:34 +00:00
logsource:
product: windows
service: sysmon
2017-03-02 10:28:34 +00:00
detection:
selection:
EventID: 1
CommandLine:
2017-03-27 20:30:26 +00:00
- '*\certutil.exe * -decode *'
- '*\certutil.exe * -decodehex *'
- '*\certutil.exe *-urlcache* http*'
- '*\certutil.exe *-urlcache* ftp*'
- '*\certutil.exe *-URL*'
- '*\certutil.exe *-ping*'
2017-03-02 10:28:34 +00:00
condition: selection
falsepositives:
- False positives depend on scripts and administrative tools used in the monitored environment
2017-03-02 10:28:34 +00:00
level: high