← Back to SOC feed Coverage →

ThreatFox: DBoxAgent IOCs

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

Hunt Hypothesis

This hunt targets the presence of DBoxAgent indicators, a known threat actor associated with advanced malware campaigns, to identify potential compromise within the environment. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect stealthy persistence or lateral movement attempts before they escalate into a full-blown breach.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash6161c1e746b8e29297917c72f93652a137691a3b9d4c6d6fbce38f80f7732d34payload2026-09-2495%
sha1_hashbadbf7f86834fca16610045cb7c13159932bcd4bpayload2026-09-2495%
md5_hash1ca26b57598f79603d7e4da730c98965payload2026-09-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DBoxAgent
let malicious_hashes = dynamic(["6161c1e746b8e29297917c72f93652a137691a3b9d4c6d6fbce38f80f7732d34", "badbf7f86834fca16610045cb7c13159932bcd4b", "1ca26b57598f79603d7e4da730c98965"]);
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

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