Censys · Schema

CobaltStrike_PostEx

CobaltStrike_PostEx schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

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

JSON Schema

platform-cobaltstrike-postex-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-cobaltstrike-postex-schema.json",
  "title": "CobaltStrike_PostEx",
  "description": "CobaltStrike_PostEx schema from Censys Platform API",
  "type": "object",
  "properties": {
    "x64": {
      "format": "utf8",
      "type": "string"
    },
    "x86": {
      "format": "utf8",
      "type": "string"
    }
  },
  "additionalProperties": false
}