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

Hunt Hypothesis

This detection rule identifies adversary behavior consistent with the FaceStealer malware campaign by monitoring for three specific Indicators of Compromise (IOCs) that signal active credential theft and lateral movement attempts. A SOC team should proactively hunt for these indicators within Azure Sentinel to rapidly isolate compromised endpoints before attackers can exfiltrate sensitive data or establish persistent access through stolen credentials.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashfc2f88f368a32c8ba7257bd54a830068payload2026-08-1595%
sha1_hashc81953bb0d5bf418cc1b84ed0dd0027ab448ee0fpayload2026-08-1595%
sha256_hash6702d4f508ebf248a56bb2d14b1afdc8557398b3b94c25a6d23eb61533647373payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - FaceStealer
let malicious_hashes = dynamic(["fc2f88f368a32c8ba7257bd54a830068", "c81953bb0d5bf418cc1b84ed0dd0027ab448ee0f", "6702d4f508ebf248a56bb2d14b1afdc8557398b3b94c25a6d23eb61533647373"]);
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 4 specific false positive scenarios for the ThreatFox: FaceStealer IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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