SigmaHQ/rules/windows/process_creation/win_renamed_powershell.yml

26 lines
682 B
YAML
Raw Normal View History

2019-08-22 12:22:36 +00:00
title: Renamed PowerShell
2019-11-12 22:12:27 +00:00
id: d178a2d7-129a-4ba4-8ee6-d6e1fecd5d20
2019-08-22 12:22:36 +00:00
status: experimental
2019-11-12 22:12:27 +00:00
description: Detects the execution of a renamed PowerShell often used by attackers or malware
2019-08-22 12:22:36 +00:00
references:
- https://twitter.com/christophetd/status/1164506034720952320
author: Florian Roth
date: 2019/08/22
tags:
- car.2013-05-009
logsource:
product: windows
category: process_creation
2019-08-22 12:22:36 +00:00
detection:
selection:
Description: 'Windows PowerShell'
Company: 'Microsoft Corporation'
filter:
2019-09-06 15:33:56 +00:00
Image:
- '*\powershell.exe'
- '*\powershell_ise.exe'
2019-08-22 12:22:36 +00:00
condition: selection and not filter
falsepositives:
- Unknown
level: critical