forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kibana Dashboard for Filebeat MISP module (elastic#14147)
* Add Kibana Dashboard for MISP module
- Loading branch information
Lei Qiu
authored
Oct 21, 2019
1 parent
be6b124
commit 7f89974
Showing
14 changed files
with
516 additions
and
23 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# MISP module | ||
|
||
## Caveats | ||
|
||
* Module is to be considered _beta_. | ||
|
||
## How to try the module from distribution install | ||
|
||
You should already have MISP installed and running. Information about the MISP platform can be found here: https://www.circl.lu/doc/misp. | ||
|
||
``` | ||
./filebeat setup --modules=misp -e --dashboards | ||
``` | ||
|
||
Enable the MISP module | ||
|
||
``` | ||
./filebeat modules enable misp | ||
``` | ||
|
||
Start Filebeat | ||
|
||
``` | ||
./filebeat -e | ||
``` | ||
|
||
You can see the MISP Overview dashboard and the imported threat indicators in Kibana. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
- module: misp | ||
threat: | ||
enabled: true | ||
|
||
# MISP Configuration | ||
var.api_key: "XXXXXXXXXXXXXX" # API key for MISP | ||
var.json_objects_array: "response.Attribute" | ||
var.url: "http://X.X.X.X/attributes/restSearch" # X.X.X.X is the IP address of the MISP server |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.