← Back to SOC feed Coverage →

ThreatFox: NetWire RC IOCs

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

Hunt Hypothesis

This hunt targets adversary behavior involving known NetWire RC indicators of compromise to identify potential remote access trojan infections within the Azure environment. Proactively hunting for these specific IOCs is critical because early detection allows the SOC team to isolate compromised endpoints before attackers establish persistent command-and-control channels or exfiltrate sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash9ab6ffc449a0de80e5af4e690ef361ac01f500e8payload2026-07-0595%
md5_hash592c091f5b8dc2d2445618dac9938a66payload2026-07-0595%
md5_hash5e1208edaa128df0809ec8268be38ffcpayload2026-07-0595%
sha256_hash87cf4ad614dbe8696401992fb8dde991f921adce680d91057e8fdb7c88e1a8c0payload2026-07-0595%
sha256_hash77f2de0a837eb3b6891f5984a542af71f559afb3d9e9e4e9d0b6cbf1f19a3dadpayload2026-07-0595%
sha1_hash355109aca5726acd442299528c0e1bb112771525payload2026-07-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["9ab6ffc449a0de80e5af4e690ef361ac01f500e8", "592c091f5b8dc2d2445618dac9938a66", "5e1208edaa128df0809ec8268be38ffc", "87cf4ad614dbe8696401992fb8dde991f921adce680d91057e8fdb7c88e1a8c0", "77f2de0a837eb3b6891f5984a542af71f559afb3d9e9e4e9d0b6cbf1f19a3dad", "355109aca5726acd442299528c0e1bb112771525"]);
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 for the ThreatFox: NetWire RC IOCs detection rule, tailored for an enterprise environment using common security and administrative tooling:

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