← 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-11T11:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of known indicators of compromise associated with the MASS Logger, a tool frequently used by adversaries to capture and exfiltrate sensitive data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify stealthy logging mechanisms before they are leveraged for data theft or lateral movement, thereby reducing the dwell time of persistent threats within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash352aa5e91d09f8720d6c96a621b4e74fc04d89508ec0a37ef6bb2b53264c4de1payload2026-09-1195%
sha1_hash4cffd2c196b97a9cb97c5897db60c219298206b3payload2026-09-1195%
md5_hash2fb7862fd236680a78ad8f81e78af336payload2026-09-1195%
sha256_hashb4a3fbc0f286f44bd854033fc15abebe2206344cc930ff715ae115047d963a09payload2026-09-1195%
sha1_hash4e9c93fc20bf8f804b9651dc901addce23b2832epayload2026-09-1195%
md5_hash8da189f7c2ce6234f1e7ee8f0c33573epayload2026-09-1195%
md5_hash384aa970109c968fca540791f3c8210cpayload2026-09-1195%
sha256_hash34eb3be967b96e89f6c77a7586e4b21b096a70e985defb4af3fb90053c478dfcpayload2026-09-1195%
sha1_hashb6ba31c5afafc545834f66f1eee4e8ff60cd20ebpayload2026-09-1195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MASS Logger
let malicious_hashes = dynamic(["352aa5e91d09f8720d6c96a621b4e74fc04d89508ec0a37ef6bb2b53264c4de1", "4cffd2c196b97a9cb97c5897db60c219298206b3", "2fb7862fd236680a78ad8f81e78af336", "b4a3fbc0f286f44bd854033fc15abebe2206344cc930ff715ae115047d963a09", "4e9c93fc20bf8f804b9651dc901addce23b2832e", "8da189f7c2ce6234f1e7ee8f0c33573e", "384aa970109c968fca540791f3c8210c", "34eb3be967b96e89f6c77a7586e4b21b096a70e985defb4af3fb90053c478dfc", "b6ba31c5afafc545834f66f1eee4e8ff60cd20eb"]);
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/