mirror of https://github.com/MISP/misp-objects
fix: disable correlation on microblog type (Twitter or alike)
parent
5cd069acdd
commit
b4d30b1419
|
@ -17,6 +17,7 @@
|
||||||
"description": "Type of the microblog post",
|
"description": "Type of the microblog post",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true,
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"Twitter",
|
"Twitter",
|
||||||
"Facebook",
|
"Facebook",
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
||||||
|
|
Loading…
Reference in New Issue