← 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-08-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by correlating three specific Indicators of Compromise (IOCs) from the ThreatFox MASS Logger to uncover potential malicious infrastructure or command-and-control communications. A SOC team should proactively hunt for these signals in Azure Sentinel to rapidly isolate compromised assets and prevent lateral movement before the threat escalates, given the high severity associated with these known indicators.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash60bee9be8b1a782592243014d0d0907f3d660241payload2026-08-2595%
md5_hashb980b243307e67831945f3171edd200cpayload2026-08-2595%
sha256_hashc522e49fa2f87b3e8e9925555377aa77a42ed9d1790c17b25c2ad052efa96569payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MASS Logger
let malicious_hashes = dynamic(["60bee9be8b1a782592243014d0d0907f3d660241", "b980b243307e67831945f3171edd200c", "c522e49fa2f87b3e8e9925555377aa77a42ed9d1790c17b25c2ad052efa96569"]);
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 5 specific false positive scenarios for the ThreatFox: MASS Logger IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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