← 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-05T23: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 establish persistent access and exfiltrate sensitive data. Proactively hunting for these indicators in Azure Sentinel is critical to detect early-stage compromise and prevent attackers from leveraging this logger to maintain a foothold within the environment.

IOC Summary

Malware Family: MASS Logger Total IOCs: 6 IOC Types: sha1_hash, md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha1_hash4596d056742f9a49681e761df56d68fe20ba3c18payload2026-09-0595%
md5_hash9ca08f91e852044c9b247e09950b11b3payload2026-09-0595%
sha256_hash059ddcc503fe7484565b349b123b4e6b0438896dbeb0124b85f3ac504d8d67a0payload2026-09-0595%
sha256_hash845f66b5b5484651e5978daa62d0d227d433ad0c203f9711b099234381afa9d4payload2026-09-0595%
sha1_hash4c610125ada26f5d3603aac6f828c2305e9f5f18payload2026-09-0595%
md5_hashec75a5bf2271f02cc3079d4181b1443epayload2026-09-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MASS Logger
let malicious_hashes = dynamic(["4596d056742f9a49681e761df56d68fe20ba3c18", "9ca08f91e852044c9b247e09950b11b3", "059ddcc503fe7484565b349b123b4e6b0438896dbeb0124b85f3ac504d8d67a0", "845f66b5b5484651e5978daa62d0d227d433ad0c203f9711b099234381afa9d4", "4c610125ada26f5d3603aac6f828c2305e9f5f18", "ec75a5bf2271f02cc3079d4181b1443e"]);
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/