← 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-08-02T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing the BlankGrabber malware to stealthily exfiltrate sensitive credentials and other critical data from the environment. Proactively hunting for these specific IOCs within Azure Sentinel is essential to rapidly identify active data theft incidents before significant credential compromise occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashf605e830329bcb2d6f7b9dbdea4f75b8payload2026-08-0295%
sha256_hash46268916a2daa6d1af68366ec1baf9bb2514a4486395288c9118019f1f49fc32payload2026-08-0295%
sha1_hashea16b84b1479edaa6b359525a8299ed3b6f2c958payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - BlankGrabber
let malicious_hashes = dynamic(["f605e830329bcb2d6f7b9dbdea4f75b8", "46268916a2daa6d1af68366ec1baf9bb2514a4486395288c9118019f1f49fc32", "ea16b84b1479edaa6b359525a8299ed3b6f2c958"]);
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: BlankGrabber IOCs detection rule, along with targeted exclusion strategies tailored for an enterprise environment:

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