← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file Readme.txt

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-30T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversaries leveraging legacy or disclosed hacking toolsets that utilize a “Readme.txt” file as an indicator of compromise, often signaling reconnaissance or initial access activities within the environment. A proactive hunt is essential in Azure Sentinel to uncover dormant threats from previously known tools that may have been reintroduced by attackers to evade standard signature-based defenses and establish persistence.

YARA Rule

rule XYZCmd_zip_Folder_Readme {
	meta:
		description = "Disclosed hacktool set (old stuff) - file Readme.txt"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "967cb87090acd000d22e337b8ce4d9bdb7c17f70"
	strings:
		$s3 = "3.xyzcmd \\\\RemoteIP /user:Administrator /pwd:1234 /nowait trojan.exe" fullword ascii
		$s20 = "XYZCmd V1.0" fullword ascii
	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 5 specific false positive scenarios for the rule “Disclosed hacktool set (old stuff) - file Readme.txt”, along with suggested filters or exclusions:

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