← Back to SOC feed Coverage →

Auto-generated rule on file SuperScan4.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 targets potential reconnaissance or lateral movement activities where adversaries utilize the SuperScan4.exe utility to scan network segments and identify vulnerable hosts within the Azure environment. Proactive hunting for this specific executable is essential to distinguish legitimate administrative scanning from anomalous usage patterns that could indicate early-stage threat actor presence before they escalate to more severe attacks.

YARA Rule

rule SuperScan4 {
	meta:
		description = "Auto-generated rule on file SuperScan4.exe"
		author = "yarGen Yara Rule Generator by Florian Roth"
		hash = "78f76428ede30e555044b83c47bc86f0"
	strings:
		$s2 = " td class=\"summO1\">"
		$s6 = "REM'EBAqRISE"
		$s7 = "CorExitProcess'msc#e"
	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 Auto-generated rule on file SuperScan4.exe, including suggested filters and exclusions:

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