Censys · JSON Structure

Platform Eip Service Structure

Eip_Service schema from Censys Platform API

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

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

Properties

capabilities service_name supports_tcp supports_udp

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