mirror of https://github.com/MISP/misp-objects
Merge branch 'yodresh-master'
commit
3eaeaa30d1
|
@ -35,12 +35,48 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"Origin-Host-CountryISO2": {
|
||||||
|
"description": "Origin-Host Country ISO2",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"Origin-Host-OperatorName": {
|
||||||
|
"description": "Origin-Host Operator Name",
|
||||||
|
"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-CountryISO2": {
|
||||||
|
"description": "Origin-Realm Country ISO2",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"Origin-Realm-OperatorName": {
|
||||||
|
"description": "Origin-Realm Operator Name",
|
||||||
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue