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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of the Nanocore Remote Access Trojan (RAT) by monitoring for three specific indicators of compromise that enable persistent remote control and data exfiltration. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections before attackers can establish command-and-control channels or access sensitive assets within the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash1c250ac3db43c8379591c0a1e8e428b972c1adda38eec2fb46376fb905e0a5e1payload2026-08-3095%
sha1_hasha7306d1131fc113334101d30db8b5b0fa376665bpayload2026-08-3095%
md5_hashdf436f62af38b7a5bcd8a3368a9f110apayload2026-08-3095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["1c250ac3db43c8379591c0a1e8e428b972c1adda38eec2fb46376fb905e0a5e1", "a7306d1131fc113334101d30db8b5b0fa376665b", "df436f62af38b7a5bcd8a3368a9f110a"]);
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, including recommended filters and exclusions tailored for an enterprise environment:

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