← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file webget.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 detection rule identifies the execution of legacy or potentially compromised hacking tools like webget.exe, which adversaries often leverage to establish initial footholds and facilitate data exfiltration. Proactively hunting for this behavior in Azure Sentinel is critical because these older utilities frequently lack modern security controls, making them high-value targets for exploitation that could lead to undetected lateral movement within the environment.

YARA Rule

rule sig_238_webget {
	meta:
		description = "Disclosed hacktool set (old stuff) - file webget.exe"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "36b5a5dee093aa846f906bbecf872a4e66989e42"
	strings:
		$s0 = "Packed by exe32pack" ascii
		$s1 = "GET A HTTP/1.0" fullword ascii
		$s2 = " error " fullword ascii
		$s13 = "Downloa" 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 4 specific false positive scenarios for the “Disclosed hacktool set (old stuff) - file webget.exe” detection rule, including recommended filters and exclusions:

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