Censys · JSON Structure

Asset Graph Eip Identity Structure

Eip_Identity schema from Asset Graph API

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

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

Properties

device_type device_type_code product_code product_name revision serial_number socket_addr socket_port state status vendor_id vendor_name

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/asset-graph-eip-identity-structure.json",
  "name": "Eip_Identity",
  "description": "Eip_Identity schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "device_type": {
      "type": "string"
    },
    "device_type_code": {
      "type": "int32",
      "minimum": 0
    },
    "product_code": {
      "type": "int32",
      "minimum": 0
    },
    "product_name": {
      "type": "string"
    },
    "revision": {
      "type": "string"
    },
    "serial_number": {
      "type": "int32",
      "minimum": 0
    },
    "socket_addr": {
      "type": "string"
    },
    "socket_port": {
      "type": "int32",
      "minimum": 0
    },
    "state": {
      "type": "int32",
      "minimum": 0
    },
    "status": {
      "type": "int32",
      "minimum": 0
    },
    "vendor_id": {
      "type": "string"
    },
    "vendor_name": {
      "type": "string"
    }
  }
}