← Back to SOC feed Coverage →

Auto-generated rule on file StealthWasp's Basic PortScanner v1.2.exe

yara LOW Yara-Rules
backdoorcommunity
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-27T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis detects adversaries executing initial network reconnaissance by deploying a known port scanning utility to map exposed services and identify potential entry points within the Azure environment. Proactive hunting for this behavior is essential because early detection of such scanning activities allows the SOC team to validate legitimate traffic against anomalous patterns, thereby preventing attackers from leveraging these insights to plan subsequent lateral movement or exploitation phases before they escalate.

YARA Rule

rule StealthWasp_s_Basic_PortScanner_v1_2 {
	meta:
		description = "Auto-generated rule on file StealthWasp's Basic PortScanner v1.2.exe"
		author = "yarGen Yara Rule Generator by Florian Roth"
		hash = "7c0f2cab134534cd35964fe4c6a1ff00"
	strings:
		$s1 = "Basic PortScanner"
		$s6 = "Now scanning port:"
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the StealthWasp’s Basic PortScanner v1.2.exe detection rule, including tailored filters and exclusions:

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