← Back to SOC feed Coverage →

ThreatFox: DCRat IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-dcrat
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-07T11:00:00Z · Confidence: high

Hunt Hypothesis

DCRat is a remote access Trojan that enables adversaries to exfiltrate sensitive data, establish command-and-control channels, and maintain persistence on compromised hosts. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate infected endpoints before the malware can fully establish its foothold and escalate privileges.

IOC Summary

Malware Family: DCRat Total IOCs: 6 IOC Types: md5_hash, sha1_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha1_hash8931f8386d5fee0947a7e52adf9760a2030e1ab4payload2026-09-0795%
md5_hashfb7afbebc72c93238cbc81bb69c997f9payload2026-09-0795%
sha256_hash79726ccd6ec7ac397288d9cb9ad01ec961fe687f04ebd195cfcd2f336bdd7403payload2026-09-0795%
sha1_hash5ddfabeae2e1976cae639330a26c00ae7f88191apayload2026-09-0795%
md5_hash23e2483bf694f39d708fa972f3e10b25payload2026-09-0795%
sha256_hashfeda8e699c00a33f4910a6f664ea8fab031af3324e5b51b4a3cc64a2fa1f8b50payload2026-09-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DCRat
let malicious_hashes = dynamic(["8931f8386d5fee0947a7e52adf9760a2030e1ab4", "fb7afbebc72c93238cbc81bb69c997f9", "79726ccd6ec7ac397288d9cb9ad01ec961fe687f04ebd195cfcd2f336bdd7403", "5ddfabeae2e1976cae639330a26c00ae7f88191a", "23e2483bf694f39d708fa972f3e10b25", "feda8e699c00a33f4910a6f664ea8fab031af3324e5b51b4a3cc64a2fa1f8b50"]);
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.dcrat/