2017-03-13 08:23:08 +00:00
|
|
|
title: Suspicious PowerShell Invocations - Specific
|
2019-11-12 22:12:27 +00:00
|
|
|
id: fce5f582-cc00-41e1-941a-c6fabf0fdb8c
|
2017-03-05 14:01:51 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious PowerShell invocation command parameters
|
2018-07-24 08:56:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2017-03-05 14:01:51 +00:00
|
|
|
author: Florian Roth (rule)
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/03/05
|
2017-03-05 14:01:51 +00:00
|
|
|
logsource:
|
2017-03-21 09:22:13 +00:00
|
|
|
product: windows
|
|
|
|
service: powershell
|
2017-03-05 14:01:51 +00:00
|
|
|
detection:
|
|
|
|
keywords:
|
2019-10-29 18:53:18 +00:00
|
|
|
Message:
|
|
|
|
- '* -nop -w hidden -c * [Convert]::FromBase64String*'
|
|
|
|
- '* -w hidden -noni -nop -c "iex(New-Object*'
|
|
|
|
- '* -w hidden -ep bypass -Enc*'
|
|
|
|
- '*powershell.exe reg add HKCU\software\microsoft\windows\currentversion\run*'
|
|
|
|
- '*bypass -noprofile -windowstyle hidden (new-object system.net.webclient).download*'
|
|
|
|
- '*iex(New-Object Net.WebClient).Download*'
|
2017-03-05 14:01:51 +00:00
|
|
|
condition: keywords
|
|
|
|
falsepositives:
|
|
|
|
- Penetration tests
|
|
|
|
level: high
|