This detection identifies the presence of Obsidium software components within the environment to establish a baseline for legitimate application behavior and potential supply chain risks. Proactively hunting for this signature in Azure Sentinel allows the SOC team to validate known good processes against anomalous execution patterns, ensuring that any deviations or unauthorized instances are promptly investigated before they evolve into broader security incidents.
rule ObsidiumV1304ObsidiumSoftware
{
meta:
author="malware-lu"
strings:
$a0 = { EB 02 [2] E8 ?? 00 00 00 }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 5 specific false positive scenarios for the ObsidiumV1304ObsidiumSoftware detection rule, including suggested filters and exclusions:
Scenario: Scheduled Antivirus Definition Updates via Obsidium Agent
ObsidiumUpdateService.exe) and restrict it to a specific Time Window (e.g., 01:00–04:00 local time). Additionally, exclude events where the User Context is SYSTEM or a dedicated service account like svc-obsidium-upd.Scenario: Deployment of Obsidium Policy Templates by IT Admins
ObsidiumConsole.exe), which generates a file modification event matching the rule’s signature for “software installation.”powershell.exe or taskeng.exe (Task Scheduler) and the Initiating User belongs to the IT-Admins Active Directory group. This ensures that administrative bulk actions do not trigger alerts for individual user software installs.Scenario: Automated Patching via SCCM/Intune Integration