← Back to SOC feed Coverage →

ThreatFox: Nanocore RAT IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-05-10T23: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: 3 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://menangmulu.jp.net/botnet_cc2026-05-1050%
urlhxxps://www.menangmulu.jp.net/botnet_cc2026-05-1050%
urlhxxps://playgamesonline.in.net:54984botnet_cc2026-05-1050%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Nanocore RAT
let malicious_urls = dynamic(["https://menangmulu.jp.net/", "https://www.menangmulu.jp.net/", "https://playgamesonline.in.net:54984"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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