This detection identifies the presence of Obsidium Software processes or files within the environment to establish a baseline for legitimate application activity. Proactively hunting for this signature in Azure Sentinel allows the SOC team to distinguish known good software from potential masquerading threats that may mimic similar process names or behaviors.
rule ObsidiumV125ObsidiumSoftware
{
meta:
author="malware-lu"
strings:
$a0 = { E8 0E 00 00 00 8B 54 24 0C 83 82 B8 00 00 00 0D 33 C0 C3 }
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 4 specific false positive scenarios for the ObsidiumV125ObsidiumSoftware detection rule, including suggested filters and exclusions:
Scheduled Inventory Scans by Obsidium Endpoint Security Agent
ObsidiumService.exe binary which matches the YARA signature, triggering an alert during off-hours when no user activity is present.ObsidiumScheduler.exe or the file path contains \Program Files\Obsidium\Agent\.Patch Deployment via Microsoft SCCM/Intune
msiexec.exe) extracts and executes the updated ObsidiumCore.dll, which triggers the rule as a new file creation event rather than malicious behavior.ccmsetup.exe (SCCM) or IntuneAgent.exe and the execution path matches C:\Program Files\Obsidium\Updates\.Admin Manual Configuration via Obsidium Console
ObsidiumWorker.exe) to apply changes, which matches the YARA rule signature for “Obsidium Software” activity.