← Back to SOC feed Coverage →

SplashBitmapv100BoBBobsoft

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-21T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection targets potential malicious activity associated with the SplashBitmapv100BoBBobsoft signature, which may indicate the presence of specific software components or obfuscated payloads within the environment. Proactively hunting for this indicator in Azure Sentinel allows the SOC team to identify early-stage anomalies and validate whether these artifacts represent legitimate business applications or emerging threats requiring further investigation.

YARA Rule

rule SplashBitmapv100BoBBobsoft
{
      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] 8D BD [4] 6A 00 }

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 SplashBitmapv100BoBBobsoft detection rule, including suggested filters and exclusions:

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