-
Notifications
You must be signed in to change notification settings - Fork 360
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
Update VD POC #7215
Update VD POC #7215
Changes from 5 commits
4c60ca5
50fb51a
f4792bd
8045021
3ef3511
3471ca5
7baf087
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -20,9 +20,10 @@ Infrastructure | |||||
+===============+============================================================================================================================================+ | ||||||
| Ubuntu 22.04 | The vulnerability detection module checks for vulnerabilities in the operating system and installed applications in this Linux endpoint. | | ||||||
+---------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | ||||||
| Windows 11 | The vulnerability detection module checks for vulnerabilities in the operating system and installed applications in this Windows endpoint. | | ||||||
| Debian 12 | The vulnerability detection module checks for vulnerabilities in the operating system and installed applications in this Linux endpoint. | | ||||||
+---------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | ||||||
|
||||||
|
||||||
Configuration | ||||||
------------- | ||||||
|
||||||
|
@@ -51,12 +52,33 @@ The Vulnerability Detection module is enabled by default. You can perform the fo | |||||
|
||||||
$ sudo systemctl restart wazuh-manager | ||||||
|
||||||
|
||||||
Test the configuration | ||||||
---------------------- | ||||||
|
||||||
You don’t have to perform any action. Wazuh detects the vulnerable packages installed in the Ubuntu endpoint automatically. The time it takes to detect vulnerabilities depends on the Syscollector :doc:`interval </user-manual/reference/ossec-conf/wodle-syscollector>` configured in the ``ossec.conf`` file. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above. We're saying vulnerable packages get automatically detected but don't show a results visualization below. |
||||||
|
||||||
#. Install ``vim`` in the Debian endpoint with ``sudo apt install vim -y``. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this going to work? Is the default version vulnerable? |
||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
#. Wait until the syscollector runs a new scan. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
GabrielEValenzuela marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
#. Delete the package with ``sudo apt purge vim -y``. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Visualize the alerts | ||||||
-------------------- | ||||||
|
||||||
You can visualize the alert data in the Wazuh dashboard. To do this, go to the Vulnerability Detection module, select Events, and click on any vulnerability to expand the document. | ||||||
You can visualize detected vulnerabilities data in the Wazuh dashboard. Go to **Vulnerability Detection** and select **Events** to see a list of all vulnerable packages detected after the first scan. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could add a step to filter specific Vim alerts to quickly find them. This will save scrolling down allowing to display the Events tab at top in the screenshots. |
||||||
|
||||||
- New vulnerability detected: | ||||||
|
||||||
.. thumbnail:: /images/poc/vulnerabilities-events-new-vuln.png | ||||||
:title: Detected vulnerabilities on Debian. Vulnerable vim package example | ||||||
:align: center | ||||||
:width: 80% | ||||||
|
||||||
- New vulnerability solved: | ||||||
|
||||||
.. thumbnail:: /images/poc/vulnerabilities-ubuntu-alerts.png | ||||||
:title: Detected vulnerabilities on Ubuntu alerts | ||||||
:align: center | ||||||
:width: 80% | ||||||
.. thumbnail:: /images/poc/vulnerabilities-events-solve-vuln.png | ||||||
:title: Solved vulnerabilities on Debian. Vulnerable vim package example | ||||||
:align: center | ||||||
:width: 80% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the purpose of having this Endpoint? We're not later showing any vulnerabilities for this endpoint.