website-cookie-monitor-change

Overview

  • Key: website-cookie-monitor-change

  • Name: Monitored Website Cookie Changed

  • Triggers when: The value of a monitored website cookie is detected as different than during the previous website scan

Fields

FieldTypeDescription

mon_name

string

Name of monitored cookie

mon_value

string

Previous value of monitored cookie

scan_id

string

ID of the scan

target_id

integer

ID of the target

value

string

New value of the monitored cookie

Example data

{
  "mon_name": "_ga (.example.com) (/)",
  "mon_value": "abcd1234abcd1234abcd1234abcd1234",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "value": "wxyz9876wxyz9876wxyz9876wxyz9876"
}

Last updated