← Back to SOC feed Coverage →

ThreatFox: Clipper IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
apk-clipperiocthreatfox
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 detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the Clipper malware, which is known for targeting financial systems by manipulating transaction data and intercepting point-of-sale communications. A SOC team should proactively hunt for these IOCs within Azure Sentinel to rapidly detect early-stage infections that could compromise sensitive payment infrastructure before attackers can exfiltrate critical financial records or alter transaction integrity.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashfcbc96043c0217e9b62e9329d6b98ecf5223ee0e3976ed5ac83c263428c2d947payload2026-07-2595%
sha1_hashe205f23f4b70e461008a7a42c34ee70637469bc3payload2026-07-2595%
md5_hash79f30bbec34fbbd5fe391949dc6af0e0payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Clipper
let malicious_hashes = dynamic(["fcbc96043c0217e9b62e9329d6b98ecf5223ee0e3976ed5ac83c263428c2d947", "e205f23f4b70e461008a7a42c34ee70637469bc3", "79f30bbec34fbbd5fe391949dc6af0e0"]);
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 4 specific false positive scenarios for the ThreatFox: Clipper IOCs detection rule, along with targeted exclusion strategies tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/apk.clipper/