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

Hello, Today I noticed that some attributes of my stix2 bundles did not appear in my events of my MISP platform. I'm using this code to upload my stix2 bundle...

- By default MISP now installs with advanced auth keys - Retrieving of keys is no longer possible from user objects -- temporarily removed the test for the authkey being...

Sorry if this is discussed somewhere else, but why are these two portions of PyMISP getting deprecated? I find them incredibly useful and I know the first is used in...

I'm using PyMISP's misp.search() to return records from a MISP instance containing 25mi+ events. Filters for misp.search() are imported from a settings.py file like this: filters = {'published':'true','date':'2021-06-01','tags':['my_tag']} and it...

T: support
S: needs more info

Version: Latest (2.4.148 for both MISP and PyMISP) - I just updated and confirmed it was still a bug right before opening this issue. Expected behavior: - Create a custom...

hello, it seems that this function pymisp.tools.stix.load_stix() can only load stix v1. tried with stix v2, stix v2.1 the returned package doesnt contains objects or attributes, therefore when uploaded to...

I run the _create_events.py_ script and i get this ``` /usr/lib/python3/dist-packages/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn(...

Hi, We are syncing events (pull) from multiple external MISP instances to ours. Now we want to create a new org for one of the internal department and give them...

OS: Centos 7 MISP: 2.4.144 pymisp: 2.4.144 The script is working fine. After upgrade to MISP 2.4.144. It failed. Test script: misp_verifycert = True relative_path = 'users/statistics/users' body = []...

Hi Team Pymisp, I'm trying to send events to Azure Sentinel but receive the error `Unknown error: the response is not in JSON.` Config.py content excluding graph_auth ``` targetProduct =...