← Back to SOC feed Coverage →

ShegerdDongleV478MSCo

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

Hunt Hypothesis

This hypothesis targets the presence of the ShegerdDongleV478MSCo YARA signature, which likely indicates a specific malware implant or custom tooling used for initial access or persistence. Proactively hunting for this indicator in Azure Sentinel allows the SOC to identify compromised endpoints or suspicious file artifacts before the adversary can establish a foothold or execute further lateral movement within the environment.

YARA Rule

rule ShegerdDongleV478MSCo
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 32 00 00 00 B8 [4] 8B 18 C1 CB 05 89 DA 36 8B 4C 24 0C }

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