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

Hunt Hypothesis

This hunt targets adversary behavior involving the deployment of the Nanocore Remote Access Trojan (RAT) by monitoring for specific indicators of compromise across network and endpoint telemetry. Proactively hunting for these IOCs in Azure Sentinel is critical to detect early-stage lateral movement and command-and-control communications before the malware establishes persistent access to sensitive resources.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashf85edfbd3b5d8c22774f4239c920727epayload2026-07-1095%
sha1_hashfb85963c2e68338d4f33bdef2ee4020d7f698317payload2026-07-1095%
sha256_hashdacc3d21d8d1e49fd7728f3500943b9eddd80589264d939fbe1fd880fe03938dpayload2026-07-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["f85edfbd3b5d8c22774f4239c920727e", "fb85963c2e68338d4f33bdef2ee4020d7f698317", "dacc3d21d8d1e49fd7728f3500943b9eddd80589264d939fbe1fd880fe03938d"]);
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 four specific false positive scenarios for the ThreatFox: Nanocore RAT IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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