mirror of https://github.com/MISP/misp-objects
chg: [object fields] add forged-document types, add microblog state
parent
4c4a3aabe5
commit
329d92162c
|
@ -35,6 +35,8 @@
|
||||||
"letterhead",
|
"letterhead",
|
||||||
"speech",
|
"speech",
|
||||||
"literature",
|
"literature",
|
||||||
|
"blog",
|
||||||
|
"microblog",
|
||||||
"photo",
|
"photo",
|
||||||
"audio",
|
"audio",
|
||||||
"invoice",
|
"invoice",
|
||||||
|
@ -99,7 +101,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 6,
|
"version": 7,
|
||||||
"description": "Object describing a forged document.",
|
"description": "Object describing a forged document.",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "7e927620-b97c-4b00-98c0-8c0184d83d21",
|
"uuid": "7e927620-b97c-4b00-98c0-8c0184d83d21",
|
||||||
|
|
|
@ -55,6 +55,8 @@
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"Informative",
|
"Informative",
|
||||||
"Malicious",
|
"Malicious",
|
||||||
|
"Misinformation",
|
||||||
|
"Disinformation",
|
||||||
"Unknown"
|
"Unknown"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -115,7 +117,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 15,
|
"version": 16,
|
||||||
"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