Censys · JSON Structure

Platform Snmp System Services Structure

Snmp_System_Services schema from Censys Platform API

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

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

Properties

layer_1 layer_2 layer_3 layer_4 layer_5 layer_6 layer_7

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-snmp-system-services-structure.json",
  "name": "Snmp_System_Services",
  "description": "Snmp_System_Services schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "layer_1": {
      "type": "boolean",
      "description": "Physical (e.g. repeaters)"
    },
    "layer_2": {
      "type": "boolean",
      "description": "Datalink/subnetwork (e.g. bridges)"
    },
    "layer_3": {
      "type": "boolean",
      "description": "Internet (e.g. IP gateways)"
    },
    "layer_4": {
      "type": "boolean",
      "description": "End-to-end (e.g. IP hosts)"
    },
    "layer_5": {
      "type": "boolean",
      "description": "OSI layer 5"
    },
    "layer_6": {
      "type": "boolean",
      "description": "OSI layer 6"
    },
    "layer_7": {
      "type": "boolean",
      "description": "Applications (e.g. mail relays)"
    }
  }
}