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

Hunt Hypothesis

This detection rule identifies adversary activity involving specific indicators of compromise (IOCs) linked to the NetWire Remote Control malware, which is known for establishing persistent backdoors and enabling remote command execution on compromised endpoints. A SOC team should proactively hunt for these IOCs within their Azure Sentinel environment to rapidly detect early-stage infections and prevent potential lateral movement or data exfiltration before the adversary establishes a foothold in the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash812c33061b418ef74dc6be4522dc9d7f0efb284dpayload2026-07-2595%
md5_hash731219563f05a61e639b645f4892d6cbpayload2026-07-2595%
sha256_hashfda5556e3fa55664509ab396469d00939b0ac6260d01c8cdfbde999ee3a9d0abpayload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["812c33061b418ef74dc6be4522dc9d7f0efb284d", "731219563f05a61e639b645f4892d6cb", "fda5556e3fa55664509ab396469d00939b0ac6260d01c8cdfbde999ee3a9d0ab"]);
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: NetWire RC IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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