← Back to SOC feed Coverage →

ThreatFox: poscardstealer IOCs

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

Hunt Hypothesis

The ThreatFox: poscardstealer IOCs detect potential adversary activity involving the exfiltration of cardholder data through a known malicious tool, indicating a targeted compromise. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate advanced persistent threats before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash374473c7dfb66406178681191ba4de7de9ff6e7bpayload2026-06-1795%
md5_hash51335ef0e92ee549c9ec24338935d1b3payload2026-06-1795%
sha256_hash994360679da88dedbdcc0563919e2b9c7c717aa1acc1620e8bc489a2daa97ac9payload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - poscardstealer
let malicious_hashes = dynamic(["374473c7dfb66406178681191ba4de7de9ff6e7b", "51335ef0e92ee549c9ec24338935d1b3", "994360679da88dedbdcc0563919e2b9c7c717aa1acc1620e8bc489a2daa97ac9"]);
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.poscardstealer/