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

Hunt Hypothesis

The detection identifies potential Nanocore RAT activity through known IOCs, indicating an adversary may be establishing persistence and remote control over compromised systems. SOC teams should proactively hunt for this behavior to detect and mitigate advanced persistent threats leveraging Nanocore RAT in their Azure Sentinel environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hasha5ebaafa75f45f51d25f38ef83a2c1e3ac580435payload2026-06-1795%
md5_hash4b896f8ae2fdbedf99648cffa4c7afc3payload2026-06-1795%
sha256_hash068725e40de440d38d02f71aea88ec2d28276a98e62b2f5b2659d981c1c11798payload2026-06-1795%
md5_hashd2d3e85f0d8d966d22c6dd7f6a94df13payload2026-06-1795%
sha256_hashc211109b368eebe5fadfc58540b8ae6c7a33d820a6e5ebf99bdf09fc7ed98d05payload2026-06-1795%
sha1_hasha7bee01e4415bf95982b863820d1930dea5739e9payload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Nanocore RAT
let malicious_hashes = dynamic(["a5ebaafa75f45f51d25f38ef83a2c1e3ac580435", "4b896f8ae2fdbedf99648cffa4c7afc3", "068725e40de440d38d02f71aea88ec2d28276a98e62b2f5b2659d981c1c11798", "d2d3e85f0d8d966d22c6dd7f6a94df13", "c211109b368eebe5fadfc58540b8ae6c7a33d820a6e5ebf99bdf09fc7ed98d05", "a7bee01e4415bf95982b863820d1930dea5739e9"]);
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/