PyMISP icon indicating copy to clipboard operation
PyMISP copied to clipboard

Python library using the MISP Rest API

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

The event reports are not exported by the Feed generator

T: feature request

Using PyMISP 2.4.152, interfacing with a MISP server running 2.4.148. I am trying to interface with a MISP system using PyMISP. This MISP system has my authkey in two sharing...

starting to test out the feed generator from redis and i hvae a question regarding how to use it, i get openssl_md5() takes at most 1 argument (2 given) i...

I'm successfully creating events via python, but due to performance issues, I create the events with published=False and in a separate process, I change all the events to published=True. The...

Hi, I have tried several queries with two tags. In separate queries (search_index with one tag) the search with the first tag returns 321 events and with the second tag...

T: support
S: needs more info

Just a suggestion, but thought it might be useful if the PyMISP url (repo settings) were the docs url. https://pymisp.readthedocs.io More visible than 3/4 down the readme.

MISP every time I access list attributes 504 error. I use pymisp to search attirbutes and it gives 500 error I increased php memory to 15G still have the same...

S: needs more info

I'm trying to update an event by adding new attributes to it, I tried to use the full complete example, available in the repository, but it has an error and...

### Discussed in https://github.com/MISP/PyMISP/discussions/758 Originally posted by **anuashokas** June 21, 2021 Could Somebody please help me to sort an issue while syncing data from MISP to Azure sentinel? Some of...

Hi, I would like to know if it's possible to tag attributes in memory with their uuids ? These attributes can be from multiple event at the same time. Currently...