Censys · Schema

Snmp_System_Services

Snmp_System_Services schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
layer_1 boolean Physical (e.g. repeaters)
layer_2 boolean Datalink/subnetwork (e.g. bridges)
layer_3 boolean Internet (e.g. IP gateways)
layer_4 boolean End-to-end (e.g. IP hosts)
layer_5 boolean OSI layer 5
layer_6 boolean OSI layer 6
layer_7 boolean Applications (e.g. mail relays)
View JSON Schema on GitHub

JSON Schema

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