2020-01-11 00:33:50 +01:00
|
|
|
title: Remote PowerShell Session
|
2019-12-19 23:56:36 +01:00
|
|
|
id: 734f8d9b-42b8-41b2-bcf5-abaf49d5a3c8
|
2020-01-19 22:34:16 +01:00
|
|
|
description: Detects remote PowerShell sections by monitoring for wsmprovhost as a parent or child process (sign of an active ps remote session)
|
2019-10-24 15:48:38 +02:00
|
|
|
status: experimental
|
|
|
|
|
date: 2019/09/12
|
2019-11-10 18:43:41 +03:00
|
|
|
modified: 2019/11/10
|
2019-10-24 15:48:38 +02:00
|
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
|
|
|
references:
|
|
|
|
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/powershell_remote_session.md
|
2020-01-11 00:33:50 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1086
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.001
|
2019-10-24 15:48:38 +02:00
|
|
|
logsource:
|
2019-11-10 23:10:24 +03:00
|
|
|
category: process_creation
|
2019-10-24 15:48:38 +02:00
|
|
|
product: windows
|
|
|
|
|
detection:
|
2019-11-10 23:10:24 +03:00
|
|
|
selection:
|
|
|
|
|
- Image|endswith: '\wsmprovhost.exe'
|
|
|
|
|
- ParentImage|endswith: '\wsmprovhost.exe'
|
|
|
|
|
condition: selection
|
2020-01-11 00:11:27 +01:00
|
|
|
fields:
|
|
|
|
|
- ComputerName
|
|
|
|
|
- User
|
|
|
|
|
- CommandLine
|
2019-10-24 15:48:38 +02:00
|
|
|
falsepositives:
|
2020-01-19 22:34:16 +01:00
|
|
|
- Legitimate usage of remote Powershell, e.g. for monitoring purposes
|
2020-03-17 20:40:28 +01:00
|
|
|
level: medium
|