Skip to content

Commit

Permalink
Merge pull request #165 from befrankt/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adulau committed Jun 6, 2019
2 parents ffa6d44 + 9c8da23 commit 09a6240
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions faq/README.md
Expand Up @@ -436,6 +436,22 @@ One potential resolution is to upgrade MISP to 2.4.107.
#### Symptoms
Users with the site-admin role are able to add objects to events without any error. This error was encountered when a user belonged to every role **except** site-admin.

## WatchList Customization

### How to create a customized WatchList.

WatchLists are stored within folder under /var/www/MISP/app/files/warninglists/lists
Every folder contains a list.json file.
Create a new folder and copy and modify an existing list (or create a new one from scratch).
Ensure the "name" value within the file is unique.
Increment the version number when the file is changed.

Within the MISP GUI, go to WarningLists and "Update WarningLists".

The new WarningList will now show up. In case of errors, check the permissions on the list.json and it's folder.

To modify the list or to add entries to it, go back to the file via the CLI, modify the file and reload it via the GUI ("Update WarningLists".

<!--
Comment Place Holder
-->

0 comments on commit 09a6240

Please sign in to comment.