Files
blue-team-tools/rules/windows/sysmon/sysmon_susp_certutil_decode.yml
T

21 lines
581 B
YAML
Raw Normal View History

2017-03-02 11:28:34 +01:00
title: Certutil Decode in AppData
status: experimental
2017-03-20 22:06:48 +01: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 11:28:34 +01:00
author: Florian Roth
reference: https://twitter.com/JohnLaTwC/status/835149808817991680
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
2017-03-02 11:28:34 +01:00
detection:
selection:
EventID: 1
2017-03-27 22:30:26 +02:00
Image:
- '*\certutil.exe * -decode *'
- '*\certutil.exe * -decodehex *'
2017-03-02 11:28:34 +01:00
condition: selection
falsepositives:
- unknown
level: high