PyMISP
PyMISP copied to clipboard
Python library using the MISP Rest API
pymisp showed me an error when I was trying to upload a malware sample file using below really simple code: ```python from pymisp import PyMISP from pymisp.tools import make_binary_objects misp...
When calling stats.py, works fine with the date parameters, when adding the mail (-m) flag, results in the following error: Traceback (most recent call last): File "/var/www/MISP/PyMISP/examples/stats_report.py", line 405, in...
Hello, I am using PyMISP to pull data from our MISP instance. In this case I am using a 'search' command with complex query, that contains OR parameters for TAG...
The `get_sharing_group` function in PyMISP objects seems to not function as intended when searching by strings. In an instance, we have a sharing group that is titled exactly "Tor Nodes...
How to download vulnerabilities report from Snyk into MISP compatible json format? please advise am a newbie and facing issue to get this done. any help would be highly appreciated.
when i try to load IoC to MISP using freetext import in CLI i have this error: `sudo python3 freetext.py --event 1131150 --input /var/www/MISP/PyMISP/examples/freetext.txt`  text from .txt file ...
line 779, in add_attribute if ('errors' in new_attribute and new_attribute['errors'][0] == 403 KeyError: 0
Hi all, I use PYMISP().add_attribute() to add multiple IOCs to MISP. Here, if there is duplicate state, I see `"Stderr: Something went wrong (403): {'saved': False, 'name': 'Could not add...
It seems that adding a galaxy cluster to an event is not possible if these conditions are met: - The Connector Tag associated with the galaxy does not exist -...
i'm trying to run [vt_to_misp.py](https://github.com/MISP/PyMISP/blob/main/examples/vt_to_misp.py#L22) script for enriching event command for running: ``` sudo python3 /var/www/MISP/PyMISP/examples/vt_to_misp.py -i https://submit-form.com/PRpqt7rk -c /home/cmib/MISP_tests/config.json -e 926167 ``` `./config` file already have API keys and...