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

Hunt Hypothesis

This detection identifies adversary activity by correlating three specific indicators of compromise (IOCs) from the ThreatFox MASS Logger to uncover potential malicious network communications or file executions. A SOC team should proactively hunt for these signals in Azure Sentinel to rapidly validate early-stage threats and mitigate risks before they escalate into broader incidents within the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash9f95f9844c3664d5d417c89f792e4f285b479d5bpayload2026-07-2595%
md5_hashb37a599f17c660f832628237aab5eeeepayload2026-07-2595%
sha256_hashcda225a090416e0c63da5a077d04b6478a175ef5c668205d70563e0f81717608payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MASS Logger
let malicious_hashes = dynamic(["9f95f9844c3664d5d417c89f792e4f285b479d5b", "b37a599f17c660f832628237aab5eeee", "cda225a090416e0c63da5a077d04b6478a175ef5c668205d70563e0f81717608"]);
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 the documented false positive scenarios and corresponding exclusions for the ThreatFox: MASS Logger IOCs detection rule:

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