• Sublime Core Feed

Description

Impersonation of Fastway Couriers, a delivery services company in Ireland and South Africa.

References

No references.

Sublime Security
Created Sep 12th, 2025 • Last updated Sep 12th, 2025
Source
type.inbound
and (
  strings.ilike(sender.display_name, '*fastway*')
  or strings.ilevenshtein(sender.display_name, 'fastway couriers') <= 1
)
and sender.email.domain.root_domain not in~ ('fastway.co.za', 'fastway.com.au', 'fastway.ie')

// 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 no false positives and not solicited
and (
  not profile.by_sender().any_messages_benign
  and not profile.by_sender().solicited
)
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