← Back to SOC feed Coverage →

NoobyProtect SE Public V1150 Nooby 20090201

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 the NoobyProtect SE public build, a known malware variant associated with the Nooby family, indicating the presence of potentially compromised endpoints or malicious payloads within the environment. Proactively hunting for this signature allows the SOC team to identify low-severity threats that may serve as initial access vectors or persistence mechanisms before they escalate into more significant incidents.

YARA Rule

rule NoobyProtect_SE_Public_V1150_Nooby_20090201: PEiD
{
    strings:
        $a = { E9 ?? 00 00 00 4E 6F 6F 62 79 50 72 6F 74 65 63 74 20 53 45 20 31 2E 31 2E 35 2E 30 }
    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