mirror of https://github.com/MISP/misp-objects
new: [telegram-user] basic telegram user
Ref: https://core.telegram.org/constructor/user More could be added in the futurepull/304/head
parent
1e14201fc0
commit
ca247d8c2a
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"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",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"username": {
|
||||
"description": "Telegram username",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"description": "Information related to a telegram account",
|
||||
"meta-category": "misc",
|
||||
"name": "telegram-account",
|
||||
"requiredOneOf": [
|
||||
"username"
|
||||
],
|
||||
"uuid": "06f02ecf-5afb-42c5-9cb0-b362e222f52c",
|
||||
"version": 1
|
||||
}
|
Loading…
Reference in New Issue