← Back to SOC feed Coverage →

Auto-generated rule on file BluesPortScan.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 detection identifies potential reconnaissance activity where adversaries execute the BluesPortScan.exe utility to map network topology and identify open ports for lateral movement. Proactively hunting for this behavior in Azure Sentinel is critical because automated port scanning often serves as a precursor to more significant attacks, allowing analysts to validate legitimate administrative tasks against suspicious early-stage threat indicators before they escalate.

YARA Rule

rule BluesPortScan {
	meta:
		description = "Auto-generated rule on file BluesPortScan.exe"
		author = "yarGen Yara Rule Generator by Florian Roth"
		hash = "6292f5fc737511f91af5e35643fc9eef"
	strings:
		$s0 = "This program was made by Volker Voss"
		$s1 = "JiBOo~SSB"
	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 3-5 specific false positive scenarios for the BluesPortScan.exe detection rule, including tailored filters and exclusions:

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