← Back to SOC feed Coverage →

ThreatFox: NjRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-17T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: NjRAT IOCs rule detects potential adversary activity associated with the NjRAT malware, which is known for remote access and command-and-control capabilities. SOC teams should proactively hunt for these indicators in Azure Sentinel to identify and mitigate persistent, stealthy threats that could exfiltrate data or execute arbitrary code.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash951351f0fb96dbbbd8379548ad1767bcpayload2026-06-1795%
sha256_hash40c9663ae7ffad4448bef4976cc1458253420eddc8b816ea38dbe3df30795301payload2026-06-1795%
sha1_hash460a1c90411d7abb2e55b9d437e457b88710a2eepayload2026-06-1795%
sha1_hash59d60cf70a62d3fdbafacd52f58577501509b6e1payload2026-06-1795%
md5_hashb04467d5385758b830565e1affd3e7a5payload2026-06-1795%
sha256_hashd942110faacaa112adf64b854daa1381da74a91f4f5790ca710c9e082fc98151payload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NjRAT
let malicious_hashes = dynamic(["951351f0fb96dbbbd8379548ad1767bc", "40c9663ae7ffad4448bef4976cc1458253420eddc8b816ea38dbe3df30795301", "460a1c90411d7abb2e55b9d437e457b88710a2ee", "59d60cf70a62d3fdbafacd52f58577501509b6e1", "b04467d5385758b830565e1affd3e7a5", "d942110faacaa112adf64b854daa1381da74a91f4f5790ca710c9e082fc98151"]);
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.njrat/