← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file QQ.exe

yara HIGH 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-29T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging legacy or repurposed hacking tools, specifically identified as “QQ.exe,” to establish a foothold and potentially execute command-and-control operations within the environment. A proactive search in Azure Sentinel is critical because such older tooling often evades signature-based detection by mimicking legitimate software, allowing attackers to maintain persistence undetected until lateral movement or data exfiltration occurs.

YARA Rule

rule QQ_zip_Folder_QQ {
	meta:
		description = "Disclosed hacktool set (old stuff) - file QQ.exe"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "9f8e3f40f1ac8c1fa15a6621b49413d815f46cfb"
	strings:
		$s0 = "EMAIL:[email protected]" fullword wide
		$s1 = "EMAIL:[email protected]" fullword wide
		$s4 = "QQ2000b.exe" fullword wide
		$s5 = "[email protected]" fullword ascii
		$s9 = "QQ2000b.exe" fullword ascii
		$s10 = "\\qq2000b.exe" fullword ascii
		$s12 = "WINDSHELL STUDIO[WINDSHELL " fullword wide
		$s17 = "SOFTWARE\\HAOQIANG\\" fullword ascii
	condition:
		5 of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 8 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the rule “Disclosed hacktool set (old stuff) - file QQ.exe,” along with recommended filters or exclusions:

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