← Back to SOC feed Coverage →

ThreatFox: Arkei Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-arkei_stealer
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-22T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the Arkei Stealer by identifying three specific Indicators of Compromise (IOCs) that signal potential credential theft and data exfiltration efforts within the network. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection of this stealer allows the SOC team to isolate compromised endpoints before sensitive credentials are harvested, thereby preventing lateral movement and broader organizational impact.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash1158797c8d9ef2696029b1d82e8a9515payload2026-08-2295%
sha256_hashe3ecc6938dd5234a75a8fda454717bba20897d6aa12b9a324b5f81305d1f7d66payload2026-08-2295%
sha1_hash31435c6f16df4fa56f251f1e45c495ae5b0c1562payload2026-08-2295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Arkei Stealer
let malicious_hashes = dynamic(["1158797c8d9ef2696029b1d82e8a9515", "e3ecc6938dd5234a75a8fda454717bba20897d6aa12b9a324b5f81305d1f7d66", "31435c6f16df4fa56f251f1e45c495ae5b0c1562"]);
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: Arkei Stealer IOCs detection rule in an enterprise environment:

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