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
Was this helpful?