Censys · JSON Structure

Platform Fox Structure

Fox schema from Censys Platform API

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

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

Properties

app_name app_version auth_agent_type brand_id host_address host_id hostname id language os_name os_version station_name sys_info time_zone version vm_name vm_uuid vm_version

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-fox-structure.json",
  "name": "Fox",
  "description": "Fox schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "app_name": {
      "type": "string"
    },
    "app_version": {
      "type": "string"
    },
    "auth_agent_type": {
      "type": "string"
    },
    "brand_id": {
      "type": "string"
    },
    "host_address": {
      "type": "string"
    },
    "host_id": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "id": {
      "type": "int32",
      "minimum": 0
    },
    "language": {
      "type": "string"
    },
    "os_name": {
      "type": "string"
    },
    "os_version": {
      "type": "string"
    },
    "station_name": {
      "type": "string"
    },
    "sys_info": {
      "type": "string"
    },
    "time_zone": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "vm_name": {
      "type": "string"
    },
    "vm_uuid": {
      "type": "string"
    },
    "vm_version": {
      "type": "string"
    }
  }
}