← Back to SOC feed Coverage →

ThreatFox: Luca Stealer IOCs

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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging the Luca Stealer malware to exfiltrate credentials, cookies, and browser data via phishing campaigns that deliver malicious attachments. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection of this high-severity threat prevents lateral movement and unauthorized access resulting from compromised user identities.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash2bc8a0dc10a195172f9ab72e38c4ef38c2aa1d97payload2026-08-0895%
md5_hash68ccd17f80bcc61bec8759b77cb80b24payload2026-08-0895%
sha256_hashed71b72c1e0d19a627fea10181438779fb02bcfcd67870ce57e363a7c5168e94payload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Luca Stealer
let malicious_hashes = dynamic(["2bc8a0dc10a195172f9ab72e38c4ef38c2aa1d97", "68ccd17f80bcc61bec8759b77cb80b24", "ed71b72c1e0d19a627fea10181438779fb02bcfcd67870ce57e363a7c5168e94"]);
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 5 specific false positive scenarios for the ThreatFox: Luca Stealer IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

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