-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#370 Add filter on MISP event during import
MISP event can be excluded according to the following filters: - the maximum number of attributes (max-attributes) - the maximum size of the event json message - the age of the last publication - the organisation is black-listed - one of the tags is black-listed The filters are configurable in each connexion settings: misp { "MISP-SERVER-ID" { url = "http://127.0.0.1" key = "MISP-KEY" # filters: max-attributes = 1000 max-size = 1 MiB max-age = 7 days exclusion { organisation = ["bad organisation", "other orga"] tags = ["tag1", "tag2"] } } }
- Loading branch information
Showing
5 changed files
with
84 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters