PyMISP
PyMISP copied to clipboard
Python library using the MISP Rest API
Feed generator - if result of the index is empty, there is no exception handler
search query on attribute controller on a time interval, get each value, push them in a set, get the length of the set.
We are successfully generating our feeds using feed-generate.py but when we add them to a different MISP instance, the following message is presented on debug logs: ==> error.log downloadAndParseEventFromFeed(Array, 0,...
reportlab is an optional dependency of the `reportlab_generator`: https://github.com/MISP/PyMISP/blob/eff7146b3c4a981c9e13fa9a4c403950dfddd503/pymisp/tools/reportlab_generator.py#L22-L37 But the imported Flowable is then a hard requirement: https://github.com/MISP/PyMISP/blob/eff7146b3c4a981c9e13fa9a4c403950dfddd503/pymisp/tools/reportlab_generator.py#L52
  Clean MISP install (via Docker), screen shot of events above. One with `TEST` in info and the other `TEST` as a tag. Tag is listed as exportable, and...
Hi, The current MANIFEST.in is: https://github.com/MISP/PyMISP/blob/2a9c79a1e91a36d48ec992f972aa2878de547699/MANIFEST.in#L1-L10 However, out of these files, only the README and the data files are part of the source tarballs at pypi. Everything else is missing....
The pymisp doc for the tags() method says simply "Get the list of existing tags". I expected this method to be implemented as roughly "select * from misp.tags;" at the...
Hello MISP team, I was trying to create a custom MISP object related to malware sample IoCs, successfully created the definition.json file and updated it to MISP. But while running...
Hey team, Apologise in advance if I've made a dumb/simple mistake here, but I seem to be have encountered an error with PyMISP's 'update_server' function that I haven't been able...