Censys · Schema

TorServiceDescriptor

TorServiceDescriptor schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
algorithm_name string
hash string
hash_bits integer
onion string
View JSON Schema on GitHub

JSON Schema

asset-graph-torservicedescriptor-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-torservicedescriptor-schema.json",
  "title": "TorServiceDescriptor",
  "description": "TorServiceDescriptor schema from Asset Graph API",
  "type": "object",
  "properties": {
    "algorithm_name": {
      "type": "string"
    },
    "hash": {
      "format": "hex",
      "type": "string"
    },
    "hash_bits": {
      "format": "int32",
      "type": "integer"
    },
    "onion": {
      "type": "string"
    }
  },
  "additionalProperties": false
}