Censys · JSON Structure

Platform Cursorontarget Event Structure

CursorOnTarget_Event schema from Censys Platform API

Type: object Properties: 13
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

CursorOnTarget_Event is a JSON Structure definition published by Censys, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

callsign endpoint how point stale start status takv time type uid version video_url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-cursorontarget-event-structure.json",
  "name": "CursorOnTarget_Event",
  "description": "CursorOnTarget_Event schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "callsign": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    },
    "how": {
      "type": "string"
    },
    "point": {
      "$ref": "#/components/schemas/CursorOnTarget_Point"
    },
    "stale": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/CursorOnTarget_Status"
    },
    "takv": {
      "$ref": "#/components/schemas/CursorOnTarget_Takv"
    },
    "time": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "video_url": {
      "type": "string"
    }
  }
}