Censys · JSON Structure

Platform Redlioncrimson Structure

RedlionCrimson schema from Censys Platform API

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

RedlionCrimson 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

configs_exposed control_engine_status current_software_level execution_status manufacturer model

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-redlioncrimson-structure.json",
  "name": "RedlionCrimson",
  "description": "RedlionCrimson schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "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"
    }
  }
}