← Back to SOC feed Coverage →

AnslymFUDCrypter

yara LOW 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-09-04T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects the presence of the AnslymFUDCrypter, a tool used by adversaries to obfuscate malicious payloads and evade static analysis during the initial stages of an attack. Proactively hunting for this indicator allows the SOC to identify compromised hosts where attackers are leveraging custom crypters to hide their intent before executing further post-exploitation activities.

YARA Rule

rule AnslymFUDCrypter
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 83 C4 F0 53 56 B8 38 17 05 10 E8 5A 45 FB FF 33 C0 55 68 21 1C 05 10 64 FF 30 64 89 20 EB 08 FC FC FC FC FC FC 27 54 E8 85 4C FB FF 6A 00 E8 0E 47 FB FF 6A 0A E8 27 49 FB FF E8 EA 47 FB FF 6A 0A }

condition:
		$a0 at pe.entry_point
}

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

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