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

Hunt Hypothesis

This hunt targets adversary behavior involving the execution of known Arkei Stealer indicators to identify active credential theft and data exfiltration attempts within the environment. Proactively hunting for these specific IOCs in Azure Sentinel is critical because early detection enables rapid containment before sensitive authentication tokens are compromised, thereby preventing lateral movement by threat actors.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash5cbb51cf747cd514eb333f402e21866cpayload2026-07-1395%
sha256_hash3b328b13d6925bb86cfa46b58586530dd14e6f0f627ec92a1f14ef162d5712ecpayload2026-07-1395%
sha1_hash6e1561e0b51a74b01a2e0377f52ea95a38e439fbpayload2026-07-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Arkei Stealer
let malicious_hashes = dynamic(["5cbb51cf747cd514eb333f402e21866c", "3b328b13d6925bb86cfa46b58586530dd14e6f0f627ec92a1f14ef162d5712ec", "6e1561e0b51a74b01a2e0377f52ea95a38e439fb"]);
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 for the ThreatFox: Arkei Stealer IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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