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

Hunt Hypothesis

This hunt detects adversary activity involving NjRAT remote access trojan indicators to identify potential command-and-control communications and lateral movement within the network. Proactively hunting for these specific IOCs in Azure Sentinel is critical because NjRAT’s widespread use by threat actors allows for early detection of persistent threats before they escalate into full-scale data exfiltration or ransomware attacks.

IOC Summary

Malware Family: NjRAT Total IOCs: 3 IOC Types: sha256_hash, md5_hash, sha1_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 4 specific false positive scenarios for the ThreatFox: NjRAT IOCs detection rule, along with recommended filters and exclusions tailored for an enterprise environment:

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