← Back to SOC feed Coverage →

VIRUSIWormHybris

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-16T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects the presence of the Hybris virus or worm, a known threat that can compromise system integrity through file infection or memory execution. Proactively hunting for this signature in Azure Sentinel allows the SOC to identify latent infections early, preventing potential lateral movement or data exfiltration before they escalate into a broader incident.

YARA Rule

rule VIRUSIWormHybris
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 16 A8 54 [2] 47 41 42 4C 4B 43 47 43 [6] 52 49 53 ?? FC 68 4C 70 40 ?? FF 15 }

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

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