← Back to SOC feed Coverage →

ThreatFox: Phantom Stealer IOCs

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

Hunt Hypothesis

This hunt detects adversary behavior where endpoints interact with known indicators of compromise (IOCs) linked to the Phantom Stealer malware, which targets sensitive credentials and financial data through stealthy infection vectors. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections before they escalate into broader credential theft or lateral movement incidents within the organization’s cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashc67f0473eae2e790676584b108e7ed73payload2026-08-0495%
sha256_hashc0654ca707fd45d9563f46dbd51fc03b75f5a05ec0ffc26816bcedcd13520b31payload2026-08-0495%
sha1_hashb14b5b72fb8314c14c5fa5e9046802b4202f3175payload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Phantom Stealer
let malicious_hashes = dynamic(["c67f0473eae2e790676584b108e7ed73", "c0654ca707fd45d9563f46dbd51fc03b75f5a05ec0ffc26816bcedcd13520b31", "b14b5b72fb8314c14c5fa5e9046802b4202f3175"]);
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: Phantom Stealer IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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