← Back to SOC feed Coverage →

ThreatFox: Void IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-void
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-13T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the Void threat actor, signaling potential reconnaissance or initial access attempts within the environment. SOC teams should proactively hunt for these IOCs in Azure Sentinel to rapidly validate and contain early-stage threats before they escalate into broader compromise scenarios.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash687e3c588e1d0482e8aae96a9ee780fe534dde01payload2026-08-1395%
md5_hash36612c13573375fb4c796f3569eb50c0payload2026-08-1395%
sha256_hashd0319eb0aad677d46a509fdcdf2c03e7c92cee9794cee70a79d3e84c564708c0payload2026-08-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Void
let malicious_hashes = dynamic(["687e3c588e1d0482e8aae96a9ee780fe534dde01", "36612c13573375fb4c796f3569eb50c0", "d0319eb0aad677d46a509fdcdf2c03e7c92cee9794cee70a79d3e84c564708c0"]);
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 5 specific false positive scenarios for the ThreatFox: Void IOCs detection rule, including tailored filters and exclusions suitable for an enterprise environment:

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