-
So spender has these for MISP options:
~~~
title = IOCs
network = yes
ids_files = no
dropped = yes
registry = no
mutexes = yes
~~~
whereas cuckoo2 has these:
~~~
mode = maldoc ipaddr has…
-
From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#156
https://www.misp-project.org/misp-training/3-misp-taxonomy-tagging.pdf
Document places where there is a…
-
My idea is to create a new import modules for misp.
I did a cp
````
cp /usr/local/src/misp-modules/misp_modules/modules/import_modtestimport.py /usr/local/src/misp-modules/misp_modules/modul…
-
**Is your feature request related to a problem?**
Within the educational sector in The Netherlands we use MISP to exchange threat intel. MISP is widely used for this also outside our context. It can …
-
Hi,
We noticed today that the so-download-misp script is using wget.. this prevents the MISP API from being used and could be replaced with curl. That should allow for more flexibility instead of d…
-
Hello,
I've built and run MISP (2.4.65) in Docker last week. How can I now update MISP to the newest version?
-
After one year away, stuff that I think about for a new version. Do not hesitate to add your ideas in comment
* Add the possibility to create an ethernet bridge from the interface menu ;
* Add re…
-
After running `docker-compose up`, I keep getting pgp key generation errors for the misp_web container. Any thoughts on how to remedy the situation?
> misp_web |
> misp_web | Current default time …
-
Hi All,
I've just followed the guide for setting up the Taxii Server however when i try and perform a taxii-push I am returned with a HTTP Error: status code 500 message.
When testing, I have b…
-
From the new munin.ini I see:
~~~
[MISP]
MISP_URL =
MISP_API_KEY =
~~~
how do we create a list of MISP's? Is it:
~~~
MISP_URL = "link1, link2"
MISP_API_KEY = "key1, key2"
~~~
or
~~…