Censys · Schema

ElfFile

ElfFile schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
class string
data string
machine string
os_abi string
type string
View JSON Schema on GitHub

JSON Schema

platform-elffile-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-elffile-schema.json",
  "title": "ElfFile",
  "description": "ElfFile schema from Censys Platform API",
  "type": "object",
  "properties": {
    "class": {
      "type": "string"
    },
    "data": {
      "type": "string"
    },
    "machine": {
      "type": "string"
    },
    "os_abi": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "additionalProperties": false
}