Censys · Schema

Fox

Fox schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
app_name string
app_version string
auth_agent_type string
brand_id string
host_address string
host_id string
hostname string
id integer
language string
os_name string
os_version string
station_name string
sys_info string
time_zone string
version string
vm_name string
vm_uuid string
vm_version string
View JSON Schema on GitHub

JSON Schema

platform-fox-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-fox-schema.json",
  "title": "Fox",
  "description": "Fox schema from Censys Platform API",
  "type": "object",
  "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": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "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"
    }
  },
  "additionalProperties": false
}