← Back to SOC feed Coverage →

ThreatFox: Latrodectus IOCs

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

Hunt Hypothesis

This hunt targets adversary behavior linked to the Latrodectus threat actor by actively scanning Azure Sentinel logs against a curated set of 12 high-fidelity Indicators of Compromise (IOCs). Proactively executing this search is critical for the SOC team to identify early-stage intrusions and validate potential compromises before they escalate into significant incidents within the cloud environment.

IOC Summary

Malware Family: Latrodectus Total IOCs: 12 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
domaincaramdistribuciones.com.arpayload_delivery2026-07-15100%
domaincmla.blogpayload_delivery2026-07-15100%
domaincursohenfil.com.brpayload_delivery2026-07-15100%
domaincydesys.compayload_delivery2026-07-15100%
domaindokonalebydleni.czpayload_delivery2026-07-15100%
domainatlantadumpsterrentalhq.compayload_delivery2026-07-15100%
domainbaumas.nopayload_delivery2026-07-15100%
domainbringlearngrow.compayload_delivery2026-07-15100%
domainartsunfold.compayload_delivery2026-07-15100%
urlhxxps://catholicsma.com/wp-content/uploads/2024/07/main.jspayload_delivery2026-07-1550%
domainalianzaamericanaseguros.compayload_delivery2026-07-15100%
urlhxxps://asioklaydpory.com/h4r2.htmlbotnet_cc2026-07-15100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Latrodectus
let malicious_domains = dynamic(["caramdistribuciones.com.ar", "cmla.blog", "cursohenfil.com.br", "cydesys.com", "dokonalebydleni.cz", "atlantadumpsterrentalhq.com", "baumas.no", "bringlearngrow.com", "artsunfold.com", "alianzaamericanaseguros.com"]);
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 - Latrodectus
let malicious_urls = dynamic(["https://catholicsma.com/wp-content/uploads/2024/07/main.js", "https://asioklaydpory.com/h4r2.html"]);
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 4 specific false positive scenarios for the ThreatFox: Latrodectus IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.latrodectus/