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

Remove virustotal feature and dashboards in favor of malware dashboard #7038

Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4060a85
Remove Virustotal from Applications list
guidomodarelli Sep 30, 2024
076d338
Remove Virustotal feature and dashboards
guidomodarelli Sep 30, 2024
ccb1f97
Merge branch '4.10.0' into change/7027-remove-virustotal-feature-and-…
guidomodarelli Oct 1, 2024
259b805
Merge branch '4.10.0' into change/7027-remove-virustotal-feature-and-…
guidomodarelli Oct 1, 2024
dfce1d5
Remove Virustotal feature and dashboards as they are obsolete
guidomodarelli Oct 2, 2024
4692832
Merge branch '4.10.0' into change/7027-remove-virustotal-feature-and-…
guidomodarelli Oct 2, 2024
dd205d9
Merge branch '4.10.0' into change/7027-remove-virustotal-feature-and-…
asteriscos Oct 2, 2024
ed1dbb4
Remove VirusTotal
guidomodarelli Oct 3, 2024
64d1c3f
Fix Prettier issues
guidomodarelli Oct 3, 2024
2206464
Update CHANGELOG.md
guidomodarelli Oct 8, 2024
aed1d69
Add VirusTotal integration for threat detection capabilities
guidomodarelli Oct 8, 2024
ba7e4e1
Restore plugins/main/public/controllers/management/components/managem…
guidomodarelli Oct 8, 2024
14878de
Restore plugins/main/public/controllers/management/components/managem…
guidomodarelli Oct 8, 2024
6f8113e
Restore test/cypress
guidomodarelli Oct 8, 2024
f3f142a
Restore scripts/wazuh-alerts-generator/cli.js
guidomodarelli Oct 8, 2024
5256517
Restore plugins/main/public/components/add-modules-data/sample-data.tsx
guidomodarelli Oct 8, 2024
093cdb3
Add Virustotal application to Applications list
guidomodarelli Oct 9, 2024
75cb796
Merge branch '4.10.0' into change/7027-remove-virustotal-feature-and-…
guidomodarelli Oct 10, 2024
202fd4b
fix: error registering unwanted application and move VirusTotal sampl…
Desvelao Oct 11, 2024
fc228a3
fix: move VirusTotal sample data to Malware detection category in script
Desvelao Oct 11, 2024
5d32ec2
fix: enhance variable name
Desvelao Oct 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ All notable changes to the Wazuh app project will be documented in this file.

- Removed agent RBAC filters from dashboard queries [#6945](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6945)
- Removed GET /elastic/statistics API endpoint [#7001](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7001)
- Removed virustotal feature and dashboards in favor of malware dashboard [#7038](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7038)
guidomodarelli marked this conversation as resolved.
Show resolved Hide resolved

## Wazuh v4.9.1 - OpenSearch Dashboards 2.13.0 - Revision 01

Expand Down
1 change: 0 additions & 1 deletion plugins/main/public/utils/applications.ts
guidomodarelli marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ export const Applications = [
threatHunting,
vulnerabilityDetection,
mitreAttack,
virustotal,
pciDss,
hipaa,
gdpr,
Expand Down
Loading