Python library using the MISP Rest API
Go to file
Koen Van Impe 2e1da3b777 Add netflow filter output
- get event data for event with “—event X”
- get netflow filter with “—netflow”
   simple host X or host X
2015-08-04 23:25:15 +02:00
examples Add netflow filter output 2015-08-04 23:25:15 +02:00
pymisp
.gitignore
LICENSE
README.md
setup.py

README.md

PyMISP is a Python library to access MISP platforms via their REST API.

Requirements

Install

python setup.py install

Example

An example to copy events between MISP instances is included in examples/

Documentation

PyMISP API documentation is available.

Documentation can be generated with epydoc:

   epydoc --url https://github.com/CIRCL/PyMISP --graph all --name PyMISP --pdf pymisp -o doc