EXPLORE
← Back to Explore
sublimemediumRule

Abuse: Robinhood injected content

Detects messages from Robinhood with injected HTML into one of the list fields, often the 'Device' field.

MITRE ATT&CK

initial-access

Detection Query

type.inbound
and sender.email.email == "noreply@robinhood.com"
and any(html.xpath(body.html, '//div/ul[count(li) = 4]/li').nodes,
        length(.raw) > 500 and strings.count(.raw, "</") > 10
)

Data Sources

Email MessagesEmail HeadersEmail Attachments

Platforms

email
Raw Content
name: "Abuse: Robinhood injected content"
description: "Detects messages from Robinhood with injected HTML into one of the list fields, often the 'Device' field."
type: "rule"
severity: "medium"
source: |
  type.inbound
  and sender.email.email == "noreply@robinhood.com"
  and any(html.xpath(body.html, '//div/ul[count(li) = 4]/li').nodes,
          length(.raw) > 500 and strings.count(.raw, "</") > 10
  )
attack_types:
  - "Credential Phishing"
tactics_and_techniques:
  - "Impersonation: Brand"
  - "Social engineering"
detection_methods:
  - "Content analysis"
  - "Header analysis"
  - "HTML analysis"
  - "Sender analysis"
id: "4ada5d76-9327-538e-9ebc-31e63dfcc252"