SigmaHQ/rules/windows/process_creation/win_encoded_frombase64string.yml

24 lines
550 B
YAML
Raw Normal View History

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
2019-08-24 11:58:54 +00:00
- attack.defense_evasion
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|base64offset|contains: '::FromBase64String'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: critical