LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page
  • Overview
  • Fields
  • Example data

Was this helpful?

  1. Events (Archive)

domain-tld-add

Overview

  • Key: domain-tld-add

  • Name: New Domain TLD Discovered

  • Triggers when: A domain TLD is detected during a discovery scan that was not detected on the previous scan

Fields

Field
Type
Description

domain_id

integer

ID of the domain

tld

string

TLD that was detected

Example data

{
    "domain_id": 1234,
    "tld": "org"
}

Last updated 3 years ago

Was this helpful?