Censys · JSON Structure

Platform Reputation Evidence Threat Structure

Reputation_Evidence_Threat schema from Censys Platform API

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

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

Properties

last_observed_time threat_id threat_types

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-reputation-evidence-threat-structure.json",
  "name": "Reputation_Evidence_Threat",
  "description": "Reputation_Evidence_Threat schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "last_observed_time": {
      "type": "string"
    },
    "threat_id": {
      "type": "string"
    },
    "threat_types": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}