Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions yml/OSBinaries/Powershell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
Name: Powershell.exe
Description: Windows PowerShell
Author: x90slide
Created: 2025-12-20
Commands:
- Command: <Port, Port range> | % {echo ((new-object Net.Sockets.TcpClient).Connect("<IP Address>",$_)) "Port $_ is open"} 2>$null
# Port range can be defined via 1..1024 and multiple ports can be defined via 80,443
Description: Scans the IP address for open ports.
Usecase: Network Scanning
Category: Reconnaissance
Privileges: User
MitreID: T1046
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Detection:
- IOC: Multiple TCP SYN packets to sequential ports from a single source IP.
- IOC: High rate of connection attempts to closed ports.