← Back to SOC feed Coverage →

LY WGKX wwwszleyucom additional

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

Hunt Hypothesis

This hypothesis targets the presence of the specific YARA signature LY_WGKX_wwwszleyucom_additional, which likely identifies a low-severity web shell or backdoor component associated with the wwwszleyucom infrastructure. Proactively hunting for this indicator in Azure Sentinel allows the SOC team to detect dormant or low-fidelity footholds in web servers before they are leveraged for lateral movement or privilege escalation.

YARA Rule

rule LY_WGKX_wwwszleyucom_additional: PEiD
{
    strings:
        $a = { 4D 5A ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 52 53 46 58 }
    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