← Back to SOC feed Coverage →

ThreatFox: DarkVision RAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-darkvision_rat
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-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity involving three specific Indicators of Compromise (IOCs) linked to the DarkVision Remote Access Trojan (RAT), which attackers use to establish persistent access and execute command-and-control communications within compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of DarkVision RAT presence allows the SOC team to rapidly isolate affected systems, preventing lateral movement and potential data exfiltration before the adversary can fully entrench its capabilities.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash2a67ec9b4db3954e30b1fa26fe87dea4f89ce4d011415e00d48f3200c9fe1f88payload2026-08-2595%
sha1_hash1b0614ebdc81d0a98e5c8c6013d6a0596be2ec2dpayload2026-08-2595%
md5_hash1150457afc7e499c3937a0f2bc430c29payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - DarkVision RAT
let malicious_hashes = dynamic(["2a67ec9b4db3954e30b1fa26fe87dea4f89ce4d011415e00d48f3200c9fe1f88", "1b0614ebdc81d0a98e5c8c6013d6a0596be2ec2d", "1150457afc7e499c3937a0f2bc430c29"]);
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: DarkVision RAT IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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