mirror of https://github.com/MISP/misp-objects
fix: [ip-port] jq all the things
parent
d4cad4db46
commit
a3bec8e748
|
@ -1,5 +1,26 @@
|
|||
{
|
||||
"attributes": {
|
||||
"AS": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Autonomous system",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "AS",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"country-code": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Country Code",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"domain": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
|
@ -73,6 +94,16 @@
|
|||
"misp-attribute": "datetime",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"protocol": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Protocol",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"src-port": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
|
@ -84,37 +115,6 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"protocol": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Protocol",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"AS": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Autonomous system",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "AS",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"country-code": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Country Code",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"text": {
|
||||
"description": "Description of the tuple",
|
||||
"disable_correlation": true,
|
||||
|
@ -136,4 +136,4 @@
|
|||
],
|
||||
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",
|
||||
"version": 9
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue