domain-host-add
Overview
- Key: - domain-host-add
- Name: New Domain Host Discovered 
- Triggers when: A hostname is detected during a discovery scan that was not detected on the previous scan 
Fields
Field
Type
Description
domain_id
integer
ID of domain
domain
string
Domain detected during scan
Example data
{
    "domain_id": 12345,
    "domain": "example.com"
}Last updated
Was this helpful?