← Back to SOC feed Coverage →

ThreatFox: MASS Logger IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-masslogger
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-13T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known IOCs associated with the MASS Logger, a tool frequently used by adversaries to capture sensitive data such as credentials and session tokens. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised workloads or endpoints before the logger can exfiltrate data or establish persistent access.

IOC Summary

Malware Family: MASS Logger Total IOCs: 2 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash6a341b3e9c265e672ac0bb8c72a7fb2b72f8872a1a12b5d1fa48b868ca43f8b4payload2026-09-13100%
sha256_hashe11f3af65a8ff295858d81d135d49aadb0a157b48b7daffdc34c0c921a29d5capayload2026-09-13100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MASS Logger
let malicious_hashes = dynamic(["6a341b3e9c265e672ac0bb8c72a7fb2b72f8872a1a12b5d1fa48b868ca43f8b4", "e11f3af65a8ff295858d81d135d49aadb0a157b48b7daffdc34c0c921a29d5ca"]);
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.masslogger/