Censys · Schema

PcAnywhere_Status

PcAnywhere_Status schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
in_use boolean Workstation is In Use if true, Available if false
raw string Full 'ST' query response
View JSON Schema on GitHub

JSON Schema

asset-graph-pcanywhere-status-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-pcanywhere-status-schema.json",
  "title": "PcAnywhere_Status",
  "description": "PcAnywhere_Status schema from Asset Graph API",
  "type": "object",
  "properties": {
    "in_use": {
      "description": "Workstation is In Use if true, Available if false",
      "type": "boolean"
    },
    "raw": {
      "description": "Full 'ST' query response",
      "format": "hex",
      "type": "string"
    }
  },
  "additionalProperties": false
}