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.
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
}
This YARA rule can be deployed in the following contexts:
Here are 5 specific false positive scenarios for the Prikormka detection rule in an enterprise environment, including targeted filters and exclusions:
Scenario: Legitimate Software Deployment via SCCM/Intune
CommandLine containing specific deployment identifiers (e.g., ccmsetup.exe, Microsoft.IntuneManagement) and restrict the alert to non-business hours if deployments are scheduled nightly. Alternatively, whitelist the hash of the SCCM client agent (CcmExec.exe).Scenario: Scheduled Antivirus Definition Updates
C:\Program Files\CrowdStrike\fsq.exe or Symantec\rtvscan64.exe). Add a filter to suppress alerts where the parent process is the OS Update service (usoc_dla.exe) during the defined maintenance window (e.g., 02:00–04:00 UTC).Scenario: Automated Backup and Archiving Jobs