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

Hunt Hypothesis

This detection rule identifies adversary activity involving three specific Indicators of Compromise (IOCs) linked to the RemoteX threat actor, signaling potential reconnaissance or initial access attempts within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly validate and contain early-stage threats before they escalate into broader lateral movement or data exfiltration incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash1dcab6f5621e7c3b7096bf817bf5ba5bpayload2026-07-2595%
sha256_hashfaad7b41abeef3da7099a6815d7799c647108a13d2fc397ab2ee468899c8a5c4payload2026-07-2595%
sha1_hash3038c746d4059f21c02b6ba0a3aa3a70ad1450ecpayload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - RemoteX
let malicious_hashes = dynamic(["1dcab6f5621e7c3b7096bf817bf5ba5b", "faad7b41abeef3da7099a6815d7799c647108a13d2fc397ab2ee468899c8a5c4", "3038c746d4059f21c02b6ba0a3aa3a70ad1450ec"]);
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 specific false positive scenarios and corresponding exclusions for the ThreatFox: RemoteX IOCs detection rule:

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