website-link-new-email

Overview

  • Key: website-link-new-email

  • Name: Website Link New Email

  • Triggers when: A new href="mailto:..." address is detected during a website scan

Fields

FieldTypeDescription

detail

string

Email address that was detected

email

string

Email address that was detected

scan_id

string

ID of the scan

target_id

integer

ID of the target

Example data

{
  "detail": "name@example.com",
  "email": "name@example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}

Last updated