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

32 lines
835 B
YAML
Raw Normal View History

2019-08-22 14:22:36 +02:00
title: Renamed PowerShell
2019-11-12 23:12:27 +01:00
id: d178a2d7-129a-4ba4-8ee6-d6e1fecd5d20
2022-03-07 12:39:51 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects the execution of a renamed PowerShell often used by attackers or malware
2019-08-22 14:22:36 +02:00
references:
- https://twitter.com/christophetd/status/1164506034720952320
author: Florian Roth, frack113
2019-08-22 14:22:36 +02:00
date: 2019/08/22
modified: 2021/07/03
2019-08-22 14:22:36 +02:00
tags:
- car.2013-05-009
- attack.defense_evasion
2022-03-07 12:39:51 +01:00
- attack.t1036.003
2019-08-22 14:22:36 +02:00
logsource:
product: windows
category: process_creation
2019-08-22 14:22:36 +02:00
detection:
selection:
2022-03-07 12:39:51 +01:00
Description|startswith:
- 'Windows PowerShell'
- 'pwsh'
2019-08-22 14:22:36 +02:00
Company: 'Microsoft Corporation'
filter:
2022-03-07 12:39:51 +01:00
Image|endswith:
2020-10-15 18:24:16 -03:00
- '\powershell.exe'
- '\powershell_ise.exe'
- '\pwsh.exe'
2019-08-22 14:22:36 +02:00
condition: selection and not filter
falsepositives:
- Unknown
level: critical