mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
cdf0894e6a
> the -urlcache is the relevant command
25 lines
770 B
YAML
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
|
|
|
|
|