website-link-oos
Overview
- Key: - website-link-oos
- Name: Website Link Out-of-Scope 
- Triggers when: A website link is detected out-of-scope during a website scan 
Fields
Field
Type
Description
detail
string
Hostname of detected Out-of-Scope link
host
string
Hostname of detected Out-of-Scope link
scan_id
string
ID of the scan
target_id
integer
ID of the target
url
string
Out-of-Scope links that were detected
Example data
{
  "detail": "www.example.com",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "url": "https://www.example.com/test"
}Last updated
Was this helpful?