Created
December 8, 2018 09:26
-
-
Save Cyb3rWard0g/75ca0b2bece4662dadddd20884154c0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: Suspicious PowerShell Parameter Substring | |
status: experimental | |
description: Detects suspicious PowerShell invocation with a parameter substring | |
references: | |
- http://www.danielbohannon.com/blog-1/2017/3/12/powershell-execution-argument-obfuscation-how-it-can-make-detection-easier | |
tags: | |
- attack.execution | |
- attack.t1086 | |
author: Florian Roth (rule), Daniel Bohannon (idea), Roberto Rodriguez (Fix) | |
logsource: | |
product: windows | |
service: sysmon | |
detection: | |
selection: | |
Image: | |
- '*\Powershell.exe' | |
EventID: 1 | |
CommandLine: | |
- ' -windowstyle h ' | |
- ' -windowstyl h' | |
- ' -windowsty h' | |
- ' -windowst h' | |
- ' -windows h' | |
- ' -windo h' | |
- ' -wind h' | |
- ' -win h' | |
- ' -wi h' | |
- ' -win h ' | |
- ' -win hi ' | |
- ' -win hid ' | |
- ' -win hidd ' | |
- ' -win hidde ' | |
- ' -NoPr ' | |
- ' -NoPro ' | |
- ' -NoProf ' | |
- ' -NoProfi ' | |
- ' -NoProfil ' | |
- ' -nonin ' | |
- ' -nonint ' | |
- ' -noninte ' | |
- ' -noninter ' | |
- ' -nonintera ' | |
- ' -noninterac ' | |
- ' -noninteract ' | |
- ' -noninteracti ' | |
- ' -noninteractiv ' | |
- ' -ec ' | |
- ' -encodedComman ' | |
- ' -encodedComma ' | |
- ' -encodedComm ' | |
- ' -encodedCom ' | |
- ' -encodedCo ' | |
- ' -encodedC ' | |
- ' -encoded ' | |
- ' -encode ' | |
- ' -encod ' | |
- ' -enco ' | |
- ' -en ' | |
condition: selection | |
falsepositives: | |
- Penetration tests | |
level: high |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment