← Back to SOC feed Coverage →

ThreatFox: Unknown malware IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
iocthreatfoxunknown
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-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies potential unknown malware infections by correlating ten distinct Indicators of Compromise (IOCs) that may evade signature-based defenses. The SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly isolate and investigate novel threats before they establish persistence or propagate laterally across the environment.

IOC Summary

Malware Family: Unknown malware Total IOCs: 10 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://chessco.co.za/payload_delivery2026-07-2490%
domainpopelkar.propayload_delivery2026-07-24100%
domainauth-clo-id.ccpayload_delivery2026-07-24100%
domainkinikar.propayload_delivery2026-07-24100%
urlhxxps://bbinvinoveritas.com/payload_delivery2026-07-2490%
urlhxxps://alinais.ch/payload_delivery2026-07-2490%
urlhxxps://aacjuvenile.com/payload_delivery2026-07-2490%
urlhxxps://mail.assembleiadedeus.org.br/payload_delivery2026-07-2490%
urlhxxps://popelkar.pro/payload_delivery2026-07-2490%
urlhxxps://kinikar.pro/payload_delivery2026-07-2490%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown malware
let malicious_domains = dynamic(["popelkar.pro", "auth-clo-id.cc", "kinikar.pro"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown malware
let malicious_urls = dynamic(["https://chessco.co.za/", "https://bbinvinoveritas.com/", "https://alinais.ch/", "https://aacjuvenile.com/", "https://mail.assembleiadedeus.org.br/", "https://popelkar.pro/", "https://kinikar.pro/"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: Unknown malware IOCs detection rule, along with targeted filters and exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/unknown/