Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed Mitre overview description #7032

Merged
merged 8 commits into from
Oct 2, 2024
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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 the agents summary in overview with no results to an agent deployment help message. [#7041](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7041)
- Changed malware feature description [#7036](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7036)
- Changed the font size of the kpi subtitles and the features descriptions [#7033](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7033)
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/common/wazuh-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/public/utils/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading