Censys · JSON Structure

Asset Graph Generalsubtreeip Structure

GeneralSubtreeIp schema from Asset Graph API

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

GeneralSubtreeIp 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

begin cidr end mask

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-generalsubtreeip-structure.json",
  "name": "GeneralSubtreeIp",
  "description": "GeneralSubtreeIp schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "begin": {
      "type": "string",
      "description": "The first IP address in the range."
    },
    "cidr": {
      "type": "string",
      "description": "The CIDR specifying the subtree."
    },
    "end": {
      "type": "string",
      "description": "The last IP address in the range."
    },
    "mask": {
      "type": "string",
      "description": "The subnet mask of the CIDR."
    }
  }
}