← 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-02T23: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 and contain potential remote access compromises that could lead to data exfiltration or lateral movement within the enterprise environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashae5b3e0e621abf17d9f80f51638897cbpayload2026-08-0295%
sha256_hash0628a7d09dd681ab6e1d0c904f8c7f2d3fb48183a4a57a7cfeaf4350b01406aapayload2026-08-0295%
sha1_hashc67acc0f58d6f97f0fb07bf54a995cb7268d126bpayload2026-08-0295%
md5_hash1a5e935a2545bde844f7aa04d6bce296payload2026-08-0295%
sha1_hash31943eb5d52b7f2af3f21db0a2d078899274033bpayload2026-08-0295%
sha256_hash0ec1ed0daf72e7f3b2a9afb44d8e2de77b97b126788e54e0cb948cc176de91bapayload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["ae5b3e0e621abf17d9f80f51638897cb", "0628a7d09dd681ab6e1d0c904f8c7f2d3fb48183a4a57a7cfeaf4350b01406aa", "c67acc0f58d6f97f0fb07bf54a995cb7268d126b", "1a5e935a2545bde844f7aa04d6bce296", "31943eb5d52b7f2af3f21db0a2d078899274033b", "0ec1ed0daf72e7f3b2a9afb44d8e2de77b97b126788e54e0cb948cc176de91ba"]);
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 5 specific false positive scenarios for the ThreatFox: Nanocore RAT IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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