Censys · Schema

Reputation_Evidence_ExternalSignal

Reputation_Evidence_ExternalSignal schema from Censys Platform 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

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