From 188fc6d627664d30257cc2909bc63177ac74e89c Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Mon, 30 Sep 2024 13:00:29 +0200 Subject: [PATCH 1/4] Changed description --- plugins/main/README.md | 2 +- plugins/main/public/utils/applications.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/main/README.md b/plugins/main/README.md index 0d48293988..0d60d6fd32 100644 --- a/plugins/main/README.md +++ b/plugins/main/README.md @@ -25,7 +25,7 @@ the Wazuh Indexer. The plugin provides the following capabilities: - CIS-CAT: Configuration assessment using Center of Internet Security scanner and SCAP checks. - Threat Detection and Response - Vulnerabilities: Discover what applications in your environment are affected by well-known vulnerabilities. - - MITRE ATT&CK: Security events from the knowledge base of adversary tactics and techniques based on real-world observations. + - MITRE ATT&CK: Explore security alerts mapped to adversary tactics and techniques for better threat understanding. - VirusTotal: Alerts resulting from VirusTotal analysis of suspicious files via an integration with their API. - Osquery: Osquery can be used to expose an operating system as a high-performance relational database. - Docker listener: Monitor and collect the activity from Docker containers such as creation, running, starting, stopping or pausing events. diff --git a/plugins/main/public/utils/applications.ts b/plugins/main/public/utils/applications.ts index 2333823b68..3fdbb95e81 100644 --- a/plugins/main/public/utils/applications.ts +++ b/plugins/main/public/utils/applications.ts @@ -218,7 +218,7 @@ export const mitreAttack = { }), description: i18n.translate('wz-app-mitre-attack-description', { defaultMessage: - 'Security events from the knowledge base of adversary tactics and techniques based on real-world observations.', + 'Explore security alerts mapped to adversary tactics and techniques for better threat understanding.', }), euiIconType: 'grokApp', order: 302, From ca898b1e4a2db29384959112853785dbc901041d Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Mon, 30 Sep 2024 13:04:14 +0200 Subject: [PATCH 2/4] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a25674f56..07bd919673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Update malware detection group values in data sources [#6963](https://github.com/wazuh/wazuh-dashboard-plugins/issues/6963) - Changed the registration id of the Settings application for compatibility with OpenSearch Dashboard 2.16.0 [#6938](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6938) - Changed Malware detection dashboard visualizations [#6964](https://github.com/wazuh/wazuh-dashboard-plugins/issues/6964) +- Changed MITRE ATT%CK overview description [#7032] (https://github.com/wazuh/wazuh-dashboard-plugins/pull/7032) ### Fixed From 2614f27f7ee49add93225134f9b351a205b759a8 Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Tue, 1 Oct 2024 14:47:40 +0200 Subject: [PATCH 3/4] change description in wazuh-modules --- plugins/main/common/wazuh-modules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/common/wazuh-modules.ts b/plugins/main/common/wazuh-modules.ts index 7b779b2ec1..82eb87c3bf 100644 --- a/plugins/main/common/wazuh-modules.ts +++ b/plugins/main/common/wazuh-modules.ts @@ -109,7 +109,7 @@ export const WAZUH_MODULES = { title: 'MITRE ATT&CK', appId: 'mitre-attack', description: - 'Security events from the knowledge base of adversary tactics and techniques based on real-world observations', + 'Explore security alerts mapped to adversary tactics and techniques for better threat understanding.', }, syscollector: { title: 'Inventory data', From 8368acb9fac51b830735bfba156dffef6ce52c93 Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Wed, 2 Oct 2024 08:51:52 +0200 Subject: [PATCH 4/4] Fixed a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5d173098..f6863e0196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Update malware detection group values in data sources [#6963](https://github.com/wazuh/wazuh-dashboard-plugins/issues/6963) - Changed the registration id of the Settings application for compatibility with OpenSearch Dashboard 2.16.0 [#6938](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6938) - Changed Malware detection dashboard visualizations [#6964](https://github.com/wazuh/wazuh-dashboard-plugins/issues/6964) -- Changed MITRE ATT%CK overview description [#7032] (https://github.com/wazuh/wazuh-dashboard-plugins/pull/7032) +- Changed MITRE ATT&CK overview description [#7032] (https://github.com/wazuh/wazuh-dashboard-plugins/pull/7032) - Changed malware feature description [#7036](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7036) ### Fixed