← Back to SOC feed Coverage →

ThreatFox: ElectroRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocosx-electro_ratthreatfox
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-02T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity leveraging specific Indicators of Compromise (IOCs) linked to the ElectroRAT remote access tool, which is frequently used by threat actors for command and control operations within compromised networks. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections and potential lateral movement before the malware establishes persistent footholds or exfiltrates sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashc6c0210e1e5828aef772a030ce9a4e93f31c1848payload2026-08-0295%
md5_hash24dc5145757e9f438e801518bc74c0c7payload2026-08-0295%
sha256_hash0ffec6082c9540ac473d603f278168458f574ac9018ba5ed9b7b1e7ec1539133payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ElectroRAT
let malicious_hashes = dynamic(["c6c0210e1e5828aef772a030ce9a4e93f31c1848", "24dc5145757e9f438e801518bc74c0c7", "0ffec6082c9540ac473d603f278168458f574ac9018ba5ed9b7b1e7ec1539133"]);
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: ElectroRAT IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/osx.electro_rat/