LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page
  • Overview
  • Fields
  • Example data

Was this helpful?

  1. Events (Archive)

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 3 years ago

Was this helpful?