Broader definition certutil.exe rule

This commit is contained in:
Florian Roth
2017-03-20 22:06:48 +01:00
parent 1bf11dc471
commit 6f38a44ec1
@@ -1,6 +1,6 @@
title: Certutil Decode in AppData
status: experimental
description: Detetcs a Microsoft certutil execution with the 'decode' sub command on files in the AppData folder, which is sometimes used to decode malicious code with the built-in certutil utility
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
author: Florian Roth
reference: https://twitter.com/JohnLaTwC/status/835149808817991680
logsource:
@@ -9,8 +9,7 @@ logsource:
detection:
selection:
EventID: 1
Image: '*\certutil.exe'
CommandLine: '* -decode *\AppData\*'
Image: '*\certutil.exe -decode '
condition: selection
falsepositives:
- unknown