Censys · Schema

Reputation_Evidence_ExternalSignal

Reputation_Evidence_ExternalSignal schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
description string
source string
tlp string
View JSON Schema on GitHub

JSON Schema

asset-graph-reputation-evidence-externalsignal-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-externalsignal-schema.json",
  "title": "Reputation_Evidence_ExternalSignal",
  "description": "Reputation_Evidence_ExternalSignal schema from Asset Graph API",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "tlp": {
      "enum": [
        "",
        "green",
        "amber",
        "red",
        "white"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}