2019-02-25 23:24:46 +00:00
|
|
|
title: Certutil Encode
|
2019-11-12 22:12:27 +00:00
|
|
|
id: e62a9f0c-ca1e-46b2-85d5-a6da77f86d1a
|
2019-02-25 23:24:46 +00:00
|
|
|
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/
|
2020-11-28 11:31:40 +00:00
|
|
|
author: Florian Roth, Jonhnathan Ribeiro, oscd.community
|
2019-02-25 23:24:46 +00:00
|
|
|
date: 2019/02/24
|
2020-11-28 11:31:40 +00:00
|
|
|
modified: 2020/11/28
|
2020-09-05 17:35:21 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1027
|
2019-02-25 23:24:46 +00:00
|
|
|
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:
|
2020-11-28 11:31:40 +00:00
|
|
|
Image|endswith: '\certutil.exe'
|
2020-11-20 05:23:18 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- '-f'
|
|
|
|
- '-encode'
|
2019-03-01 23:14:20 +00:00
|
|
|
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
|