← Back to SOC feed Coverage →

PScan - Port Scanner

yara MEDIUM Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-07-27T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential reconnaissance activities where adversaries systematically probe network ports to map exposed services and identify vulnerabilities for future exploitation. Proactively hunting for this behavior in Azure Sentinel is critical to detect early-stage threat actors before they leverage discovered entry points to establish persistence or execute lateral movement attacks within the environment.

YARA Rule

rule PScan_Portscan_1 {
	meta:
		description = "PScan - Port Scanner"
		author = "F. Roth"
		score = 50
	strings:
		$a = "00050;0F0M0X0a0v0}0"
		$b = "vwgvwgvP76"
		$c = "Pr0PhOFyP"
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the PScan - Port Scanner rule, along with targeted filters and exclusions suitable for an enterprise environment:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/TOOLKIT_THOR_HackTools.yar