← Back to SOC feed Coverage →

ThreatFox: BumbleBee IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-bumblebee
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 ThreatFox →
Retrieved: 2026-06-30T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior linked to the BumbleBee threat actor by actively searching for three specific Indicators of Compromise (IOCs) across network and endpoint logs within Azure Sentinel. Proactively hunting for these signatures is critical because early detection of this high-severity activity allows the SOC team to identify potential compromise before lateral expansion occurs, leveraging Sentinel’s real-time correlation capabilities to accelerate response times.

IOC Summary

Malware Family: BumbleBee Total IOCs: 3 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashfee27090c90ed20350a65616c658f158bef9443ada21279c11cc9dbd125d363epayload2026-06-3050%
sha256_hashdff350f69d90cf8e6055054475b0c892b77610c734111c381dfbad8bb72b2b3dpayload2026-06-3050%
sha256_hash7c71f81b6e981eb71d442a7e26df9ebf199665e5460da3b35b43496b380840a8payload2026-06-3050%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - BumbleBee
let malicious_hashes = dynamic(["fee27090c90ed20350a65616c658f158bef9443ada21279c11cc9dbd125d363e", "dff350f69d90cf8e6055054475b0c892b77610c734111c381dfbad8bb72b2b3d", "7c71f81b6e981eb71d442a7e26df9ebf199665e5460da3b35b43496b380840a8"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 specific false positive scenarios for the ThreatFox: BumbleBee IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.bumblebee/