← 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-09-06T11:00:01Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of known Nanocore RAT indicators, which are frequently deployed by threat actors to establish persistent remote access and execute command-and-control operations. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints before the adversary can leverage the RAT for lateral movement, data exfiltration, or further payload delivery.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashed8c27e5acb067148937e6da6e763d32payload2026-09-0695%
sha256_hash77da09a95342309e29b441182c91d79ff511f5d35bcfda7aaf5a212b763f589cpayload2026-09-0695%
sha1_hash4e12f2568ed928d24a8e168035040b8ec767abffpayload2026-09-0695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["ed8c27e5acb067148937e6da6e763d32", "77da09a95342309e29b441182c91d79ff511f5d35bcfda7aaf5a212b763f589c", "4e12f2568ed928d24a8e168035040b8ec767abff"]);
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/