2020-01-30 16:26:09 +00:00
|
|
|
title: Suspicious PowerShell Invocation Based on Parent Process
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 95eadcb2-92e4-4ed1-9031-92547773a6db
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious powershell invocations from interpreters or unusual programs
|
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2020-11-28 16:31:37 +00:00
|
|
|
modified: 2020/11/28
|
2019-01-16 22:36:31 +00:00
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.carbonblack.com/2017/03/15/attackers-leverage-excel-powershell-dns-latest-non-malware-attack/
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.execution
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2020-08-28 14:14:26 +00:00
|
|
|
- attack.t1086 # an old one
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-10-15 22:42:20 +00:00
|
|
|
ParentImage|endswith:
|
|
|
|
- '\wscript.exe'
|
|
|
|
- '\cscript.exe'
|
2020-11-28 16:31:37 +00:00
|
|
|
Image|endswith: '\powershell.exe'
|
|
|
|
falsepositive:
|
|
|
|
CurrentDirectory|contains: '\Health Service State\'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection and not falsepositive
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Microsoft Operations Manager (MOM)
|
|
|
|
- Other scripts
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|