← Back to SOC feed Coverage →

ThreatFox: Redosdru IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-redosdru
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-05T23:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis posits that adversaries are actively deploying the Redosdru malware by leveraging its specific Indicators of Compromise to establish persistence and exfiltrate sensitive data within the Azure environment. A proactive hunt is critical because early detection of these three high-severity IOCs in Azure Sentinel enables the SOC team to contain potential lateral movement before the threat escalates into a full-scale breach.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash0b5439d135dc4d685e3fa346ac56dc89713b1a86payload2026-07-0595%
md5_hashb2f641209efa51dda327fb48bafd0986payload2026-07-0595%
sha256_hashf65a25e37c7abc88d641e13004c4e5523502b4568cfcf6713f4f50e34f23e770payload2026-07-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Redosdru
let malicious_hashes = dynamic(["0b5439d135dc4d685e3fa346ac56dc89713b1a86", "b2f641209efa51dda327fb48bafd0986", "f65a25e37c7abc88d641e13004c4e5523502b4568cfcf6713f4f50e34f23e770"]);
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 specific false positive scenarios for the ThreatFox: Redosdru IOCs detection rule, tailored for a legitimate enterprise environment:

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