Files
blue-team-tools/rules/windows/powershell/powershell_suspicious_invocation_generic.yml
T

30 lines
726 B
YAML
Raw Normal View History

2017-03-12 17:06:53 +01:00
title: Suspicious PowerShell Invocations - Generic
2019-11-12 23:12:27 +01:00
id: 3d304fda-78aa-43ed-975c-d740798a49c1
2017-03-12 17:06:53 +01:00
status: experimental
description: Detects suspicious PowerShell invocation command parameters
tags:
- attack.execution
- attack.t1086
2020-06-16 14:46:08 -06:00
- attack.t1059.001
2017-03-12 17:06:53 +01:00
author: Florian Roth (rule)
date: 2017/03/12
2017-03-12 17:06:53 +01:00
logsource:
product: windows
service: powershell
2017-03-12 17:06:53 +01:00
detection:
encoded:
- ' -enc '
- ' -EncodedCommand '
hidden:
- ' -w hidden '
- ' -window hidden '
- ' -windowstyle hidden '
2017-03-12 17:06:53 +01:00
noninteractive:
- ' -noni '
- ' -noninteractive '
condition: all of them
2017-03-12 17:06:53 +01:00
falsepositives:
- Penetration tests
2018-03-06 23:19:11 +01:00
- Very special / sneaky PowerShell scripts
2017-03-12 17:06:53 +01:00
level: high