Censys · Schema

PcAnywhere

PcAnywhere schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
name string Workstation Name, with padding bytes removed
nr string Full 'NR' query response
status object
View JSON Schema on GitHub

JSON Schema

platform-pcanywhere-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-pcanywhere-schema.json",
  "title": "PcAnywhere",
  "description": "PcAnywhere schema from Censys Platform API",
  "type": "object",
  "properties": {
    "name": {
      "description": "Workstation Name, with padding bytes removed",
      "type": "string"
    },
    "nr": {
      "description": "Full 'NR' query response",
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/PcAnywhere_Status"
    }
  },
  "additionalProperties": false
}