Censys · JSON Structure

Asset Graph Snmp Physical Structure

Snmp_Physical schema from Asset Graph API

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

Snmp_Physical 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

firmware_rev hardware_rev mfg_name model_name name serial_num software_rev

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-snmp-physical-structure.json",
  "name": "Snmp_Physical",
  "description": "Snmp_Physical schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "firmware_rev": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.9 - Firmware revision string"
    },
    "hardware_rev": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.8 - Hardware revision string"
    },
    "mfg_name": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.12 - Name of mfg"
    },
    "model_name": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.13 - Model name of component"
    },
    "name": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.7 - Entity name"
    },
    "serial_num": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.11 - Serial number string"
    },
    "software_rev": {
      "type": "string",
      "description": "1.3.6.1.2.1.47.1.1.1.1.10 - Software revision string"
    }
  }
}