forked from elastic/kibana
-
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.
[SIEM][Detection Engine] critical blocker, updates the pre-packaged r…
…ules, removes dead ones, adds license file (elastic#56090) ## Summary * Adds updated pre-packaged rules with more meta-data (from randomuserid) * Deletes older rules not shipping (from randomuserid) * Adds license file for rules (from randomuserid) ### Checklist Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR. ~~- [ ] This was checked for cross-browser compatibility, [including a check against IE11]~~(https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) ~~- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)~~ ~~- [ ] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials~~ ~~- [ ] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios~~ ~~- [ ] This was checked for [keyboard-only and screenreader accessibility]~~(https://developer.mozilla.org/enUS/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)~~ ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process) - [x] This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)
- Loading branch information
1 parent
82509cb
commit d717fe4
Showing
160 changed files
with
2,055 additions
and
1,880 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
20 changes: 0 additions & 20 deletions
20
.../siem/server/lib/detection_engine/rules/prepackaged_rules/500_response_on_admin_page.json
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/prepackaged_rules/NOTICE.txt
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,20 @@ | ||
This product bundles rules based on https://github.com/BlueTeamLabs/sentinel-attack | ||
which is available under a "MIT" license. The files based on this license are: | ||
|
||
- windows_defense_evasion_via_filter_manager.json | ||
- windows_process_discovery_via_tasklist_command.json | ||
- windows_priv_escalation_via_accessibility_features.json | ||
- windows_persistence_via_application_shimming.json | ||
- windows_execution_via_trusted_developer_utilities.json | ||
- windows_execution_via_net_com_assemblies.json | ||
- windows_execution_via_connection_manager.json | ||
|
||
MIT License | ||
|
||
Copyright (c) 2019 Edoardo Gerosa, Olaf Hartong | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
19 changes: 19 additions & 0 deletions
19
...engine/rules/prepackaged_rules/elastic_endpoint_security_adversary_behavior_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Adversary behavior detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Adversary Behavior - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:rules_engine_event", | ||
"risk_score": 47, | ||
"rule_id": "77a3c3df-8ec4-4da4-b758-878f551dee69", | ||
"severity": "medium", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...ction_engine/rules/prepackaged_rules/elastic_endpoint_security_cred_dumping_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Credential dumping detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Cred Dumping - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:cred_theft_event and endgame.metadata.type:detection", | ||
"risk_score": 73, | ||
"rule_id": "571afc56-5ed9-465d-a2a9-045f099f6e7e", | ||
"severity": "high", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...tion_engine/rules/prepackaged_rules/elastic_endpoint_security_cred_dumping_prevented.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Credential dumping prevented.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Cred Dumping - Prevented - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:cred_theft_event and endgame.metadata.type:prevention", | ||
"risk_score": 47, | ||
"rule_id": "db8c33a8-03cd-4988-9e2c-d0a4863adb13", | ||
"severity": "medium", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
..._engine/rules/prepackaged_rules/elastic_endpoint_security_cred_manipulation_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Credential manipulation detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Cred Manipulation - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:token_manipulation_event and endgame.metadata.type:detection", | ||
"risk_score": 73, | ||
"rule_id": "c0be5f31-e180-48ed-aa08-96b36899d48f", | ||
"severity": "high", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
18 changes: 18 additions & 0 deletions
18
...engine/rules/prepackaged_rules/elastic_endpoint_security_cred_manipulation_prevented.json
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,18 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Credential manipulation prevented.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Cred Manipulation - Prevented - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:token_manipulation_event and endgame.metadata.type:prevention", | ||
"risk_score": 47, | ||
"rule_id": "c9e38e64-3f4c-4bf3-ad48-0e61a60ea1fa", | ||
"severity": "medium", | ||
"tags": [ | ||
"Elastic" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
.../detection_engine/rules/prepackaged_rules/elastic_endpoint_security_exploit_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Exploit detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Exploit - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:exploit_event and endgame.metadata.type:detection", | ||
"risk_score": 73, | ||
"rule_id": "2003cdc8-8d83-4aa5-b132-1f9a8eb48514", | ||
"severity": "high", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...detection_engine/rules/prepackaged_rules/elastic_endpoint_security_exploit_prevented.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Exploit prevented.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Exploit - Prevented - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:exploit_event and endgame.metadata.type:prevention", | ||
"risk_score": 47, | ||
"rule_id": "2863ffeb-bf77-44dd-b7a5-93ef94b72036", | ||
"severity": "medium", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
.../detection_engine/rules/prepackaged_rules/elastic_endpoint_security_malware_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Malware detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Malware - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:file_classification_event and endgame.metadata.type:detection", | ||
"risk_score": 99, | ||
"rule_id": "0a97b20f-4144-49ea-be32-b540ecc445de", | ||
"severity": "critical", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...detection_engine/rules/prepackaged_rules/elastic_endpoint_security_malware_prevented.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Malware prevented.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Malware - Prevented - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:file_classification_event and endgame.metadata.type:prevention", | ||
"risk_score": 73, | ||
"rule_id": "3b382770-efbb-44f4-beed-f5e0a051b895", | ||
"severity": "high", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...n_engine/rules/prepackaged_rules/elastic_endpoint_security_permission_theft_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Permission theft detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Permission Theft - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:token_protection_event and endgame.metadata.type:detection", | ||
"risk_score": 73, | ||
"rule_id": "c3167e1b-f73c-41be-b60b-87f4df707fe3", | ||
"severity": "high", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
..._engine/rules/prepackaged_rules/elastic_endpoint_security_permission_theft_prevented.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Permission theft prevented.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Permission Theft - Prevented - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:token_protection_event and endgame.metadata.type:prevention", | ||
"risk_score": 47, | ||
"rule_id": "453f659e-0429-40b1-bfdb-b6957286e04b", | ||
"severity": "medium", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
..._engine/rules/prepackaged_rules/elastic_endpoint_security_process_injection_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Process injection detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Process Injection - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:kernel_shellcode_event and endgame.metadata.type:detection", | ||
"risk_score": 73, | ||
"rule_id": "80c52164-c82a-402c-9964-852533d58be1", | ||
"severity": "high", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...engine/rules/prepackaged_rules/elastic_endpoint_security_process_injection_prevented.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Process injection prevented.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Process Injection - Prevented - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:kernel_shellcode_event and endgame.metadata.type:prevention", | ||
"risk_score": 47, | ||
"rule_id": "990838aa-a953-4f3e-b3cb-6ddf7584de9e", | ||
"severity": "medium", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
19 changes: 19 additions & 0 deletions
19
...tection_engine/rules/prepackaged_rules/elastic_endpoint_security_ransomware_detected.json
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,19 @@ | ||
{ | ||
"description": "Elastic Endpoint Security Alert - Ransomware detected.", | ||
"index": [ | ||
"endgame-*" | ||
], | ||
"language": "kuery", | ||
"max_signals": 33, | ||
"name": "Ransomware - Detected - Elastic Endpoint", | ||
"query": "event.kind:alert and event.module:endgame and event.action:ransomware_event and endgame.metadata.type:detection", | ||
"risk_score": 99, | ||
"rule_id": "8cb4f625-7743-4dfb-ae1b-ad92be9df7bd", | ||
"severity": "critical", | ||
"tags": [ | ||
"Elastic", | ||
"Endpoint" | ||
], | ||
"type": "query", | ||
"version": 1 | ||
} |
Oops, something went wrong.