← Back to SOC feed Coverage →

ThreatFox: Nanocore RAT IOCs

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

Hunt Hypothesis

The ThreatFox: Nanocore RAT IOCs rule detects potential indicators of a Nanocore Remote Access Trojan leveraging compromised infrastructure to exfiltrate data and establish persistent access. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced persistent threats before they cause significant data loss or system compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash7c1dc6b792df9cf72d40102b9daa1969ce88e5f5payload2026-06-1395%
md5_hash94d2ca3c409914ad4d42ea57ce4b36b1payload2026-06-1395%
md5_hashe5cd97b309afed34383aff420333d831payload2026-06-1395%
sha256_hashe913c5f78dbe49989518ee50ee56cdb581a16a16b5ebb2ff567d526b238a0fc2payload2026-06-1395%
sha256_hash24efe51c32a2017f5ad0aab43a2eb099eaf4379846f1b4e8a62093338ddae517payload2026-06-1395%
sha1_hash1f81e5529c284ea4561fd49997d5beb395ee2aa4payload2026-06-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["7c1dc6b792df9cf72d40102b9daa1969ce88e5f5", "94d2ca3c409914ad4d42ea57ce4b36b1", "e5cd97b309afed34383aff420333d831", "e913c5f78dbe49989518ee50ee56cdb581a16a16b5ebb2ff567d526b238a0fc2", "24efe51c32a2017f5ad0aab43a2eb099eaf4379846f1b4e8a62093338ddae517", "1f81e5529c284ea4561fd49997d5beb395ee2aa4"]);
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.nanocore/