mirror of https://github.com/MISP/misp-website
Changelog added
parent
9574c65d06
commit
4e7b1103ea
|
@ -41,8 +41,7 @@ To select object level columns, simply pre-pend the given object column's name b
|
|||
GET https://<misp-instance>/events/csv/download/<event-id>?attributes=timestamp,type,uuid,value&object_attributes=uuid,name
|
||||
~~~~
|
||||
|
||||
The following columns will be returned (all columns related to objects
|
||||
will be prefixed with object_):
|
||||
The following columns will be returned (all columns related to objects will be prefixed with object_):
|
||||
|
||||
`timestamp,type,uuid,value,object_uuid,object_name`
|
||||
|
||||
|
@ -56,6 +55,8 @@ The MISP feed format has been improved to include objects, attribute tags and ob
|
|||
|
||||
The feed preview in MISP has been improved to include the objects and support the new feed format.
|
||||
|
||||
The full change log is available [here](https://www.misp.software/Changelog.txt). [PyMISP change log](https://www.misp.software/PyMISP-Changelog.txt) is also available.
|
||||
|
||||
MISP [galaxy](/galaxy.pdf), [objects](/objects.pdf) and [taxonomies](/taxonomies.pdf) were notably extended by many contributors. These are also included by default in MISP. Don't forget to do a `git submodule update` and update galaxies, objects and taxonomies via the UI.
|
||||
|
||||
For the MISP users joining the [Borderless Cyber Conference and Technical Symposium / 6-8 Dec 2017 / Prague](https://eu17.first-oasis-conference.org/en/), we will do a MISP training on the 8th December.
|
||||
|
|
Loading…
Reference in New Issue