Censys · Schema

RedlionWeb

RedlionWeb schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
enhanced_web_server boolean
log_names arraynull
title string
View JSON Schema on GitHub

JSON Schema

asset-graph-redlionweb-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/asset-graph-redlionweb-schema.json",
  "title": "RedlionWeb",
  "description": "RedlionWeb schema from Asset Graph API",
  "type": "object",
  "properties": {
    "enhanced_web_server": {
      "type": "boolean"
    },
    "log_names": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "title": {
      "type": "string"
    }
  },
  "additionalProperties": false
}