mirror of https://github.com/MISP/misp-objects
Update definition.json - Diameter Object
Updating Diameter object with new fields to match SS7 objectpull/441/head^2
parent
26ae5048d6
commit
fe0aa7377a
|
@ -35,12 +35,48 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"Origin-Host-OperatorName": {
|
||||||
|
"description": "Origin-Host Operator Name",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"Origin-Host-CountryISO2": {
|
||||||
|
"description": "Origin-Host Country ISO2",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"Origin-Host-TADIG": {
|
||||||
|
"description": "Origin-Host Operator TADIG",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"Origin-Realm": {
|
"Origin-Realm": {
|
||||||
"description": "Origin-Realm.",
|
"description": "Origin-Realm.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"Origin-Realm-OperatorName": {
|
||||||
|
"description": "Origin-Realm Operator Name",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"Origin-Realm-CountryISO2": {
|
||||||
|
"description": "Origin-Realm Country ISO2",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"Origin-Realm-TADIG": {
|
||||||
|
"description": "Origin-Realm Operator TADIG",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"SessionId": {
|
"SessionId": {
|
||||||
"description": "Session-ID.",
|
"description": "Session-ID.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -86,4 +122,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "a3fdce4c-8e21-4acc-ab8e-9976e9165a12",
|
"uuid": "a3fdce4c-8e21-4acc-ab8e-9976e9165a12",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue