mirror of https://github.com/MISP/misp-objects
Merge pull request #284 from C00kie-/patch-5
added json multiple objects twitter-following and twitter-followerspull/289/head
commit
3c1c9e5dd0
|
@ -52,6 +52,18 @@
|
|||
"disable_correlation": true,
|
||||
"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.",
|
||||
|
|
Loading…
Reference in New Issue