website-cookie-oos
Overview
Key:
website-cookie-oos
Name: Website Cookie Out-of-Scope
Triggers when: A cookie is detected from a host that is out-of-scope during a website scan
Fields
Field
Type
Description
cookie_domain
string
Domain cookie is scoped to
cookie_name
string
Name of cookie
cookie_path
string
Path cookie is scoped to
detail
string
Hostname of cookie
host
string
Hostname of cookie
scan_id
string
ID of the scan
target_id
integer
ID of the target
target
string
Hostname of target
target_name
string
Name of target
Example data
{
"cookie_domain": "www.example.com",
"host": "www.example.com",
"scan": {
"scan_id": "202203251719ndffffffffiTUcz6j0j7s"
},
"cookie_path": "/",
"detail": "www.example.com",
"target": {
"target_name": "Example Name",
"target_id": 1234,
"target": "subdomain.example.com"
},
"cookie_name": "cookie"
}
Last updated
Was this helpful?