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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Clipper malware by monitoring for six specific indicators of compromise that signal potential banking trojan infections within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel because early identification of Clipper’s presence is critical to preventing financial fraud and unauthorized transaction manipulation before attackers can execute their payload.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash350e3bddcd39098123be338cfcd12ef78a0d6cfabc48a17c6dacf31397880b3cpayload2026-08-0295%
sha1_hashcb5be7c6c404339029a88a7a4ffc0465da77288apayload2026-08-0295%
md5_hash5c8e68a414254a67111c6167f44ec777payload2026-08-0295%
md5_hashbf50325f1dbd215e1c734c00b251789dpayload2026-08-0295%
sha256_hashbc9165c426258d33799107d41a1e692504d7e69e02762475ab3b8cbcd19d5d40payload2026-08-0295%
sha1_hash4b988defc8a7a8d8b86ef2d79ff1cdd6b31b7d34payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Clipper
let malicious_hashes = dynamic(["350e3bddcd39098123be338cfcd12ef78a0d6cfabc48a17c6dacf31397880b3c", "cb5be7c6c404339029a88a7a4ffc0465da77288a", "5c8e68a414254a67111c6167f44ec777", "bf50325f1dbd215e1c734c00b251789d", "bc9165c426258d33799107d41a1e692504d7e69e02762475ab3b8cbcd19d5d40", "4b988defc8a7a8d8b86ef2d79ff1cdd6b31b7d34"]);
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, including suggested filters and exclusions tailored for an enterprise environment:

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