Censys · JSON Structure

Platform Threat Structure

Threat schema from Censys Platform API

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

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

Properties

actors confidence details evidence id malware name source tactic type

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-threat-structure.json",
  "name": "Threat",
  "description": "Threat schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "actors": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Threat_Actor"
      }
    },
    "confidence": {
      "type": "double"
    },
    "details": {
      "$ref": "#/components/schemas/Threat_Details"
    },
    "evidence": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Evidence"
      }
    },
    "id": {
      "type": "string"
    },
    "malware": {
      "$ref": "#/components/schemas/Threat_Malware"
    },
    "name": {
      "type": "string"
    },
    "source": {
      "type": "string",
      "enum": [
        "",
        "censys",
        "recog",
        "wappalyzer",
        "third_party",
        "html_meta_extractor"
      ]
    },
    "tactic": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}