← Back to SOC feed Coverage →

SplashBitmapv100WithUnpackCodeBoBBobsoft

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

Hunt Hypothesis

This hunt detects the presence of BobSoft splash bitmap executables containing unpacking code, which often indicates legitimate software installation but can also signal an adversary attempting to obfuscate malicious payloads within standard installer frameworks. A SOC team should proactively hunt for this signature in Azure Sentinel to distinguish between benign deployment activities and potential supply chain compromises where attackers leverage trusted vendor artifacts to establish a foothold.

YARA Rule

rule SplashBitmapv100WithUnpackCodeBoBBobsoft
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 00 00 00 00 60 8B 6C 24 20 55 81 ED [4] 8D BD [4] 8D 8D [4] 29 F9 31 C0 FC F3 AA 8B 04 24 48 66 25 00 F0 66 81 38 4D 5A 75 F4 8B 48 3C 81 3C 01 50 45 00 00 75 E8 89 85 [4] 6A 40 }

condition:
		$a0 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

Here are 4 specific false positive scenarios for the SplashBitmapv100WithUnpackCodeBoBBobsoft detection rule, including targeted filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar