Censys · JSON Structure

Asset Graph Ibmnje Structure

Ibmnje schema from Asset Graph API

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

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

Properties

ohost oip reason rhost rip type

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-ibmnje-structure.json",
  "name": "Ibmnje",
  "description": "Ibmnje schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ohost": {
      "type": "string"
    },
    "oip": {
      "type": "string"
    },
    "reason": {
      "type": "int32",
      "minimum": 0
    },
    "rhost": {
      "type": "string"
    },
    "rip": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}