← Back to SOC feed Coverage →

APT Malware - Proxy

yara MEDIUM Yara-Rules
aptcommunityproxy_malware
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 detection identifies advanced persistent threat (APT) malware establishing proxy connections to exfiltrate data or command and control traffic through network gateways. Proactive hunting is essential in Azure Sentinel to uncover stealthy lateral movements that evade standard perimeter defenses by analyzing proxy logs for anomalous connection patterns indicative of early-stage compromise.

YARA Rule

rule APT_Proxy_Malware_Packed_dev
{
	meta:
		author = "FRoth"
		date = "2014-11-10"
		description = "APT Malware - Proxy"
		hash = "6b6a86ceeab64a6cb273debfa82aec58"
		score = 50
	strings:
		$string0 = "PECompact2" fullword
		$string1 = "[LordPE]"
		$string2 = "steam_ker.dll"
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the APT Malware - Proxy detection rule, including tailored filters and exclusions suitable for an enterprise environment:

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