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

Hunt Hypothesis

This hunt targets adversary behavior where the RedLine Stealer malware executes on endpoints to harvest and exfiltrate critical credentials, including passwords and browser cookies. Proactively hunting for these specific IOCs in Azure Sentinel is essential to rapidly identify compromised assets before sensitive data leakage leads to broader lateral movement or identity theft within the organization.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash9139a0817ef5a3c0f4e97e562c22b2bb878d981apayload2026-07-1495%
md5_hash6b1a870bc9aa0a5d88931278f4375f50payload2026-07-1495%
sha256_hash7b2a28e5ecbdeb4e608026e8c548ef5f50e4aad5da5ae7bfcc5e9ee05e91e80apayload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - RedLine Stealer
let malicious_hashes = dynamic(["9139a0817ef5a3c0f4e97e562c22b2bb878d981a", "6b1a870bc9aa0a5d88931278f4375f50", "7b2a28e5ecbdeb4e608026e8c548ef5f50e4aad5da5ae7bfcc5e9ee05e91e80a"]);
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: RedLine Stealer IOCs detection rule, tailored for an enterprise environment:

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