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

Hunt Hypothesis

This detection rule identifies active communications between internal assets and known NetWire Remote Control infrastructure, signaling potential command-and-control activity from a sophisticated threat actor. Proactive hunting in Azure Sentinel is critical to rapidly isolate compromised endpoints and prevent lateral movement before adversaries can establish persistent access or exfiltrate sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash1cebb153fcb26dcd06614a95276b22a3payload2026-08-0495%
md5_hash6292b4f53c529bdafbb1476e7de48e73payload2026-08-0495%
sha256_hash57e5da8f7c404c1754a866c1f8d51e31f9f21525c17e586ef48eb2a62fa4ef20payload2026-08-0495%
sha1_hash2d7b8391c51937f7c11430a91013a115c315f92fpayload2026-08-0495%
sha256_hasha5508bc966bb8d4e0a4275dd96347d84ceecbdb1679fb27ddb4f568fb083faa2payload2026-08-0495%
sha1_hash5a2317b228f48fa8f93665dc6a74fc38888b839apayload2026-08-0495%
sha1_hashde34950c485f3fdaa49687cdd4c71cf6c906774dpayload2026-08-0495%
md5_hash78ea9434eb06f6069346be4dc920e706payload2026-08-0495%
sha256_hash0b74552f66e1fb88f401e0c27c9dd224219bc3698a556b8827c392cce5a1bbd3payload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWire RC
let malicious_hashes = dynamic(["1cebb153fcb26dcd06614a95276b22a3", "6292b4f53c529bdafbb1476e7de48e73", "57e5da8f7c404c1754a866c1f8d51e31f9f21525c17e586ef48eb2a62fa4ef20", "2d7b8391c51937f7c11430a91013a115c315f92f", "a5508bc966bb8d4e0a4275dd96347d84ceecbdb1679fb27ddb4f568fb083faa2", "5a2317b228f48fa8f93665dc6a74fc38888b839a", "de34950c485f3fdaa49687cdd4c71cf6c906774d", "78ea9434eb06f6069346be4dc920e706", "0b74552f66e1fb88f401e0c27c9dd224219bc3698a556b8827c392cce5a1bbd3"]);
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 and corresponding exclusion strategies for the ThreatFox: NetWire RC IOCs detection rule in an enterprise environment:

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