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

Hunt Hypothesis

This hunt detects adversary activity involving the Nanocore Remote Access Trojan by identifying matches against a curated set of twelve specific Indicators of Compromise (IOCs). Proactive hunting for these IOCs in Azure Sentinel is critical to rapidly identify and contain stealthy remote access capabilities that could enable lateral movement and data exfiltration within the enterprise network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash6e0da4c118ec3a4e2c78f2382c7cf70dpayload2026-08-0795%
sha256_hash722635285b6ed905f035850ac097bb619e4f6cf805bbd5d468f053e8f362bcfcpayload2026-08-0795%
sha1_hashe8eedbbae67af06f0b7929eb8be036c70015b0adpayload2026-08-0795%
sha1_hash0465401a1bc1b5efbf9d8bd8c3db20a3cc571111payload2026-08-0795%
md5_hasha0ebe1250b23cb60d919aa4e7dbd7e40payload2026-08-0795%
sha1_hash717d84b07335ef125dd27c00ef3341933ae2a508payload2026-08-0795%
md5_hashf32f66f210c25ea6dd97348034bb698bpayload2026-08-0795%
sha256_hash2055a6d22f882f79211a9209556b9d2e14498da87a112007e5fe0d3bf5cbd2fbpayload2026-08-0795%
sha256_hash94c78e0d80e3364e1c90d6f5311e6e4104bfa8e831d3351ba8cb875620d0dc64payload2026-08-0795%
md5_hash09683b2cb19f16818d0a60264663cac2payload2026-08-0795%
sha256_hash89c3ba702d5c424a14c58c3809897b9fc0a66a84c9e4becd4363972e4077756bpayload2026-08-0795%
sha1_hash0b77288fca4555e501c9cb4474cd689bee669c98payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["6e0da4c118ec3a4e2c78f2382c7cf70d", "722635285b6ed905f035850ac097bb619e4f6cf805bbd5d468f053e8f362bcfc", "e8eedbbae67af06f0b7929eb8be036c70015b0ad", "0465401a1bc1b5efbf9d8bd8c3db20a3cc571111", "a0ebe1250b23cb60d919aa4e7dbd7e40", "717d84b07335ef125dd27c00ef3341933ae2a508", "f32f66f210c25ea6dd97348034bb698b", "2055a6d22f882f79211a9209556b9d2e14498da87a112007e5fe0d3bf5cbd2fb", "94c78e0d80e3364e1c90d6f5311e6e4104bfa8e831d3351ba8cb875620d0dc64", "09683b2cb19f16818d0a60264663cac2", "89c3ba702d5c424a14c58c3809897b9fc0a66a84c9e4becd4363972e4077756b", "0b77288fca4555e501c9cb4474cd689bee669c98"]);
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, along with targeted filtering strategies suitable for an enterprise environment:

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