SigmaHQ/rules/windows/sysmon/sysmon_susp_certutil_decode.yml

21 lines
581 B
YAML
Raw Normal View History

2017-03-02 10:28:34 +00:00
title: Certutil Decode in AppData
status: experimental
2017-03-20 21:06:48 +00:00
description: Detetcs a Microsoft certutil execution with the 'decode' sub command, which is sometimes used to decode malicious code with the built-in certutil utility
2017-03-02 10:28:34 +00:00
author: Florian Roth
reference: https://twitter.com/JohnLaTwC/status/835149808817991680
logsource:
product: windows
service: sysmon
2017-03-02 10:28:34 +00:00
detection:
selection:
EventID: 1
2017-03-27 20:30:26 +00:00
Image:
- '*\certutil.exe * -decode *'
- '*\certutil.exe * -decodehex *'
2017-03-02 10:28:34 +00:00
condition: selection
falsepositives:
- unknown
level: high