Censys · Schema

Ser2Net

Ser2Net schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
device string
os string
serial_parameters object
software string
software_version string
View JSON Schema on GitHub

JSON Schema

asset-graph-ser2net-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-ser2net-schema.json",
  "title": "Ser2Net",
  "description": "Ser2Net schema from Asset Graph API",
  "type": "object",
  "properties": {
    "device": {
      "type": "string"
    },
    "os": {
      "type": "string"
    },
    "serial_parameters": {
      "$ref": "#/components/schemas/Ser2Net_SerialParameters"
    },
    "software": {
      "type": "string"
    },
    "software_version": {
      "type": "string"
    }
  },
  "additionalProperties": false
}