← Back to SOC feed Coverage →

ThreatFox: FaceStealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
apk-facestealerinfostealeriocthreatfox
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 hunt detects adversary behavior involving the deployment of FaceStealer malware, which targets credential theft and system compromise through specific Indicators of Compromise (IOCs). A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify early-stage infections and prevent lateral movement before sensitive data is exfiltrated.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash7707d9dcb3332125863f4432f75d3026d5439899payload2026-07-2595%
md5_hash04cb543da02c2227c4ec3a17d72d41fbpayload2026-07-2595%
sha256_hashd33fe738471c6f21f7f9c2c56893c5e286f110bb0eb242ec1b3f9145fccdaf79payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - FaceStealer
let malicious_hashes = dynamic(["7707d9dcb3332125863f4432f75d3026d5439899", "04cb543da02c2227c4ec3a17d72d41fb", "d33fe738471c6f21f7f9c2c56893c5e286f110bb0eb242ec1b3f9145fccdaf79"]);
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 mitigation strategies for the ThreatFox: FaceStealer IOCs rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/apk.facestealer/