mirror of https://github.com/MISP/misp-objects
add username field in telegram-bot object
parent
82c699cc5f
commit
e7b9a8e7cf
|
@ -20,6 +20,11 @@
|
||||||
"description": "Telegram Token",
|
"description": "Telegram Token",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"username": {
|
||||||
|
"description": "Telegram bot username, must end with \"bot\"",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Information related to a telegram bot",
|
"description": "Information related to a telegram bot",
|
||||||
|
@ -29,8 +34,9 @@
|
||||||
"token",
|
"token",
|
||||||
"chat-id",
|
"chat-id",
|
||||||
"name",
|
"name",
|
||||||
|
"username",
|
||||||
"comment"
|
"comment"
|
||||||
],
|
],
|
||||||
"uuid": "e2cb6c8f-45fa-429d-9cdb-05298ab21f46",
|
"uuid": "e2cb6c8f-45fa-429d-9cdb-05298ab21f46",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue