← Back to SOC feed Coverage →

VxBackfont900

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-15T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the presence of the VxBackfont900 YARA signature, which indicates a specific malicious or suspicious code pattern often associated with backdoor implants or low-level system modifications. Proactively hunting for this indicator in Azure Sentinel allows the SOC to identify compromised workstations or servers early, potentially uncovering stealthy persistence mechanisms or data exfiltration channels before they escalate to higher-severity incidents.

YARA Rule

rule VxBackfont900
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 [2] B4 30 CD 21 3C 03 [2] B8 [2] BA [2] CD 21 81 FA [4] BA [2] 8C C0 48 8E C0 8E D8 80 [3] 5A [2] 03 [3] 40 8E D8 80 [3] 5A [2] 83 }

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