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

26 lines
744 B
YAML
Raw Normal View History

2023-01-26 22:42:56 +01:00
title: Base64 Encoded PowerShell Command Detected
2020-01-29 16:05:12 +01:00
id: e32d4572-9826-4738-b651-95fa63747e8a
2021-11-27 11:33:14 +01:00
status: test
2023-01-26 22:42:56 +01:00
description: Detects usage of the "FromBase64String" function in the commandline which is used to decode a base64 encoded string
2021-11-27 11:33:14 +01:00
references:
2022-10-28 15:06:36 +02:00
- https://gist.github.com/Neo23x0/6af876ee72b51676c82a2db8d2cd3639
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
date: 2020-01-29
modified: 2023-01-26
2022-10-28 15:06:36 +02:00
tags:
- attack.t1027
- attack.defense-evasion
- attack.execution
2022-10-28 15:06:36 +02:00
- attack.t1140
- attack.t1059.001
2020-01-29 16:05:12 +01:00
logsource:
2022-10-28 15:06:36 +02:00
category: process_creation
product: windows
2020-01-29 16:05:12 +01:00
detection:
2022-10-28 15:06:36 +02:00
selection:
CommandLine|contains: '::FromBase64String('
condition: selection
2020-01-29 16:05:12 +01:00
falsepositives:
2022-10-28 15:06:36 +02:00
- Administrative script libraries
2020-01-29 16:05:12 +01:00
level: high