← Back to SOC feed Coverage →

ThreatFox: NetWorm IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocpy-networmthreatfox
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-07T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies the establishment of covert communication channels by the NetWorm malware family, which are specifically designed to facilitate the stealthy exfiltration of sensitive data. Proactively hunting for these indicators in Azure Sentinel is critical to rapidly detect and contain active data theft attempts before adversaries can compromise large volumes of confidential information.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashb2daee69272ac088ba3af90e630a7b73payload2026-08-0795%
sha256_hasha1b471e7cb4cabe80828dfb0b96cc6f5f87bf867969c66bc8511715ecd70459epayload2026-08-0795%
sha1_hash6682841224071055bf109254dfc7a65d46ffbb9epayload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - NetWorm
let malicious_hashes = dynamic(["b2daee69272ac088ba3af90e630a7b73", "a1b471e7cb4cabe80828dfb0b96cc6f5f87bf867969c66bc8511715ecd70459e", "6682841224071055bf109254dfc7a65d46ffbb9e"]);
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/py.networm/