← Back to SOC feed Coverage →

Disclosed hacktool set - file Burst.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 archive files like “Burst.rar” to conceal and deliver malicious hacking tools that may evade initial signature-based scanning. Proactive hunting for this behavior in Azure Sentinel is critical because attackers frequently use such archives to stage post-exploitation tools, allowing them to establish a foothold before executing their primary payload.

YARA Rule

rule Hacktools_CN_Panda_Burst {
	meta:
		description = "Disclosed hacktool set - file Burst.rar"
		author = "Florian Roth"
		date = "17.11.14"
		score = 60
		hash = "ce8e3d95f89fb887d284015ff2953dbdb1f16776"
	strings:
		$s0 = "@sql.exe -f ip.txt -m syn -t 3306 -c 5000 -u http://60.15.124.106:63389/tasksvr." ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the “Disclosed hacktool set - file Burst.rar” detection rule, including targeted filters and exclusions:

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