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

Hunt Hypothesis

This hunt targets adversary behavior where threat actors deploy the MaskGramStealer malware to exfiltrate sensitive credentials and data from user endpoints via specific known indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection enables the SOC team to isolate compromised assets before the stealer establishes persistence or expands its lateral movement across the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash2c9cbf61771160a3644e4a4fcbe98dd7payload2026-07-0295%
sha256_hash85e1086d548cfd37e2550a0e74e6540394c555612a79f6afad183a8d7bf3eff4payload2026-07-0295%
sha1_hasheb54c551fb56feff3054a01af9877eb16f6ac09bpayload2026-07-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MaskGramStealer
let malicious_hashes = dynamic(["2c9cbf61771160a3644e4a4fcbe98dd7", "85e1086d548cfd37e2550a0e74e6540394c555612a79f6afad183a8d7bf3eff4", "eb54c551fb56feff3054a01af9877eb16f6ac09b"]);
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 four specific false positive scenarios for the ThreatFox: MaskGramStealer IOCs rule in an enterprise environment, along with suggested filters or exclusions:

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