← Back to SOC feed Coverage →

N Joy 10 NEX 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 YARA rule targets specific memory patterns associated with the N_Joy_10_NEX_additional component, indicating the presence of a known malware variant or its execution artifacts within a host. Proactively hunting for this signature allows the SOC team to identify low-severity infections that may be used for initial access or lateral movement, ensuring early containment before the adversary establishes a foothold in the Azure Sentinel environment.

YARA Rule

rule N_Joy_10_NEX_additional: PEiD
{
    strings:
        $a = { 55 8B EC 83 C4 F0 B8 9C 3B 40 00 E8 8C FC FF FF 6A 00 68 E4 39 40 00 6A 0A 6A 00 E8 40 FD FF FF E8 EF F5 FF FF 8D 40 00 }
    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