2019-02-25 23:24:46 +00:00
|
|
|
title: Certutil Encode
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious a certutil command that used to encode files, which is sometimes used for data exfiltration
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil
|
|
|
|
- https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/
|
2019-02-25 23:24:46 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2019/02/24
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-25 23:24:46 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- certutil -f -encode *
|
|
|
|
- certutil.exe -f -encode *
|
|
|
|
- certutil -encode -f *
|
|
|
|
- certutil.exe -encode -f *
|
|
|
|
condition: selection
|
2019-02-25 23:24:46 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- unknown
|
2019-02-25 23:24:46 +00:00
|
|
|
level: medium
|