Censys · Schema

RedlionCrimson

RedlionCrimson schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
configs_exposed boolean
control_engine_status string
current_software_level string
execution_status string
manufacturer string
model string
View JSON Schema on GitHub

JSON Schema

platform-redlioncrimson-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-redlioncrimson-schema.json",
  "title": "RedlionCrimson",
  "description": "RedlionCrimson schema from Censys Platform API",
  "type": "object",
  "properties": {
    "configs_exposed": {
      "type": "boolean"
    },
    "control_engine_status": {
      "type": "string"
    },
    "current_software_level": {
      "type": "string"
    },
    "execution_status": {
      "type": "string"
    },
    "manufacturer": {
      "type": "string"
    },
    "model": {
      "type": "string"
    }
  },
  "additionalProperties": false
}