SigmaHQ/rules/windows/sysmon/sysmon_renamed_powershell.yml

24 lines
617 B
YAML
Raw Normal View History

2019-08-22 12:22:36 +00:00
title: Renamed PowerShell
status: experimental
description: Detects the execution of a renamed PowerShell often used by attackers or malware
references:
- https://twitter.com/christophetd/status/1164506034720952320
author: Florian Roth
date: 2019/08/22
tags:
- car.2013-05-009
logsource:
product: windows
service: sysmon
detection:
selection:
Description: 'Windows PowerShell'
Company: 'Microsoft Corporation'
filter:
Image: '*\powershell.exe'
2019-09-06 07:54:19 +00:00
Image: '*\powershell_ise.exe'
2019-08-22 12:22:36 +00:00
condition: selection and not filter
falsepositives:
- Unknown
level: critical