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

Hunt Hypothesis

This hunt detects adversary activity involving the Nanocore Remote Access Trojan by identifying specific indicators of compromise such as malicious file hashes and network connections. Proactively hunting for these IOCs in Azure Sentinel is critical to rapidly identify early-stage lateral movement and command-and-control communications before the RAT establishes a persistent foothold within the enterprise environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash3966dfc023858b3f3bd6aca6562964838aaa2e31payload2026-08-1395%
md5_hash7d4dcace32850c5e3e9d5dff5a6ef08dpayload2026-08-1395%
sha256_hash4208d5e8fe67a312095ee467a08bd0d6ec6007f10922d03383e760b40e0e1dc9payload2026-08-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["3966dfc023858b3f3bd6aca6562964838aaa2e31", "7d4dcace32850c5e3e9d5dff5a6ef08d", "4208d5e8fe67a312095ee467a08bd0d6ec6007f10922d03383e760b40e0e1dc9"]);
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: Nanocore RAT IOCs detection rule, along with suggested filters or exclusions tailored for an enterprise environment:

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