Censys · Schema

Snmp_Physical

Snmp_Physical schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
firmware_rev string 1.3.6.1.2.1.47.1.1.1.1.9 - Firmware revision string
hardware_rev string 1.3.6.1.2.1.47.1.1.1.1.8 - Hardware revision string
mfg_name string 1.3.6.1.2.1.47.1.1.1.1.12 - Name of mfg
model_name string 1.3.6.1.2.1.47.1.1.1.1.13 - Model name of component
name string 1.3.6.1.2.1.47.1.1.1.1.7 - Entity name
serial_num string 1.3.6.1.2.1.47.1.1.1.1.11 - Serial number string
software_rev string 1.3.6.1.2.1.47.1.1.1.1.10 - Software revision string
View JSON Schema on GitHub

JSON Schema

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