Hunting Metasploit
Metasploit is a commonly used exploit framework for penetration testing and red team operations
Look for suspicious ports such as
4444
and5555
which is used by Metasploit by defaultThis method of hunting can be applied to other various RATs and C2 beacons
Hunting Network Connections
Hunting for Open Ports with PowerShell
Use
Get-WinEvent
along withXPath
queries, filtering out events withNetworkConnect
andDestinationPort
More Information
https://attack.mitre.org/software/
Last updated