← Back to SOC feed Coverage →

ThreatFox: BluStealer IOCs

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

Hunt Hypothesis

This detection rule identifies active threats from the BluStealer infostealer by monitoring for specific indicators of compromise that signal data exfiltration and credential theft within the environment. Proactively hunting for these IOCs in Azure Sentinel is critical to rapidly isolate compromised assets and prevent lateral movement before sensitive information is fully extracted by adversaries.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash3de90646a26faadc719b3795c42bd9576e316212payload2026-08-0495%
md5_hash97b43a41d7f2b2cdfb960693da5e97f5payload2026-08-0495%
sha256_hash694483cdead4d874dd33b0a7c11d6c5cbdd1989352c3f7376a71855ad0147deepayload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - BluStealer
let malicious_hashes = dynamic(["3de90646a26faadc719b3795c42bd9576e316212", "97b43a41d7f2b2cdfb960693da5e97f5", "694483cdead4d874dd33b0a7c11d6c5cbdd1989352c3f7376a71855ad0147dee"]);
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 4 specific false positive scenarios and their corresponding exclusion strategies for the ThreatFox: BluStealer IOCs detection rule:

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