Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_encoded_frombase64string.yml
T

31 lines
803 B
YAML
Raw Normal View History

2019-08-24 12:38:51 +02:00
title: Encoded FromBase64String
2019-11-12 23:12:27 +01:00
id: fdb62a13-9a81-4e5c-a38f-ea93a16f6d7c
2021-11-27 11:33:14 +01:00
status: test
2019-08-24 12:38:51 +02:00
description: Detects a base64 encoded FromBase64String keyword in a process command line
author: Florian Roth
date: 2019/08/24
modified: 2022/03/07
2019-08-24 12:38:51 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-08-24 12:38:51 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
- CommandLine|base64offset|contains: '::FromBase64String'
# UTF-16 LE
- CommandLine|contains:
- 'OgA6AEYAcgBvAG0AQgBhAHMAZQA2ADQAUwB0AHIAaQBuAGcA'
- 'oAOgBGAHIAbwBtAEIAYQBzAGUANgA0AFMAdAByAGkAbgBnA'
- '6ADoARgByAG8AbQBCAGEAcwBlADYANABTAHQAcgBpAG4AZw'
2021-11-27 11:33:14 +01:00
condition: selection
2019-08-24 12:38:51 +02:00
fields:
2021-11-27 11:33:14 +01:00
- CommandLine
- ParentCommandLine
2019-08-24 12:38:51 +02:00
falsepositives:
2022-03-16 13:43:54 +01:00
- Unknown
2019-08-24 12:38:51 +02:00
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.defense_evasion
- attack.t1140
- attack.execution
- attack.t1059.001