Censys · Schema

Sip

Sip schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
code integer
server string Server software reported by service
status string
version string SIP version
View JSON Schema on GitHub

JSON Schema

platform-sip-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-sip-schema.json",
  "title": "Sip",
  "description": "Sip schema from Censys Platform API",
  "type": "object",
  "properties": {
    "code": {
      "format": "int32",
      "type": "integer"
    },
    "server": {
      "description": "Server software reported by service",
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "description": "SIP version",
      "type": "string"
    }
  },
  "additionalProperties": false
}