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-new-country

Overview

  • Key: website-cookie-new-country

  • Name: Website Cookie New Country

  • Triggers when: A cookie is detected loading from a different country than it did during the previous 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

country

string

Country cookie originates from

detail

string

Country cookie originates from

host

string

Hostname of cookie

scan_id

string

ID of the scan

target_id

integer

ID of the target

Example data

{
  "cookie_domain": ".example.com",
  "cookie_name": "_cccc",
  "cookie_path": "/",
  "country": "US",
  "detail": "US",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}

Last updated 3 years ago

Was this helpful?