mirror of https://github.com/MISP/misp-objects
chg: [telegram-account] fixes
parent
ca247d8c2a
commit
eedcc2d5af
|
@ -1,35 +1,35 @@
|
|||
{
|
||||
"attributes": {
|
||||
"phone": {
|
||||
"description": "Phone associated with the telegram user",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"first_name": {
|
||||
"description": "First name",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"last_name": {
|
||||
"description": "Last name",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"id": {
|
||||
"description": "Telegram user identifier",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"verified": {
|
||||
"description": "Verified",
|
||||
"last_name": {
|
||||
"description": "Last name",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"phone": {
|
||||
"description": "Phone associated with the telegram user",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"username": {
|
||||
"description": "Telegram username",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"verified": {
|
||||
"description": "Verified",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"description": "Information related to a telegram account",
|
||||
|
@ -40,4 +40,4 @@
|
|||
],
|
||||
"uuid": "06f02ecf-5afb-42c5-9cb0-b362e222f52c",
|
||||
"version": 1
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue