Censys · JSON Structure

Asset Graph Hostdns Forwardresolution Structure

HostDns_ForwardResolution schema from Asset Graph API

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

HostDns_ForwardResolution is a JSON Structure definition published by Censys, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name record_type resolve_time server

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/asset-graph-hostdns-forwardresolution-structure.json",
  "name": "HostDns_ForwardResolution",
  "description": "HostDns_ForwardResolution schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string"
    },
    "record_type": {
      "type": "string",
      "enum": [
        "",
        "a",
        "aaaa"
      ]
    },
    "resolve_time": {
      "type": "string"
    },
    "server": {
      "type": "string"
    }
  }
}