← Back to SOC feed Coverage →

ThreatFox: RemoteX IOCs

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

Hunt Hypothesis

This detection rule identifies adversary activity by matching network and endpoint telemetry against three specific Indicators of Compromise (IOCs) linked to the RemoteX threat actor. Proactively hunting for these IOCs in Azure Sentinel is critical to rapidly detect early-stage intrusions and mitigate potential lateral movement before adversaries can establish persistence within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashfa4b30b7cc5b13ed11c7658dd3ce4f2f2e7d3488c95f0a728d11a3186d6a4671payload2026-07-3195%
sha1_hash406993c2ec445d078e354d73c62498e66cf84a22payload2026-07-3195%
md5_hash910f7ad5d25665e50980e7c2b8fe7c7cpayload2026-07-3195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - RemoteX
let malicious_hashes = dynamic(["fa4b30b7cc5b13ed11c7658dd3ce4f2f2e7d3488c95f0a728d11a3186d6a4671", "406993c2ec445d078e354d73c62498e66cf84a22", "910f7ad5d25665e50980e7c2b8fe7c7c"]);
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 for the ThreatFox: RemoteX IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

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