Censys · Schema

CobaltStrike

CobaltStrike schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
x64 object
x86 object
View JSON Schema on GitHub

JSON Schema

asset-graph-cobaltstrike-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-cobaltstrike-schema.json",
  "title": "CobaltStrike",
  "description": "CobaltStrike schema from Asset Graph API",
  "type": "object",
  "properties": {
    "x64": {
      "$ref": "#/components/schemas/CobaltStrike_Config"
    },
    "x86": {
      "$ref": "#/components/schemas/CobaltStrike_Config"
    }
  },
  "additionalProperties": false
}