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

Hunt Hypothesis

This hunt targets adversary behavior involving the deployment of Nanocore Remote Access Trojans by monitoring for specific Indicators of Compromise across network and endpoint logs within Azure Sentinel. Proactively hunting for these IOCs is critical to detect early-stage remote access capabilities that could enable lateral movement, credential theft, and persistent command-and-control communication before they escalate into a full-blown breach.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash551aa018350fcf2b435b4d361dd4f117349a5136851f84ac10c02da1526e4e67payload2026-07-0595%
sha1_hashc9970f57910e5e2bb746d838ab0f248bdfa1e15bpayload2026-07-0595%
md5_hash2e3bb978d68490c99faac7f590933832payload2026-07-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["551aa018350fcf2b435b4d361dd4f117349a5136851f84ac10c02da1526e4e67", "c9970f57910e5e2bb746d838ab0f248bdfa1e15b", "2e3bb978d68490c99faac7f590933832"]);
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 specific false positive scenarios for the ThreatFox: Nanocore RAT IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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