Files
blue-team-tools/rules/windows/process_creation/win_susp_certutil_encode.yml
T

24 lines
792 B
YAML
Raw Normal View History

2019-02-26 00:24:46 +01:00
title: Certutil Encode
2019-11-12 23:12:27 +01:00
id: e62a9f0c-ca1e-46b2-85d5-a6da77f86d1a
2019-02-26 00:24:46 +01:00
status: experimental
description: Detects suspicious a certutil command that used to encode files, which is sometimes used for data exfiltration
references:
2019-03-02 00:14:20 +01: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-26 00:24:46 +01:00
author: Florian Roth
date: 2019/02/24
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
2019-02-26 00:24:46 +01:00
detection:
2019-03-02 00:14:20 +01:00
selection:
CommandLine:
- certutil -f -encode *
- certutil.exe -f -encode *
- certutil -encode -f *
- certutil.exe -encode -f *
condition: selection
2019-02-26 00:24:46 +01:00
falsepositives:
2019-03-02 00:14:20 +01:00
- unknown
2019-02-26 00:24:46 +01:00
level: medium