PyMISP icon indicating copy to clipboard operation
PyMISP copied to clipboard

Python library using the MISP Rest API

Results 123 PyMISP issues
Sort by recently updated
recently updated
newest added

Feed generator - if result of the index is empty, there is no exception handler

T: enhancement
S: stale

See: https://github.com/MISP/MISP/pull/5036

T: enhancement
S: stale

search query on attribute controller on a time interval, get each value, push them in a set, get the length of the set.

T: enhancement

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,...

T: bug
help wanted
S: needs diagnosis

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

T: enhancement
S: diagnosed

![image](https://user-images.githubusercontent.com/1091410/81313701-350f3e00-9056-11ea-9175-133b7bcf7993.png) ![image](https://user-images.githubusercontent.com/1091410/81313824-5bcd7480-9056-11ea-90fb-c97e026cc790.png) 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...

T: support
documentation
convert to FAQ
S: diagnosed

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....

T: enhancement
S: diagnosed

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...

T: enhancement
S: diagnosed

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...