← Back to SOC feed Coverage →

Prikormka

yara LOW signature-base
florian-roth
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 signature-base →
Retrieved: 2026-08-03T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential adversary reconnaissance activities where threat actors deploy custom payloads to establish initial footholds or exfiltrate data within Azure Sentinel environments. Proactive hunting for this behavior is essential because early-stage indicators often lack distinct signatures in standard logs, requiring YARA-based analysis to uncover stealthy threats before they escalate into critical incidents.

YARA Rule

rule Prikormka
{
    meta:
        Author      = "Anton Cherepanov"
        Date        = "2016/05/10"
        Description = "Operation Groundbait"
        Source = "https://github.com/eset/malware-ioc/"
        Contact = "[email protected]"
        License = "BSD 2-Clause"
        id = "6073aa34-d385-5ae8-b97d-9b3d61015aae"
    condition:
        PrikormkaDropper or PrikormkaModule or PrikormkaEarlyVersion
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 5 specific false positive scenarios for the Prikormka detection rule in an enterprise environment, including targeted filters and exclusions:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/apt_prikormka.yar