← 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-05-29T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Latrodectus IOCs rule detects potential adversary activity linked to the Latrodectus threat group, which is associated with malicious network traffic and command-and-control communications. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromises from advanced persistent threats.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaincartasella.compayload_delivery2026-05-2975%
domainfoliclesalonandspa.compayload_delivery2026-05-2975%
domainbuzzwellcatering.compayload_delivery2026-05-2975%
domainfarrdigital.compayload_delivery2026-05-2975%
urlhxxps://timeofoffer.com/bne/payload_delivery2026-05-2975%
domainnoellepullin.compayload_delivery2026-05-2975%
domainazahabi.compayload_delivery2026-05-2975%
domainlfumachineworks.compayload_delivery2026-05-2975%
domainlegalbriefgenerator.compayload_delivery2026-05-2975%
domainclientpilotclosers.compayload_delivery2026-05-2975%
domainaecidiabi.compayload_delivery2026-05-2975%
domainrjwinter.compayload_delivery2026-05-2975%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Latrodectus
let malicious_domains = dynamic(["cartasella.com", "foliclesalonandspa.com", "buzzwellcatering.com", "farrdigital.com", "noellepullin.com", "azahabi.com", "lfumachineworks.com", "legalbriefgenerator.com", "clientpilotclosers.com", "aecidiabi.com", "rjwinter.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://timeofoffer.com/bne/"]);
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

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