order powershell_module

This commit is contained in:
frack113
2021-10-09 09:50:49 +02:00
parent 0d04b469f7
commit fe7fbfd5fc
20 changed files with 119 additions and 142 deletions
@@ -0,0 +1,30 @@
title: Remote PowerShell Session
id: 96b9f619-aa91-478f-bacb-c3e50f8df575
description: Detects remote PowerShell sessions
status: test
date: 2019/08/10
modified: 2021/09/21
author: Roberto Rodriguez @Cyb3rWard0g
references:
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190511223310.html
tags:
- attack.execution
- attack.t1059.001
- attack.t1086 # an old one
- attack.lateral_movement
- attack.t1021.006
- attack.t1028 # an old one
logsource:
product: windows
service: powershell
definition: Module Logging must be enable
detection:
selection:
EventID: 4103
ContextInfo|contains|all:
- ' = ServerRemoteHost ' # HostName: 'ServerRemoteHost' french : Nom dhôte =
- 'wsmprovhost.exe' # HostApplication|contains: 'wsmprovhost.exe' french Application hôte =
condition: selection
falsepositives:
- Legitimate use remote PowerShell sessions
level: high