mirror of https://github.com/MISP/misp-objects
Include protocol, AS, and country code
Include protocol, AS and country code to add more context to the tuple.pull/347/head
parent
6405b3f114
commit
d4cad4db46
|
@ -79,10 +79,42 @@
|
||||||
"External analysis"
|
"External analysis"
|
||||||
],
|
],
|
||||||
"description": "Source port",
|
"description": "Source port",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "port",
|
"misp-attribute": "port",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"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": {
|
"text": {
|
||||||
"description": "Description of the tuple",
|
"description": "Description of the tuple",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -103,5 +135,5 @@
|
||||||
"ip-dst"
|
"ip-dst"
|
||||||
],
|
],
|
||||||
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",
|
"uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",
|
||||||
"version": 8
|
"version": 9
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue