website-traffic-oos
Overview
Key:
website-traffic-oos
Name: Website Traffic Out-of-Scope
Triggers when: The website traffic is detected out-of-scope during a website scan
Fields
Field
Type
Description
detail
string
Host found out-of-scope
host
string
Host found out-of-scope
date
string
Date of the scan
scan_id
string
The ID of the scan
target_name
string
Name of the target
target_id
integer
The ID of the target
target
string
Domain name of the target
Example data
{
"host": "www.example.com",
"scan": {
"date": "2022-03-25 12:00",
"scan_id": "202203251719ndffffffffTUcz6j0j7s"
},
"detail": "www.example.com",
"target": {
"target_name": "Example Name",
"target_id": 12345,
"target": "subdomain.example.com"
}
}
Last updated
Was this helpful?