Censys · Schema

CobaltStrike_PostEx

CobaltStrike_PostEx schema from Asset Graph 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

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