-
[misp-book](https://github.com/MISP/misp-book) should be the default source for the documentation including in MISP. This would also reduce the size of the code base.
-
Document ways to see what the MISP PHP code is doing. All of the following require modifying php files:
(1) Change MISP server setting Security.debug from 0 to 1 or (caution) 2; then use function …
-
The misp-book refers to the "correlation engine". For example, in using-the-system/README.md:
> **Value**: The value or value-pair of the attribute. This is the main payload of the attribute, whi…
-
I've been trying to piece together details from various resources on how to use the csvimport module but I'm hoping someone with more experience can help me out. I'm unsure how to query it using the …
-
There is no documentation about "hover" and "expansion" that is supposed to come with the misp-modules.
giray updated
3 years ago
-
The MISP manual does mention the caching of feeds, but then states it will require further work in the manual:
"Jobs ~ Todo: Explain differences Default, Email, Cache"
I am trying to work out …
-
1/ Clarify on the events/export page this is only meant to be used manually and not by any tool
2/ transform the two buttongs: generate + download to one button.
Functionality should be:
- user click…
-
Signature whitelist accessible via API.
- If not, we should add it.
- If yes, we should document it in misp-book too...
-
Hi all,
I'm so frostrated with the Push to taxii script.
I've installed the Taxii server by following the git's instructions.
(Most recent out of the box misp VM + Taxii server installed 'by the bo…
-
develop authenticator middleware for MISP v3:
- AuthKeys, probably through [Token](https://book.cakephp.org/authentication/2/en/authenticators.html#token), using TokenAuthenticator.php as inspiration…