← 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-24T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known Nanocore RAT indicators, which are frequently used by threat actors to establish persistent remote access and execute post-compromise actions. 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 or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash31edc1eef538fdb429601d26422834b3payload2026-09-2495%
sha256_hash919f9a20b675968f038bf43c009611a697f11119e037ad577bca4bb2fe746f1cpayload2026-09-2495%
sha1_hash974abebcdf2bfcb5440d9590234b4814318698ebpayload2026-09-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["31edc1eef538fdb429601d26422834b3", "919f9a20b675968f038bf43c009611a697f11119e037ad577bca4bb2fe746f1c", "974abebcdf2bfcb5440d9590234b4814318698eb"]);
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/