← Back to SOC feed Coverage →

ThreatFox: MaskGramStealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-maskgramstealer
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-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the execution of known MaskGramStealer indicators to identify active credential and data theft campaigns within the environment. A proactive search is essential in Azure Sentinel to rapidly isolate compromised endpoints before attackers can exfiltrate sensitive user credentials or escalate privileges using these specific IOCs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashbe14447b6480a1e999401100061a9c999992d96ec12eaaa86d796cf486d3db99payload2026-07-2595%
sha1_hashf35652e55ae95e3052466f77f40f50d79e06c1efpayload2026-07-2595%
md5_hash9d15fd606542c103035ec3a3b9ec8da8payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MaskGramStealer
let malicious_hashes = dynamic(["be14447b6480a1e999401100061a9c999992d96ec12eaaa86d796cf486d3db99", "f35652e55ae95e3052466f77f40f50d79e06c1ef", "9d15fd606542c103035ec3a3b9ec8da8"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: MaskGramStealer IOCs detection rule in an enterprise environment:

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