← Back to SOC feed Coverage →

ThreatFox: RedLine Stealer IOCs

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

Hunt Hypothesis

This hunt targets the presence of RedLine Stealer indicators, a prevalent info-stealer that captures credentials, browser data, and cryptocurrency wallet contents from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify active infections and lateral movement attempts before the stolen data is exfiltrated, reducing the window of exposure for high-value assets.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash8c82f607f14980a6962993f8800cdf35payload2026-09-1095%
sha256_hash953b808caf22274577e975b21404fcd2b69fb3e8ad266f175b100612305d5575payload2026-09-1095%
sha1_hash2217b5efd0ba9f67a74fe95ac7fff491816f0ddfpayload2026-09-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - RedLine Stealer
let malicious_hashes = dynamic(["8c82f607f14980a6962993f8800cdf35", "953b808caf22274577e975b21404fcd2b69fb3e8ad266f175b100612305d5575", "2217b5efd0ba9f67a74fe95ac7fff491816f0ddf"]);
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.redline_stealer/