2021-05-20 15:03:32 +00:00
title : Remote PowerShell Session Host Process (WinRM)
2019-12-19 22:56:36 +00:00
id : 734f8d9b-42b8-41b2-bcf5-abaf49d5a3c8
2021-07-15 03:20:25 +00:00
description : Detects remote PowerShell sections by monitoring for wsmprovhost (WinRM host process) as a parent or child process (sign of an active PowerShell remote session).
2019-10-24 13:48:38 +00:00
status : experimental
date : 2019 /09/12
2021-05-21 07:29:11 +00:00
modified : 2021 /05/21
2019-10-24 13:48:38 +00:00
author : Roberto Rodriguez @Cyb3rWard0g
references :
2021-05-22 04:04:53 +00:00
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190511223310.html
2020-01-10 23:33:50 +00:00
tags :
- attack.execution
2020-09-06 22:00:41 +00:00
- attack.t1086 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1059.001
2021-07-15 03:20:25 +00:00
- attack.t1021.006
2019-10-24 13:48:38 +00:00
logsource :
2019-11-10 20:10:24 +00:00
category : process_creation
2019-10-24 13:48:38 +00:00
product : windows
detection :
2019-11-10 20:10:24 +00:00
selection :
- Image|endswith : '\wsmprovhost.exe'
- ParentImage|endswith : '\wsmprovhost.exe'
condition : selection
2020-01-10 23:11:27 +00:00
fields :
- ComputerName
- User
- CommandLine
2019-10-24 13:48:38 +00:00
falsepositives :
2021-07-15 03:20:25 +00:00
- Legitimate usage of remote Powershell, e.g. for monitoring purposes.
2020-03-17 19:40:28 +00:00
level : medium