Censys · JSON Structure

Platform Networkcapabilities Structure

NetworkCapabilities schema from Censys Platform API

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

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

Properties

dhcp_v6 dot11_configuration dot1x_configurations dynamic_dns hostname_from_dhcp ip_filter ipv6 ntp zero_configuration

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