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

Hunt Hypothesis

This hunt detects adversary activity involving six specific indicators of compromise (IOCs) linked to the NetWire Remote Access Trojan, which is known for establishing persistent backdoors on compromised endpoints. The SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections and prevent potential lateral movement or data exfiltration before the malware fully establishes its command-and-control infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashd4fd4ff0709271323b8d401579270e6567b6e360payload2026-08-2595%
md5_hash752d5cdda2a1d93d27e38f98a5d23fc2payload2026-08-2595%
md5_hashab9a2c07b3b1222f5ada4cb7c1fd144epayload2026-08-2595%
sha256_hashf048400c23add8c75abe189393d33c873c02c74eeaf43d47b950c8d643763b35payload2026-08-2595%
sha256_hash1404090db3128de503ba4d991a960c7c1bc3b910a62d06ecf7e7081a2fcf11b9payload2026-08-2595%
sha1_hash22d5e961804073435cd193c1a4b7d3f4c39a64c4payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["d4fd4ff0709271323b8d401579270e6567b6e360", "752d5cdda2a1d93d27e38f98a5d23fc2", "ab9a2c07b3b1222f5ada4cb7c1fd144e", "f048400c23add8c75abe189393d33c873c02c74eeaf43d47b950c8d643763b35", "1404090db3128de503ba4d991a960c7c1bc3b910a62d06ecf7e7081a2fcf11b9", "22d5e961804073435cd193c1a4b7d3f4c39a64c4"]);
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 5 specific false positive scenarios for the ThreatFox: NetWire RC IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

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