changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "attack_ids": {
+ "description": "MITRE ATT&CK IDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "author": {
+ "description": "Pulse author name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "created": {
+ "description": "Creation timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Full pulse description (up to 8000 chars)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Pulse ID (hex string)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "indicators": {
+ "description": "Full list of indicators (IPs, domains, URLs, hashes)",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "indicators_count": {
+ "description": "Number of indicators in pulse",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "industries": {
+ "description": "Targeted industries",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "malware_families": {
+ "description": "Associated malware families",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "modified": {
+ "description": "Last modification timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Pulse name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "otx_url": {
+ "description": "OTX web URL for pulse",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tags": {
+ "description": "Associated tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "targeted_countries": {
+ "description": "Countries targeted by threat",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "description",
+ "author",
+ "created",
+ "modified",
+ "tags",
+ "targeted_countries",
+ "malware_families",
+ "attack_ids",
+ "industries",
+ "indicators_count",
+ "otx_url"
+ ],
+ "type": "object"
+}