← Back to SOC feed Coverage →

Thoreador 12 Sergi

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

Hunt Hypothesis

This hypothesis targets the presence of the Thoreador 12 Sergi YARA signature, which indicates a specific malware variant or implant often associated with targeted intrusions or persistent backdoors. Proactively hunting for this indicator allows the SOC to identify compromised endpoints or memory regions before the adversary establishes full command-and-control or executes lateral movement within the Azure environment.

YARA Rule

rule Thoreador_12_Sergi: PEiD
{
    strings:
        $a = { 55 E8 00 00 00 00 5D 83 ED 06 81 ED E2 00 00 00 60 EB 6F 90 90 90 }
    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