Censys · JSON Structure

Platform Hostdns Structure

HostDns schema from Censys Platform API

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

HostDns 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

forward_dns names reverse_dns

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-hostdns-structure.json",
  "name": "HostDns",
  "description": "HostDns schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "forward_dns": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/HostDns_ForwardResolution"
      }
    },
    "names": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "reverse_dns": {
      "$ref": "#/components/schemas/HostDns_ReverseResolution"
    }
  }
}