mirror of https://github.com/MISP/misp-objects
chg: Make jq validation happy
parent
04331becf0
commit
3fb441b8a0
|
@ -1,7 +1,47 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"type": {
|
"app": {
|
||||||
"description": "The type of the Log Event",
|
"description": "The application identified (e.g. vnc, ssh, sip, irc, http or smtp).",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"description": "The Direction of the Event.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"dport": {
|
||||||
|
"description": "The port to which the connection headed.",
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"dst": {
|
||||||
|
"description": "The Destination IP which is the target of the observed connections.",
|
||||||
|
"misp-attribute": "ip-dst",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"dstloc": {
|
||||||
|
"description": "The Destination Location of the event.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"proto": {
|
||||||
|
"description": "The transport protocol (e.g. tcp, udp, icmp).",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"sport": {
|
||||||
|
"description": "The port from which the connection originated.",
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"src": {
|
||||||
|
"description": "The ip observed to initiate the connection",
|
||||||
|
"misp-attribute": "ip-src",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"srcloc": {
|
||||||
|
"description": "The Source Location of the event.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
@ -15,11 +55,6 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"direction": {
|
|
||||||
"description": "The Direction of the Event.",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"threatid": {
|
"threatid": {
|
||||||
"description": "The Threat ID.",
|
"description": "The Threat ID.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -30,45 +65,10 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"srcloc": {
|
"type": {
|
||||||
"description": "The Source Location of the event.",
|
"description": "The type of the Log Event",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
|
||||||
"dstloc": {
|
|
||||||
"description": "The Destination Location of the event.",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"dst": {
|
|
||||||
"description": "The Destination IP which is the target of the observed connections.",
|
|
||||||
"misp-attribute": "ip-dst",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"dport": {
|
|
||||||
"description": "The port to which the connection headed.",
|
|
||||||
"misp-attribute": "counter",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"app": {
|
|
||||||
"description": "The application identified (e.g. vnc, ssh, sip, irc, http or smtp).",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"proto": {
|
|
||||||
"description": "The transport protocol (e.g. tcp, udp, icmp).",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"src": {
|
|
||||||
"description": "The ip observed to initiate the connection",
|
|
||||||
"misp-attribute": "ip-src",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"sport": {
|
|
||||||
"description": "The port from which the connection originated.",
|
|
||||||
"misp-attribute": "counter",
|
|
||||||
"ui-priority": 1
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Palo Alto Threat Log Event",
|
"description": "Palo Alto Threat Log Event",
|
||||||
|
@ -76,4 +76,4 @@
|
||||||
"name": "paloalto-threat-event",
|
"name": "paloalto-threat-event",
|
||||||
"uuid": "e6fa7a87-1173-43d6-86c2-b4d02af5fc74",
|
"uuid": "e6fa7a87-1173-43d6-86c2-b4d02af5fc74",
|
||||||
"version": 4
|
"version": 4
|
||||||
}
|
}
|
Loading…
Reference in New Issue