Censys · Schema

PcAnywhere

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

asset-graph-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/asset-graph-pcanywhere-schema.json",
  "title": "PcAnywhere",
  "description": "PcAnywhere schema from Asset Graph 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
}