Merge pull request #284 from C00kie-/patch-5

added json multiple objects twitter-following and twitter-followers
pull/289/head
Alexandre Dulaunoy 2020-08-28 16:43:38 +02:00 committed by GitHub
commit 3c1c9e5dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -53,6 +53,18 @@
"misp-attribute": "text",
"ui-priority": 1
},
"twitter-following":{
"description": "following accounts of interest",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"twitter-followers":{
"description": "followers accounts of interest",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"hashtag": {
"description": "Hashtag embedded in the user description.",
"misp-attribute": "text",
@ -170,4 +182,4 @@
],
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
"version": 6
}
}