← Back to SOC feed Coverage →

ThreatFox: Phemedrone Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-phemedrone_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-14T11:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Phemedrone Stealer activity through known IOCs, indicating an adversary may be exfiltrating sensitive data from compromised systems. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate early-stage ransomware attacks before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash5c193587430fa41ac4ff3ba1ac41abec4f025dd5payload2026-06-1495%
md5_hashb01231990bfbb7857d28c8e24aa6251bpayload2026-06-1495%
sha256_hash9555123bcc8f0720640dc56fa9e17452a3f2224038f2385e292f64df7c70fa8dpayload2026-06-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Phemedrone Stealer
let malicious_hashes = dynamic(["5c193587430fa41ac4ff3ba1ac41abec4f025dd5", "b01231990bfbb7857d28c8e24aa6251b", "9555123bcc8f0720640dc56fa9e17452a3f2224038f2385e292f64df7c70fa8d"]);
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.phemedrone_stealer/