From 4fde17f20c1899396c6db68cdefa39f4c88b68ea Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:20:27 -0400 Subject: [PATCH] [8.8] [Security Solution] Adds several new fields to allowed Exceptions for Endpoint (#159835) (#159924) # Backport This will backport the following commits from `main` to `8.8`: - [[Security Solution] Adds several new fields to allowed Exceptions for Endpoint (#159835)](https://github.com/elastic/kibana/pull/159835) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com> --- .../utils/exceptionable_endpoint_fields.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/x-pack/plugins/security_solution/public/detection_engine/rule_exceptions/utils/exceptionable_endpoint_fields.json b/x-pack/plugins/security_solution/public/detection_engine/rule_exceptions/utils/exceptionable_endpoint_fields.json index faa73b290f3cb..93a35fdcdc6cc 100644 --- a/x-pack/plugins/security_solution/public/detection_engine/rule_exceptions/utils/exceptionable_endpoint_fields.json +++ b/x-pack/plugins/security_solution/public/detection_engine/rule_exceptions/utils/exceptionable_endpoint_fields.json @@ -30,6 +30,10 @@ "agent.id", "agent.type", "agent.version", + "Effective_process.entity_id", + "Effective_process.executable", + "Effective_process.name", + "Effective_process.pid", "elastic.agent.id", "event.action", "event.category", @@ -59,6 +63,12 @@ "file.path", "file.pe.company", "file.pe.description", + "file.pe.Ext.dotnet", + "file.pe.Ext.streams.hash.md5", + "file.pe.Ext.streams.hash.sha256", + "file.pe.Ext.streams.name", + "file.pe.Ext.sections.hash.md5", + "file.pe.Ext.sections.hash.sha256", "file.pe.file_version", "file.pe.original_file_name", "file.pe.product", @@ -79,6 +89,7 @@ "host.os.platform", "host.os.version", "host.type", + "process.args", "process.command_line", "process.code_signature.subject_name", "process.Ext.services", @@ -92,6 +103,7 @@ "process.hash.sha256", "process.hash.sha512", "process.name", + "process.parent.args", "process.parent.executable", "process.parent.hash.md5", "process.parent.hash.sha1",