-
Recently I noticed that our cakephp version was out of date.
I was following option 1 of https://github.com/MISP/MISP/blob/2.4/docs/UPDATE.md to get the latest MISP software. Yet I don't see any c…
-
### Work environment
| Questions | Answers
|---------------------------|--------------------
| Type of issue | Bug,
| OS version (server) | CentOS,
| OS ver…
-
### Work environment
| Questions | Answers
|---------------------------|--------------------
| Type of issue | Support
| OS version (server) | Ubuntu 18.04.2 LT…
-
Default documentation PDF not updated (2.4.77) on readthedocs.org
https://media.readthedocs.org/pdf/pymisp/master/pymisp.pdf
-
Hi team,
It will be cool to separate `info` in `titre` and `description` in new_event in PyMISP like maybe
``` python
def new_event(self, distribution=None, threat_level_id=None, analysis=None, titl…
-
I can successfully create new object and add some attribute with this:
```
obj = MISPObject('mycustomobject', misp_objects_path_custom='/app/misp_object')
for key, val in attributes.items():
…
-
[MISP](https://github.com/MISP/MISP) is a platform to exchange IOCs.
It would be great to have integration with it, more specifically to lookup hashes (MD5/SHA1/SHA256) in MISP. Or implement it the ot…
-
RelatedAttribute was there, and isn't anymore: https://github.com/viper-framework/viper/blob/master/viper/modules/misp.py#L667
-
### Work environment
| Questions | Answers
|---------------------------|--------------------
| Type of issue | Bug ?,
| OS version (server) | Ubuntu
| OS versi…
ghost updated
5 years ago
-
`pymisp.MISPEvent(strict_validation=True).load(misp_export)` fails with `ValidationError: Additional properties are not allowed ('Object' was unexpected)` as MISP event schema does not define Object a…