diff --git a/extended-events/README.md b/extended-events/README.md index 85e6ff1..df94b77 100644 --- a/extended-events/README.md +++ b/extended-events/README.md @@ -1 +1,4 @@ -# WIP +# MISP Extended Events + +MISP can now extend an event (starting from version 2.4.90). This allows users to build full blown events that extend an existing event, giving way to a combined event view that includes a sum total of the event along with all extending events. +[More](http://www.misp-project.org/2018/04/19/Extended-Events-Feature.html) diff --git a/modules/README.md b/modules/README.md index 85e6ff1..cd569fc 100644 --- a/modules/README.md +++ b/modules/README.md @@ -1 +1,8 @@ -# WIP +# MISP modules + +MISP modules are autonomous modules that can be used for expansion and other services in MISP. +The modules are written in Python 3 following a simple API interface. The objective is to ease the extensions of MISP functionalities without modifying core components. The API is available via a simple REST API which is independent from MISP installation or configuration. +MISP modules support is included in MISP starting from version 2.4.28. +[More](https://www.circl.lu/assets/files/misp-training/switch2016/2-misp-modules.pdf) +[MISP modules GitHub Repo](https://github.com/MISP/misp-modules) + diff --git a/noticelists/README.md b/noticelists/README.md index 85e6ff1..a583181 100644 --- a/noticelists/README.md +++ b/noticelists/README.md @@ -1 +1,4 @@ -# WIP +# MISP noticelist + +Notice lists to inform MISP users of the legal, privacy, policy or even technical implications of using specific attributes, categories or objects. +[MISP noticelist GitHub Repo](https://github.com/MISP/misp-noticelist) diff --git a/warninglists/README.md b/warninglists/README.md index 85e6ff1..6dd285c 100644 --- a/warninglists/README.md +++ b/warninglists/README.md @@ -1 +1,5 @@ -# WIP +# MISP warninglists +MISP warninglists are lists of well-known indicators that can be associated to potential false positives, errors or mistakes. +There is a Python module available to work with warninglists in a Pythonic way called [PyMISPWarningLists](https://github.com/MISP/PyMISPWarningLists). +[MISP warninglists GitHub Repo](https://github.com/MISP/misp-warninglists) +