• Sublime Core Feed
High Severity

Link: Direct link to limewire hosted file

Description

Message contains exactly one link to limewire.com domain with fewer than 10 total links in the body.

References

No references.

Sublime Security
Created Aug 18th, 2025 • Last updated Aug 18th, 2025
Source
type.inbound
// there are few links
and length(body.links) < 10
// contains a link to limewire
and any(body.links, .href_url.domain.domain == "limewire.com")
// is the only link to limewire
and length(filter(body.links,
                  .href_url.domain.root_domain == "limewire.com"
                  and strings.istarts_with(.href_url.path, "/d/")
           )
) == 1
and not length(body.previous_threads) > 0
// negate highly trusted sender domains unless they fail DMARC authentication
and (
  (
    sender.email.domain.root_domain in $high_trust_sender_root_domains
    and not headers.auth_summary.dmarc.pass
  )
  or sender.email.domain.root_domain not in $high_trust_sender_root_domains
)
and not profile.by_sender_email().any_messages_benign
MQL Rule Console
DocsLearning Labs

Playground

Test against your own EMLs or sample data.

Share

Post about this on your socials.

Get Started. Today.

Managed or self-managed. No MX changes.

Deploy and integrate a free Sublime instance in minutes.
Get Started