mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add Elastic Defend Integration
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "elastic-defend-endpoints",
|
||||||
|
"namespace": "default",
|
||||||
|
"description": "",
|
||||||
|
"package": {
|
||||||
|
"name": "endpoint",
|
||||||
|
"title": "Elastic Defend",
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
"enabled": true,
|
||||||
|
"policy_id": "endpoints-initial",
|
||||||
|
"vars": {},
|
||||||
|
"inputs": [{
|
||||||
|
"type": "endpoint",
|
||||||
|
"enabled": true,
|
||||||
|
"streams": [],
|
||||||
|
"config": {
|
||||||
|
"integration_config": {
|
||||||
|
"value": {
|
||||||
|
"type": "endpoint",
|
||||||
|
"endpointConfig": {
|
||||||
|
"preset": "DataCollection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
@@ -12,3 +12,13 @@ play_url: "https://{{ GLOBALS.url_base }}/playbook/issues/6000"
|
|||||||
kibana_pivot: "https://{{ GLOBALS.url_base }}/kibana/app/kibana#/discover?_g=()&_a=(columns:!(_source),interval:auto,query:(language:lucene,query:'_id:{[_id]}'),sort:!('@timestamp',desc))"
|
kibana_pivot: "https://{{ GLOBALS.url_base }}/kibana/app/kibana#/discover?_g=()&_a=(columns:!(_source),interval:auto,query:(language:lucene,query:'_id:{[_id]}'),sort:!('@timestamp',desc))"
|
||||||
soc_pivot: "https://{{ GLOBALS.url_base }}/#/hunt"
|
soc_pivot: "https://{{ GLOBALS.url_base }}/#/hunt"
|
||||||
sigma_level: ""
|
sigma_level: ""
|
||||||
|
|
||||||
|
index: '.ds-logs-*'
|
||||||
|
name: EQL
|
||||||
|
priority: 3
|
||||||
|
realert:
|
||||||
|
minutes: 0
|
||||||
|
type: any
|
||||||
|
filter:
|
||||||
|
- query:
|
||||||
|
query_string:
|
||||||
|
|||||||
Reference in New Issue
Block a user