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

Hunt Hypothesis

This hunt targets the presence of NetWire Remote Control IOCs, which indicate an adversary has established a covert channel for remote access and command execution. Proactively hunting for these indicators in Azure Sentinel is critical to identify compromised endpoints before the attacker leverages the remote control tool for lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash5f8208c4790ca7b7aa199cf9ae09933bef089e0f86df853b17b59c14e7aa3fabpayload2026-09-1295%
sha1_hashfe41aa1fce4a41a11da253af51497ed86774fefbpayload2026-09-1295%
md5_hash3f924a568b81cddd3f7fdbcc19721edfpayload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["5f8208c4790ca7b7aa199cf9ae09933bef089e0f86df853b17b59c14e7aa3fab", "fe41aa1fce4a41a11da253af51497ed86774fefb", "3f924a568b81cddd3f7fdbcc19721edf"]);
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.netwire/