← Back to SOC feed Coverage →

AnskyaNTPackerGeneratorAnskya

yara LOW Yara-Rules
backdoorcommunity
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-08-01T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of the Anskya NTPacker Generator tool, which adversaries often utilize to construct custom network traffic packers for obfuscating command-and-control communications or data exfiltration activities. Proactively hunting for this artifact in Azure Sentinel is essential because its deployment may signal early-stage reconnaissance or a sophisticated evasion strategy that could bypass standard signature-based defenses if not explicitly monitored.

YARA Rule

rule AnskyaNTPackerGeneratorAnskya
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 83 C4 F0 53 B8 88 1D 00 10 E8 C7 FA FF FF 6A 0A 68 20 1E 00 10 A1 14 31 00 10 50 E8 71 FB FF FF 8B D8 85 DB 74 2F 53 A1 14 31 00 10 50 E8 97 FB FF FF 85 C0 74 1F 53 A1 14 31 00 10 50 E8 5F FB FF FF 85 C0 74 0F 50 E8 5D FB FF FF 85 C0 74 05 E8 70 FC FF FF 5B E8 F2 F6 FF FF 00 00 48 45 41 52 54 }

condition:
		$a0
}

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 3-5 specific false positive scenarios for the AnskyaNTPackerGeneratorAnskya detection rule, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar