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

Hunt Hypothesis

This detection identifies adversary activity consistent with the Clipper malware campaign by monitoring for specific indicators of compromise such as malicious file hashes and network connections. A proactive hunt is essential in Azure Sentinel to rapidly isolate infected endpoints before attackers can establish persistence or exfiltrate sensitive data through the identified IOCs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash56b6322ec04bb397dcdcab70d50275e689312c4epayload2026-08-0795%
md5_hashd8fcb7a4ef513ffff9cd2b3448c2b0e0payload2026-08-0795%
sha256_hashd4cfab5e052df4c049f258e226d11825cb37b0359be454b83241edd59b295f08payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Clipper
let malicious_hashes = dynamic(["56b6322ec04bb397dcdcab70d50275e689312c4e", "d8fcb7a4ef513ffff9cd2b3448c2b0e0", "d4cfab5e052df4c049f258e226d11825cb37b0359be454b83241edd59b295f08"]);
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/