Censys · Schema

Reputation_Evidence_Threat

Reputation_Evidence_Threat schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
last_observed_time string
threat_id string
threat_types arraynull
View JSON Schema on GitHub

JSON Schema

asset-graph-reputation-evidence-threat-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/asset-graph-reputation-evidence-threat-schema.json",
  "title": "Reputation_Evidence_Threat",
  "description": "Reputation_Evidence_Threat schema from Asset Graph API",
  "type": "object",
  "properties": {
    "last_observed_time": {
      "type": "string"
    },
    "threat_id": {
      "type": "string"
    },
    "threat_types": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}