Censys · Schema

Eip_Service

Eip_Service schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
capabilities integer
service_name string
supports_tcp boolean
supports_udp boolean
View JSON Schema on GitHub

JSON Schema

platform-eip-service-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-eip-service-schema.json",
  "title": "Eip_Service",
  "description": "Eip_Service schema from Censys Platform API",
  "type": "object",
  "properties": {
    "capabilities": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "service_name": {
      "type": "string"
    },
    "supports_tcp": {
      "type": "boolean"
    },
    "supports_udp": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}