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

Hunt Hypothesis

This hunt targets the presence of Nanocore RAT indicators, a remote access tool frequently used by threat actors to establish persistent, low-noise control over compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify stealthy intrusions before adversaries 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_hash030e102f57811427fbeef4c6973d0fbbpayload2026-09-1295%
sha256_hash22833eb10882ee1d10cdf23b41339f3dc65b773921c9cde865dc92efe994910dpayload2026-09-1295%
sha1_hasha5cebb24af5b2281012cedd085fa5d65b33c6f5fpayload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["030e102f57811427fbeef4c6973d0fbb", "22833eb10882ee1d10cdf23b41339f3dc65b773921c9cde865dc92efe994910d", "a5cebb24af5b2281012cedd085fa5d65b33c6f5f"]);
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/