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

Hunt Hypothesis

This hunt hypothesis targets adversaries deploying Luca Stealer to silently extract credentials, browser cookies, and cryptocurrency data following successful phishing campaigns or exploit kit infections. Proactively hunting for these specific IOCs in Azure Sentinel is critical because early detection of this high-severity stealer prevents the initial compromise from escalating into broader identity theft and financial asset exfiltration before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash7fe8414fe3bc35854a30b5ad87e3f8b5c1fa199fpayload2026-07-2795%
md5_hashc037ac52a26a18e7b2e911415e85a080payload2026-07-2795%
sha256_hash8cf7bbe8eb52f88bf5c7129b4923acff510275d5c47a38bf82667c102e6e8c9apayload2026-07-2795%
sha1_hash9d0c78e7d08e01fe65858d1e2c690af0c79cc209payload2026-07-2795%
md5_hash5fae196b68afca48ce650acc79e25126payload2026-07-2795%
sha256_hash56cc93be915c0d59943d0bf3c91dc1956b0af95939b812679197d3607829713fpayload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Luca Stealer
let malicious_hashes = dynamic(["7fe8414fe3bc35854a30b5ad87e3f8b5c1fa199f", "c037ac52a26a18e7b2e911415e85a080", "8cf7bbe8eb52f88bf5c7129b4923acff510275d5c47a38bf82667c102e6e8c9a", "9d0c78e7d08e01fe65858d1e2c690af0c79cc209", "5fae196b68afca48ce650acc79e25126", "56cc93be915c0d59943d0bf3c91dc1956b0af95939b812679197d3607829713f"]);
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, including suggested filters and exclusions tailored for an enterprise environment:

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