-------------------
- Fix PyPi package. [Raphaël Vinot]
- Add netflow filter output. [Koen Van Impe]
- get event data for event with “—event X”
- get netflow filter with “—netflow”
simple host X or host X
- Add last param to restSearch + example script. [Raphaël Vinot]
- Cleanup of the upload API. [Raphaël Vinot]
- Preliminary version of the file uploader. [Raphaël Vinot]
- Add test script to add attachement to event. [Raphaël Vinot]
- Bug fix: get_index now works properly and return the events index.
[Alexandre Dulaunoy]
An bug was introduced and appending "{}" to the /index url which
gives a 404 on a MISP server.
- API made a bit more flexible with input data. [Iglocska]
- input for add_event() and update_event() can now be a JSON object, JSON string, XML
- Fix to an issue with using XML as input for add_event() and
update_event() [Iglocska]
- also a change to the copy_list.py script to account for the change
- Add 2 download functions of suricata rules events. [Debra Jules]
- Update / Add need a JSON object as data. [didelphodon]
... furthermore content-type application was necessary otherwise MISP-REST API refuses to work as expected, at least with my installation.
- Make the code python3 friendly. [Raphaël Vinot]
- Make PEP8 Happy. [Raphaël Vinot]
- Use JSON POST to do the search. [Raphaël Vinot]
- Example script to download MISP network activity. [Koen Van Impe]
- Documentation reference added. [Alexandre Dulaunoy]
- Add license. [Raphaël Vinot]
- Support update events. [Raphaël Vinot]
- Small cleanup, update to 1.0.1. [Raphaël Vinot]
- Add the following options: [Raphaël Vinot]
- possibility to copy in one direction or the other between instance
- add loop to simply put event ids to copy
- Add readme. [Raphaël Vinot]
- Add installer, proper copy script. [Raphaël Vinot]
- Add support for self-signed certificate. [Raphaël Vinot]
Add comments
- Add search by organisation. [Raphaël Vinot]
- Add export-import of a list. [Raphaël Vinot]
- Cleanup style. [Raphaël Vinot]
- Support xml and json copy. [Raphaël Vinot]
- Delete export_import.py. [Raphaël Vinot]
- Fix event_add, add example. [Raphaël Vinot]
- Make the API a class. [Raphaël Vinot]
- Json export is not supported everywhere. [Raphaël Vinot]
- Some testing. [Raphaël Vinot]
- Initial commit. [Raphaël Vinot]