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

Hunt Hypothesis

The detection identifies potential Phantom Stealer malware activity through known IOCs, indicating an adversary may be establishing persistence or exfiltrating data. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced threats before significant damage occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash629f961741fbee0beced217eef514bd9payload2026-06-1795%
sha256_hash1da002b8fdbb45b2b95125e88c0a4421e55c9ec3df08572a28a09a66b71450fcpayload2026-06-1795%
sha1_hashef72d52efff59f3c8e3e032db081a11f0b164e18payload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Phantom Stealer
let malicious_hashes = dynamic(["629f961741fbee0beced217eef514bd9", "1da002b8fdbb45b2b95125e88c0a4421e55c9ec3df08572a28a09a66b71450fc", "ef72d52efff59f3c8e3e032db081a11f0b164e18"]);
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

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