← Back to SOC feed Coverage →

Disclosed hacktool set - file 445TOOL.rar

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-28T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects adversaries deploying compressed hacking toolkits, such as “445TOOL.rar,” which are frequently used to stage post-exploitation utilities while evading initial signature-based detection through archive obfuscation. Proactive hunting for this behavior in Azure Sentinel is critical because archived tools often conceal malicious payloads that can establish persistence and facilitate lateral movement before traditional antivirus solutions trigger an alert.

YARA Rule

rule Hacktools_CN_Panda_445TOOL {
	meta:
		description = "Disclosed hacktool set - file 445TOOL.rar"
		author = "Florian Roth"
		date = "17.11.14"
		score = 60
		hash = "92050ba43029f914696289598cf3b18e34457a11"
	strings:
		$s0 = "scan.bat" fullword ascii
		$s1 = "Http.exe" fullword ascii
		$s2 = "GOGOGO.bat" fullword ascii
		$s3 = "ip.txt" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 4 string patterns in its detection logic.

False Positive Guidance

Here are the documented false positive scenarios for the Disclosed hacktool set - file 445TOOL.rar detection rule:

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