Censys · JSON Structure

Platform Ser2Net Structure

Ser2Net schema from Censys Platform API

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

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

Properties

device os serial_parameters software software_version

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