EXPLORE
← Back to Explore
sublimemediumRule

Open redirect: Atdmt

Message contains use of the Atdmt (Facebook) open redirect.

Detection Query

type.inbound
and any(body.links,
        .href_url.domain.domain == 'ad.atdmt.com'
        and strings.ilike(.href_url.path, '*/c*')
)

Author

vector_sec

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email
Raw Content
name: "Open redirect: Atdmt"
description: |
  Message contains use of the Atdmt (Facebook) open redirect.
references:
  - "https://en.wikipedia.org/wiki/Atdmt"
type: "rule"
authors:
  - twitter: "vector_sec"
severity: "medium"
source: |
  type.inbound
  and any(body.links,
          .href_url.domain.domain == 'ad.atdmt.com'
          and strings.ilike(.href_url.path, '*/c*')
  )
attack_types:
  - "Credential Phishing"
  - "Malware/Ransomware"
tactics_and_techniques:
  - "Open redirect"
detection_methods:
  - "URL analysis"
id: "fafbd230-bb09-5306-b652-3060639b8660"