mirror of https://github.com/MISP/misp-objects
Update definition.json
parent
939a950d87
commit
da3c168506
|
@ -53,6 +53,18 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"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": {
|
"hashtag": {
|
||||||
"description": "Hashtag embedded in the user description.",
|
"description": "Hashtag embedded in the user description.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -170,4 +182,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
|
||||||
"version": 6
|
"version": 6
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue