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

Hunt Hypothesis

This hunt detects adversary activity involving six specific indicators of compromise (IOCs) linked to the NetWire Remote Control malware, which is known for establishing persistent command and control channels on compromised endpoints. The SOC team should proactively search for these IOCs within Azure Sentinel to identify early-stage infections and prevent potential data exfiltration or lateral movement before the threat escalates.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash0578ccbe64ee7f6c1f90cf656095dad7059b1587payload2026-08-1395%
md5_hash6ff68578110de0105fc3a1a1ab635dd3payload2026-08-1395%
sha1_hash46da9bf913828dfdc3cbfc435e414285ba5cb715payload2026-08-1395%
md5_hashef5b6211a47d0bec3ddb8d77b9c9586apayload2026-08-1395%
sha256_hashc1770108b0d0e6dde3fd5d588a85af3409ad41581784b1734a3eec637fddb15dpayload2026-08-1395%
sha256_hashd1ccedd9d262377aa1e28d0ba13b49cbd6511ccaa5e95db0e506064b2861f6f7payload2026-08-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["0578ccbe64ee7f6c1f90cf656095dad7059b1587", "6ff68578110de0105fc3a1a1ab635dd3", "46da9bf913828dfdc3cbfc435e414285ba5cb715", "ef5b6211a47d0bec3ddb8d77b9c9586a", "c1770108b0d0e6dde3fd5d588a85af3409ad41581784b1734a3eec637fddb15d", "d1ccedd9d262377aa1e28d0ba13b49cbd6511ccaa5e95db0e506064b2861f6f7"]);
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, including suggested filters and exclusions tailored for an enterprise environment:

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