Censys · Schema

NetworkCapabilities

NetworkCapabilities schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
dhcp_v6 boolean
dot11_configuration boolean
dot1x_configurations integer
dynamic_dns boolean
hostname_from_dhcp boolean
ip_filter boolean
ipv6 boolean
ntp integer
zero_configuration boolean
View JSON Schema on GitHub

JSON Schema

platform-networkcapabilities-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-networkcapabilities-schema.json",
  "title": "NetworkCapabilities",
  "description": "NetworkCapabilities schema from Censys Platform API",
  "type": "object",
  "properties": {
    "dhcp_v6": {
      "type": "boolean"
    },
    "dot11_configuration": {
      "type": "boolean"
    },
    "dot1x_configurations": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "dynamic_dns": {
      "type": "boolean"
    },
    "hostname_from_dhcp": {
      "type": "boolean"
    },
    "ip_filter": {
      "type": "boolean"
    },
    "ipv6": {
      "type": "boolean"
    },
    "ntp": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "zero_configuration": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}