PyMISP
PyMISP copied to clipboard
Python library using the MISP Rest API
Server feed hits are not present in the JSON response when querying an existing MISP event using get_event(). Server feed hits and regular feed hits _appear_ to be treated the...
Bumps [publicsuffixlist](https://github.com/ko-zu/psl) from 0.10.0.20240420 to 0.10.0.20240512. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
This might be a PEBKAC issue but I just can't get the PyMISP `search()` function to return events so that the file attachments that have been saved inside objects, mainly...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.1.7 to 4.2.0. Release notes Sourced from jupyterlab's releases. v4.2.0 4.2.0 For user-facing changelog see https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-2 (Full Changelog) Bugs fixed Check the command is registered before calling...
I want to attach an object to an event using PyMISP 2.4.190 but I receive validation error: Object dropped due to validation for Event 31 failed: - Validation errors: {"meta-category":["stringNotEmpty"],"template_uuid":["Please...
Bumps [docutils](https://docutils.sourceforge.io) from 0.21.1 to 0.21.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Hi there, I'm running the script which is provided by you: https://github.com/MISP/PyMISP/blob/main/examples/proofpoint_tap.py Proofpoint and misp integration it is. So i configured the api keys correctly in keys file and when...
PyMISP version: 2.4.194 The following code returns events that are published, even though published=False is specified. ``` misp = PyMISP(url=misp_url, key=misp_key, ssl=misp_ssl) misp.global_pythonify = True uuid = redacted-uuid misp.search( controller="events",...