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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of NjRAT remote access tools by identifying three specific indicators of compromise known to facilitate command and control communications. A SOC team should proactively search for these signatures in Azure Sentinel because early detection of NjRAT activity is critical to preventing lateral movement and data exfiltration before the malware establishes persistent footholds within the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashff5db489782f10217946f75450803f6c835108c5payload2026-07-2595%
md5_hash0268fde13e99c555ed4a4c6ef193b9eapayload2026-07-2595%
sha256_hash155d1dce8e17b107b531b80b648f1a3fcbcbed764d76a39b0b3972d9424dd2f7payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NjRAT
let malicious_hashes = dynamic(["ff5db489782f10217946f75450803f6c835108c5", "0268fde13e99c555ed4a4c6ef193b9ea", "155d1dce8e17b107b531b80b648f1a3fcbcbed764d76a39b0b3972d9424dd2f7"]);
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 specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: NjRAT IOCs detection rule:

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