← Back to SOC feed Coverage →

ThreatFox: BlankGrabber IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocpy-blankgrabberthreatfox
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-07-02T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior consistent with the BlankGrabber campaign by searching for specific indicators of compromise that signal active reconnaissance or data exfiltration attempts within the network. Proactively hunting these IOCs in Azure Sentinel is critical to rapidly identify and isolate potential infections before they escalate into broader lateral movement incidents, ensuring early detection of this high-severity threat actor.

IOC Summary

Malware Family: BlankGrabber Total IOCs: 3 IOC Types: sha256_hash, md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash6b5dc025587cfb9fb6d155f466dd1507payload2026-07-0295%
sha256_hashde42b33110544bcc3b2251d6aae89643954eba9dd697c1fb4b2316b33081d0f7payload2026-07-0295%
sha1_hash641dd2937fe2a05ac0f3c9c5d1358a9963023359payload2026-07-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - BlankGrabber
let malicious_hashes = dynamic(["6b5dc025587cfb9fb6d155f466dd1507", "de42b33110544bcc3b2251d6aae89643954eba9dd697c1fb4b2316b33081d0f7", "641dd2937fe2a05ac0f3c9c5d1358a9963023359"]);
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 specific false positive scenarios for the ThreatFox: BlankGrabber IOCs detection rule, tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/py.blankgrabber/