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

27 lines
615 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
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
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'
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:
2021-11-27 11:33:14 +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
- attack.t1086 # an old one