-
Just wanted to ask, if this behavior is intentional.
### Expected behavior
Accessing an event via PyMISP as a local admin user, **all** tags are included in the json data.
### Actual behavior
Only…
-
Feature request - to ease provisioning of a new instance, can the ability to manage roles be added to the automation API? Use case we have in mind is that at deployment time, necessary custom roles ca…
-
Is it possible to bulk add tags to a newly created attribute using PyMISP? I am current running an integration to populate an event with over 600 attributes with 10+ attribute tags a piece every day. …
nbyt3 updated
3 years ago
-
Some topics to add
- Addition of new attributes not currently supported in MISP (like https://github.com/MISP/MISP/pull/800)
- Proposing tools using PyMISP
- Updating documentation
-
### Actual behavior
When using PyMISP **get_tag()**, MISPTag object is acquired that informs on count of attributes through _attribute_count_ variable/parameter. By empirical testing I have observed …
-
Hey guys, Just been looking through the errors from last night, and noiced a fairly regular occurance of the following. Some entries are going into misp and others are not,below are the ones which are…
-
...too many files open
UPDATE:
First let me say I bow to you @deralexxx no idea how you got this to work, pretty amazing!
After some tweaks I've got it working BUT I get a weird error if I t…
-
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
mis…
-
### Expected behavior
When installing MISP with `bash INSTALL.sh -c -M` installation finishes and the instance is functional (UI and API) but there is the following error just before getting the defa…
-
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 …