|
| 1 | +{ |
| 2 | + "attributes": { |
| 3 | + "type": { |
| 4 | + "description": "The type of the Log Event", |
| 5 | + "misp-attribute": "text", |
| 6 | + "ui-priority": 1 |
| 7 | + }, |
| 8 | + "subtype": { |
| 9 | + "description": "The subtype of the Log Event.", |
| 10 | + "misp-attribute": "text", |
| 11 | + "ui-priority": 1 |
| 12 | + }, |
| 13 | + "thr_category": { |
| 14 | + "description": "The Threat Category.", |
| 15 | + "misp-attribute": "text", |
| 16 | + "ui-priority": 1 |
| 17 | + }, |
| 18 | + "direction": { |
| 19 | + "description": "The Direction of the Event.", |
| 20 | + "misp-attribute": "text", |
| 21 | + "ui-priority": 1 |
| 22 | + }, |
| 23 | + "threatid": { |
| 24 | + "description": "The Threat ID.", |
| 25 | + "misp-attribute": "text", |
| 26 | + "ui-priority": 1 |
| 27 | + }, |
| 28 | + "time_generated": { |
| 29 | + "description": "The datetime of the event.", |
| 30 | + "misp-attribute": "datetime", |
| 31 | + "ui-priority": 1 |
| 32 | + }, |
| 33 | + "srcloc": { |
| 34 | + "description": "The Source Location of the event.", |
| 35 | + "misp-attribute": "text", |
| 36 | + "ui-priority": 1 |
| 37 | + }, |
| 38 | + "dstloc": { |
| 39 | + "description": "The Destination Location of the event.", |
| 40 | + "misp-attribute": "text", |
| 41 | + "ui-priority": 1 |
| 42 | + }, |
| 43 | + "dst": { |
| 44 | + "description": "The Destination IP which is the target of the observed connections.", |
| 45 | + "misp-attribute": "ip-dst", |
| 46 | + "ui-priority": 1 |
| 47 | + }, |
| 48 | + "dport": { |
| 49 | + "description": "The port to which the connection headed.", |
| 50 | + "misp-attribute": "counter", |
| 51 | + "ui-priority": 1 |
| 52 | + }, |
| 53 | + "app": { |
| 54 | + "description": "The application identified (e.g. vnc, ssh, sip, irc, http or smtp).", |
| 55 | + "misp-attribute": "text", |
| 56 | + "ui-priority": 1 |
| 57 | + }, |
| 58 | + "proto": { |
| 59 | + "description": "The transport protocol (e.g. tcp, udp, icmp).", |
| 60 | + "misp-attribute": "text", |
| 61 | + "ui-priority": 1 |
| 62 | + }, |
| 63 | + "src": { |
| 64 | + "description": "The ip observed to initiate the connection", |
| 65 | + "misp-attribute": "ip-src", |
| 66 | + "ui-priority": 1 |
| 67 | + }, |
| 68 | + "sport": { |
| 69 | + "description": "The port from which the connection originated.", |
| 70 | + "misp-attribute": "counter", |
| 71 | + "ui-priority": 1 |
| 72 | + } |
| 73 | + }, |
| 74 | + "description": "Palo Alto Threat Log Event", |
| 75 | + "meta-category": "network", |
| 76 | + "name": "paloalto-threat-event", |
| 77 | + "uuid": "e6fa7a87-1173-43d6-86c2-b4d02af5fc74", |
| 78 | + "version": 4 |
| 79 | +} |
0 commit comments