Censys · JSON Structure

Platform Threat Malware Structure

Threat_Malware schema from Censys Platform API

Type: object Properties: 5
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Threat_Malware is a JSON Structure definition published by Censys, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

all_names id last_updated_at malpedia_id primary_name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-threat-malware-structure.json",
  "name": "Threat_Malware",
  "description": "Threat_Malware schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "all_names": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "id": {
      "type": "string"
    },
    "last_updated_at": {
      "type": "string"
    },
    "malpedia_id": {
      "type": "string"
    },
    "primary_name": {
      "type": "string"
    }
  }
}