← Back to SOC feed Coverage →

ThreatFox: NjRAT IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
backdooriocthreatfoxwin-njrat
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-08T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: NjRAT IOCs rule detects potential adversary activity associated with the NjRAT malware, which is known for its persistence, remote command execution, and data exfiltration capabilities. SOC teams should proactively hunt for these indicators in Azure Sentinel to identify and mitigate advanced persistent threats before they cause significant damage.

IOC Summary

Malware Family: NjRAT Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainshadownbr.ddns.netbotnet_cc2026-06-08100%
domainricardotro.duckdns.orgbotnet_cc2026-06-08100%
domainrjnfjrtc.pwrp.ccbotnet_cc2026-06-08100%
domainrdntotoso.ddns.netbotnet_cc2026-06-08100%
domainphishing.two-i.combotnet_cc2026-06-08100%
domainphishing.researchinstitute.iobotnet_cc2026-06-08100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - NjRAT
let malicious_domains = dynamic(["shadownbr.ddns.net", "ricardotro.duckdns.org", "rjnfjrtc.pwrp.cc", "rdntotoso.ddns.net", "phishing.two-i.com", "phishing.researchinstitute.io"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

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