Files
blue-team-tools/rules/windows/process_creation/win_susp_certutil_encode.yml
T
2022-01-07 07:04:24 +01:00

27 lines
801 B
YAML

title: Certutil Encode
id: e62a9f0c-ca1e-46b2-85d5-a6da77f86d1a
status: test
description: Detects suspicious a certutil command that used to encode files, which is sometimes used for data exfiltration
author: Florian Roth, Jonhnathan Ribeiro, oscd.community
references:
- 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/
date: 2019/02/24
modified: 2022/01/07
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\certutil.exe'
CommandLine|contains|all:
- '-f'
- '-encode'
condition: selection
falsepositives:
- unknown
level: medium
tags:
- attack.defense_evasion
- attack.t1027