SigmaHQ/rules/windows/process_creation/win_encoded_frombase64string.yml
2019-08-24 13:53:05 +02:00

23 lines
521 B
YAML

title: Encoded FromBase64String
status: experimental
description: Detects a base64 encoded FromBase64String keyword in a process command line
author: Florian Roth
date: 2019/08/24
tags:
- attack.t1086
- attack.t1140
- attack.execution
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|base64offset|contains: '::FromBase64String'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: critical