2019-08-24 10:38:51 +00:00
|
|
|
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
|
2019-08-24 10:38:51 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
CommandLine|base64offset|contains: '::FromBase64String'
|
|
|
|
condition: selection
|
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
falsepositives:
|
|
|
|
- unknown
|
|
|
|
level: critical
|