Suspicious PowerShell Invocation

This commit is contained in:
Florian Roth 2017-03-12 17:06:53 +01:00
parent d6957f1c2e
commit de689c32b5
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
title: Suspicious PowerShell Invocations - Generic
status: experimental
description: Detects suspicious PowerShell invocation command parameters
author: Florian Roth (rule)
logsource:
platform: windows
product: powershell
detection:
encoded:
- ' -enc '
- ' -EncodedCommand '
hidden:
- ' -w hidden '
- ' -window hidden '
- ' - windowstyle hidden '
noninteractive:
- ' -noni '
- ' -noninteractive '
condition: encoded and hidden and noninteractive
falsepositives:
- Penetration tests
level: high