← Back to SOC feed Coverage →

Auto-generated rule on file NetBIOS Name Scanner.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-27T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the execution of “Scanner.exe,” a process often associated with NetBIOS name enumeration that adversaries leverage to map network topology and discover active hosts during initial reconnaissance phases. Proactive hunting for this behavior in Azure Sentinel is essential to distinguish legitimate administrative scanning from stealthy threat actors attempting to establish a foothold before launching lateral movement attacks.

YARA Rule

rule NetBIOS_Name_Scanner {
	meta:
		description = "Auto-generated rule on file NetBIOS Name Scanner.exe"
		author = "yarGen Yara Rule Generator by Florian Roth"
		hash = "888ba1d391e14c0a9c829f5a1964ca2c"
	strings:
		$s0 = "IconEx"
		$s2 = "soft Visual Stu"
		$s4 = "NBTScanner!y&"
	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 4 specific false positive scenarios for the Auto-generated rule on file NetBIOS Name Scanner.exe, including suggested filters and exclusions:

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