← Back to SOC feed Coverage →

SafeGuard V10X simonzh2000

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

Hunt Hypothesis

This hypothesis targets the execution of the SafeGuard V10X malware variant, a known threat actor tool that often establishes persistence or performs initial access tasks on compromised endpoints. Proactively hunting for this specific YARA signature in Azure Sentinel allows the SOC to identify low-severity, potentially stealthy infections before they escalate into lateral movement or data exfiltration activities.

YARA Rule

rule SafeGuard_V10X_simonzh2000: PEiD
{
    strings:
        $a = { E8 00 00 00 00 EB 29 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 59 9C 81 C1 E2 FF FF FF EB 01 ?? 9D FF E1 }
    condition:
        $a 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/peid.yar