← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file ASPack Chinese.ini

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 detection identifies potential adversary activity involving legacy or obfuscated hacking tools, specifically targeting files like “ASPack Chinese.ini” that may indicate a compromised environment utilizing outdated software components. A proactive hunt is essential in Azure Sentinel to uncover hidden persistence mechanisms and mitigate risks associated with these disclosed hacktool sets before they can be leveraged for lateral movement or data exfiltration.

YARA Rule

rule ASPack_Chinese {
	meta:
		description = "Disclosed hacktool set (old stuff) - file ASPack Chinese.ini"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "02a9394bc2ec385876c4b4f61d72471ac8251a8e"
	strings:
		$s0 = "= Click here if you want to get your registered copy of ASPack" fullword ascii
		$s1 = ";  For beginning of translate - copy english.ini into the yourlanguage.ini" fullword ascii
		$s2 = "E-Mail:                      [email protected]" fullword ascii
		$s8 = ";  Please, translate text only after simbol '='" fullword ascii
		$s19 = "= Compress with ASPack" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 5 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 ASPack Chinese.ini”, along with suggested filters and exclusions:

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