Censys · JSON Structure

Platform S7 Structure

S7 schema from Censys Platform API

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

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

Properties

copyright cpu_profile firmware hardware location memory_serial_number module module_id module_type oem_id plant_id reserved_for_os serial_number system

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-s7-structure.json",
  "name": "S7",
  "description": "S7 schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "copyright": {
      "type": "string"
    },
    "cpu_profile": {
      "type": "string"
    },
    "firmware": {
      "type": "string"
    },
    "hardware": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "memory_serial_number": {
      "type": "string"
    },
    "module": {
      "type": "string"
    },
    "module_id": {
      "type": "string"
    },
    "module_type": {
      "type": "string"
    },
    "oem_id": {
      "type": "string"
    },
    "plant_id": {
      "type": "string"
    },
    "reserved_for_os": {
      "type": "string"
    },
    "serial_number": {
      "type": "string"
    },
    "system": {
      "type": "string"
    }
  }
}