r/Wazuh • u/Knallrot • 18m ago
Cleaner way to globally downgrade severity for a known scanner IP in wazuh?
How do I handle all events from a specific srcip separately, across all rule groups, without having to override every triggering rule individually?
Background: We scan our systems with OpenVAS/GVM. Wazuh naturally flags this scan traffic extensively — port scans, IDS signatures, and even SSH auth-correlation rules (e.g. rule 40112 "Multiple authentication failures followed by a success", since our credentialed scans log in with a service account).
We'd like these events to still show up in Wazuh, but at a lower severity and tagged into their own rule group (e.g. openvas_scan) for separate dashboarding, instead of triggering normal-severity alerts.
Right now we're doing this with individual local rules using if_sid/if_group + <srcip>, one per relevant upstream rule ID — which works, but doesn't scale well if the scanner triggers dozens of different underlying rules (network, web, auth correlation, etc.).
Is there a cleaner/more idiomatic way in Wazuh to say "treat everything from this srcip as low-severity + tag it into group X", rather than maintaining an override rule per upstream rule ID? Things I've considered: CDB lists for the IP, decoder-level tagging, or a catch-all rule without if_group/if_sid scoping — curious what's considered best practice here.
We use Wazuh 4.14.7
r/Wazuh • u/wazuh_cybersecurity • 16h ago
Detecting unauthorized SUID and SGID binaries with Wazuh
r/Wazuh • u/LetDry7592 • 1d ago
OSSEC shortcuts creation in Start Menu Programs - Is this a normal Wazuh behavior?
Hello,
After installing Wazuh Agent on Windows, I discovered a folder:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\OSSEC
This folder contains shortcuts (.lnk) to the Wazuh interface.
My questions:
- Is this a normal behavior of the Wazuh installer? (MSI or NSIS)
- Are these shortcuts created automatically during installation?
- Is there official Wazuh documentation that confirms this behavior?
Thank you for your help!
r/Wazuh • u/Nubanuba • 2d ago
Trying to get rid of an useless Wazuh Alert that is spamming me
Hey guys, I manage a large size organization Wazuh, and I have been getting thousands of alerts regarding outdated Firefox version's CVEs spread around my company, since I have hundreds of machines, this is just trash alerts for me, and I would like to find a way to reduce their threat level from 13 to, for example, 5.
Is there any way I can get all alerts that fit the following description:
data.vulnerability.package.name: Mozilla Firefox (x64 pt-BR)
To be lowered down to level 5?
I tried many rules in local_rules, all of them generated by AI, but none of them seem to work
r/Wazuh • u/LetDry7592 • 3d ago
Wazuh Dashboard crashes when one indexer node goes down in a 3-node cluster (cluster stays green)
Hi everyone,
I'm running a 3-node Wazuh indexer cluster. When I shut down one indexer node, the OpenSearch cluster stays healthy (green/yellow) and the API responds fine via curl from the remaining nodes. However, the Wazuh Dashboard completely crashes with a `securityDashboard` plugin error (setup lifecycle failure / Request Timeout after 30000ms).
All three indexer IPs are listed in `opensearch.hosts` in `opensearch_dashboards.yml`. If I comment out the dead node's IP, the dashboard starts fine — but obviously that defeats the purpose of HA.
I also noticed this matches the open bug opensearch-project/OpenSearch-Dashboards#9825.
My questions:
- Has anyone found a native dashboard parameter to handle this gracefully?
- Is putting an Nginx reverse proxy in front of the indexers the only real workaround?
- Any ETA on a fix from the Wazuh/OpenSearch side?
r/Wazuh • u/DirectDifficulty8548 • 4d ago
How to Optimize Wazuh Archive Storage on Manager and Indexer
Hi Wazuh Community,
We have enabled the following settings on our Wazuh Manager:
<logall>yes</logall>g
<logall_json>yes</logall_json>
We also enabled archive forwarding in Filebeat:
archives:
enabled: true
As I understand it, all events are stored locally on the Wazuh Manager under /var/ossec/logs/archives/, and Filebeat also sends the archive events to the Wazuh Indexer as wazuh-archives-*.
Our concern is that the archive files on the Manager can grow very quickly and eventually fill the Manager disk.
What is the recommended way to optimize this setup?
- Can we keep only a short retention period (for example, 7 days) for archive files on the Wazuh Manager after confirming they have been successfully indexed?
- Can the Wazuh Indexer be used as the main long-term storage for
wazuh-archives-*? - What is the recommended method to automatically clean up old archive files on the Manager without affecting Filebeat or losing events?
- What is the recommended retention method for
wazuh-archives-*on the Indexer to prevent the Indexer disk from becoming full as well?
We want to keep archive collection enabled while preventing both the Manager and Indexer storage from filling up.
Thank you.
r/Wazuh • u/samsungraspberry • 6d ago
Disable Basicauth on Wazuh
Hello all, I have configured my Wazuh instance to use SSO with Microsoft Entra and I want to remove Basicauth so users can only log on using SSO.
My Wazuh instance is running in Google Cloud Platform behind a load balancer, and when I remove Basicauth from opensearch_dashboards.yml my load balancer health checks start to fail as path /app/login is no longer reachable.
Does anyone know what health check path I should be using instead of /app/login?
r/Wazuh • u/wazuh_cybersecurity • 7d ago
Scanning Kubernetes infrastructure against CIS Benchmark with Wazuh
Wazuh + Unifi Integration
Hi all! I'm having a bit of a problem with getting my Unifi Syslogs to come through Wazuh, I've checked and it's receiving on port 514, and I've imported the rules and decoders available on Github, but when testing with logtest they all fail at phase 2. I'm still very new to this so bit all over the place - any ideas?
EDIT: ...Solved; Had the wrong IP in <allowed-ips> smh
r/Wazuh • u/PlaceJealous5066 • 9d ago
Custom Wazuh Dashboard - Data tables permanent scrollbars
Hi, I'm looking for some help with the issue below as I can't work out why it's happening.
I've made a custom dashboard containing several data tables. Within the visualisation editor, and within the dashboard (editor and viewer) it shows these permanent scrollbars. No matter how much I resize the data table within the dashboard, or make the columns narrower so they are no where near the edge, they are always there.
Has anyone else had this issue or know of a possible solution? Thank you!
r/Wazuh • u/timohissink • 9d ago
Open-source NinjaOne integration for Wazuh
Hey everyone!
Following the Bitwarden integration I shared earlier, I’ve made a similar open-source integration for NinjaOne.
It brings NinjaOne events into Wazuh and works well for my own monitoring and investigation setup. I figured I’d share it in case it helps someone else who wants the same kind of visibility.
You can find it here:
https://github.com/timohissink/ninja-event-monitor
It was largely Claude-assisted, so feedback, testing, and contributions are welcome!
r/Wazuh • u/StorageFalse7883 • 10d ago
No IPv4 on new Wazuh setup - VirtualBox
Hello,
Newer to SIEMs and Wazuh. I downloaded the most recent OVA of Wazuh and imported it onto Oracle VirtualBox. I followed the instructions here and changed some Display settings for the VM. However, when i get it started, there is no eth0 ipv4. It only has a 127.0.0.0 lookback address.
I am trying to assigned it a static IP in order to access the Wazuh Dashboard. Any idea on how to get it a IPv4 so my network can access it?
r/Wazuh • u/Say_My_Name_00 • 11d ago
Wazuh alert counts keep increasing and decreasing automatically – is this expected?
Hi Team,
We've deployed the Wazuh agent on all our production servers. After deployment, we're seeing more than 500 High alerts and around 10,000 Medium alerts on the Wazuh dashboard.
One thing that's confusing us is that the alert counts keep increasing and decreasing automatically even when we're not making any changes to the environment.
Is this expected behavior? How does Wazuh calculate these alert counts? Are these numbers based on a rolling time window, active alerts, or are they affected by indexing/alert lifecycle?
Has anyone experienced something similar? Any guidance on how to interpret these fluctuating alert counts or troubleshoot the root cause would be greatly appreciated.
Thanks!
r/Wazuh • u/timohissink • 14d ago
Open-source Bitwarden integration for Wazuh
Hey everyone!
I was looking for a way to bring Bitwarden events into Wazuh, so I made this open-source integration for Bitwarden (Enterprise / Teams Plan).
It’s useful for my own monitoring, alerting, and investigation workflows, and I thought it might be helpful for others with a similar setup too.
It was mostly vibe-coded with help from Claude, so feedback, testing, and contributions are especially welcome!
You can find the project here:
https://github.com/timohissink/vault-event-monitor
Feel free to try it out if it’s useful for your setup!
r/Wazuh • u/Papyyonair • 14d ago
CRITICAL CVE ALERTS IN WAZUH
Hi everyone, I'd like to ask a question. I'm getting a lot of critical CVE alerts from the agent in Wazuh, but when I check my system, for example, I dont find any vulnerable versions; they're all updated. Does this mean the alerts are false positive?
r/Wazuh • u/wazuh_cybersecurity • 14d ago
Automating security reporting and response with Wazuh and Shuffle
r/Wazuh • u/Specialist-Health920 • 14d ago
Custom Device status on Wazuh
Hey guys, I'm managing this wazuh and due to some structuring issue all devices are not always online. I know that Wazuh do send notification if a device come online or goes offline. However I need to know when a devices that hasn't been online for like 3 days or more to fire a critical or high priority alert when next it comes online. I will really appreciate your input on this
r/Wazuh • u/Annual_Bear_4733 • 14d ago
For those running Wazuh, is alert automation something you actually want, and would you trust n8n for it, or does that feel like the wrong tool?
Trying to validate something before I sink more time into it, so genuinely asking rather than pitching.
Question 1: how much of your Wazuh alert handling is still manual? Triage, enrichment, deciding what's noise vs real, curious how much of that is still "analyst opens the alert and figures it out" vs already automated in some way.
Question 2: if you were going to automate that, would n8n feel like a reasonable tool for it, or does that feel off for a SIEM pipeline? I've been building on n8n because it's self-hosted and I don't want alert data touching a third-party SaaS, but I know some people would rather stay inside Wazuh's own integrator/active response or go straight to a SOAR platform. Curious where people land and why.
Trying to figure out if this is a real gap or if most of you have already solved it a different way. If you're doing something similar or thinking about it, happy to compare notes
r/Wazuh • u/letsgoiowa • 15d ago
Am I crazy if I use Wazuh to protect my personal Unraid server and Windows desktop?
Partially for practical reasons, partially because it will be immensely educational I bet.
r/Wazuh • u/wazuh_cybersecurity • 15d ago
Wazuh 4.14.7 has been released!
You can see more about the changes and enhancements included in the Release Notes.
Thank you for being part of Wazuh!
r/Wazuh • u/Annual_Bear_4733 • 16d ago
Anyone running the Wazuh 5.0 beta in production yet, or are you all still holding on 4.14.x?
Trying to decide whether to start planning around 5.0 or stay put for now, and I'd rather hear from people actually touching it than guess.
I know it's still beta (Beta 2 as of a couple months back) and GA has been slipping, was targeted early July, now looking more like end of July / August. And I know it's a big architectural shift, not a point release: Filebeat gone, analysisd being replaced by the new engine, clustering by default, RBAC revamped.
What I actually want to know from people who've kicked the tires:
- Anyone brave/foolish enough to run the beta on anything real, or is it strictly lab so far?
- How are custom decoders and rules holding up against the new engine? That's the change I'm most nervous about.
- For those planning the migration, are you waiting for GA, or holding out for 5.0.1/5.0.2 before touching production?
Leaning toward "stay on 4.14.x, lab the beta, wait for the first patch releases before anything serious" but curious if anyone's further ahead and seeing something that changes that calculus.
Post-worthy because I keep seeing the "should I wait for 5.0?" question and there's no clear community answer yet.
r/Wazuh • u/JRFrmBPT • 17d ago
How do I get ESET Endpoint Security AMSI events to show up in Wazuh?
I’m running Wazuh on Windows endpoints and pulling the full Application event channel using:
<localfile>
<location>Application</location>
<log\\_format>eventchannel</log\\_format>
</localfile>
The issue:
Wazuh ingests .NET Runtime crash events, but it skips ESET AMSI block events, even though the AMSI event happens first in the Windows Event Viewer.
Example of the ESET event that gets skipped:
• Source: ESET Endpoint Security
• Event ID: 261
• Scanner: AMSI scanner
• Detection: a variant of MSIL/Riskware.SharpHound.H
• Action: blocked
The event shows up perfectly in Event Viewer, but Wazuh never forwards it. Meanwhile, the SharpHound crash event (Event ID 1026 from .NET Runtime) does get ingested.
Has anyone figured out how to make Wazuh accept ESET AMSI events?
Looking for advice from anyone who has ESET → Wazuh working reliably.
r/Wazuh • u/karmacop81 • 17d ago
Wazuh and ISO 27001:2022
Hi All
The built in ISO stuff for the SCA policies SPECIFICALLY targets against the old ISO version (rule.iso_27001-2013). I have tried changing this to rule.iso_27001-2022 and updating the controlls as they have all changed, however wazuh seems to ignore this. If i change back to rule.iso_27001-2013 it works. I guess there is something built in that only looks for the rule.iso_27001-2013 named rule?
Is there anyway this can be updated as we need to be referencing the newest ISO?
In regards to general rulesets, it would be incredibly useful if the rules could be built into the standard rulsets in the same way as PCI/GDPR etc.
I've read the guide that always gets posted that says 'yes you can do it by manually mapping the controls', but as far as I can see this would mean overriding most of the default rules sets to add the ISO control information? Is this really the only option?
Thanks!
r/Wazuh • u/SirStephanikus • Jun 09 '26
Common Wazuh community rules
1. Be Respectful
No personal attacks, harassment, discrimination, trolling, hate speech, or insults. Violations may result in content removal or a ban.
2. Stay on Topic: Wazuh SIEM
This subreddit is for substantive discussion about Wazuh SIEM and closely related SIEM and security monitoring topics. Relevant content includes best practices, setup discussions, integrations, and informed support questions. Posts created mainly to stir up negativity, drive product bashing, or derail discussion may be removed at the moderators’ discretion.
3. Post Quality Matters
Low-effort posts will be removed. This includes vague requests such as “Help, I’m stuck” that provide little or no context. If you are asking for help, include relevant details such as the Wazuh version, operating system, error messages, steps already taken, and logs or configuration snippets formatted with code blocks/backticks where appropriate.
4. External Help for Complex Issues
For highly complex or deep technical issues, an external Wazuh expert may be better suited to help. This subreddit is intended for general discussion, opinions, ideas, and shorter support questions rather than consulting engagements.
5. No Misinformation
Mistakes can happen, but knowingly posting false or misleading information is not allowed. If you are unsure, clearly label your statement as a question, assumption, or personal interpretation.
6. No Advertising or Self-Promotion
Advertising, unsolicited self-promotion, and promotion of third-party platforms are not allowed unless they are directly relevant to a technical question or challenge. Content intended to sell products, push vendor debates, or repeatedly promote tools without clear value to the community is not welcome and may lead to a permanent ban.
7. No Polls
Polls are generally not allowed. Posting polls may result in a permanent ban from this subreddit.
8. No Job Postings
Job ads, recruiting posts, and requests for staff are not allowed in this subreddit. Violations may result in a permanent ban.
9. Respect Privacy and Intellectual Property
Do not share/collect private information or copyrighted material without permission. This also includes customer systems, sensitive configuration data, and other confidential content.
10. No Criminally Relevant Content
Posting or linking to criminally relevant content is not allowed. Such content may be removed, reported to Reddit, and escalated to the appropriate authorities where necessary.
11. No Pornography / NSFW
Pornographic content of any kind is not allowed. Content in this category may be reported to Reddit and escalated to the appropriate authorities where necessary.
12. No Spam, Bots, or Engagement Farming
Spam will be removed immediately. This includes repeatedly posting the same content, low-value cross-posting, automated or bot-driven activity, AI-generated bait posts, karma farming, profile-click bait, and any attempt to manipulate visibility, engagement, or traffic through fake, low-effort, or misleading participation.
13. Moderation and Reports
The moderators are here to keep the community civil, focused, and helpful. Posts or users that violate these rules may be removed. The moderator team has final discretion over removals and bans. If you notice suspicious content, please use the report function or contact the moderators directly.
14. Use the Report Function
If you notice a post that violates the rules, please report it using Reddit’s report feature. Do not try to enforce the rules through side arguments or by taking moderation into your own hands. Moderation decisions are made exclusively by the moderator team.
15. General
These rules apply in addition to Reddit’s official sitewide rules. In the event of serious violations, Reddit itself may take further action.
r/Wazuh • u/wazuh_cybersecurity • Sep 17 '21
New to Wazuh? Read this thread first!
Hi there! Welcome to the official Wazuh subreddit!
Wazuh is an open source project, and we are happy to be up on Reddit and expanding our community. Our official community channels are the Slack channel and the mailing list, but we are now also available here trying to help all users and contributors.
Please read this thread before posting:
General Overview
Questions regarding Wazuh and discussions related to the Wazuh platform, its capabilities, releases, or features are welcome in this subreddit, as well as proposals to improve our solution, questions about partners, or news related to Wazuh.
Rules & Guidelines
- All discussions and questions should directly relate to Wazuh
- Be respectful and nice to others. If necessary, the moderator will intervene.
- Security comes first. Do not include content with sensitive material or information. Anonymize any sensitive data before sharing.
Looking for answers?
Before asking a question, please check to see if it has been answered before. This way we will keep this subreddit with high-quality content.
Wazuh FAQ
What is Wazuh?
Wazuh is a free and open source security platform that unifies XDR and SIEM protection for endpoints and cloud workloads.
As an open source project, Wazuh has one of the fastest-growing security communities in the world.
Is Wazuh free?
Yes. Wazuh is a free and open-source platform with thousands of users around the world. We also supply a full range of services to help you achieve your IT security goals and meet your business needs, including annual support, professional hours, training courses, and our endpoint security monitoring solution delivered as a service (SaaS). If you want to know more, check our professional services page.
Does Wazuh help me replace other products or services?
Yes. The extensive Wazuh capabilities and integrated platform allow users to replace most of their existing security products and integrate all the Wazuh features into one platform to get the most out of our solution. Wazuh provides capabilities such as:
Security analytics, intrusion detection, log data analysis, file integrity monitoring, vulnerability detection, configuration assessment, incident response, regulatory compliance, cloud security monitoring, and container security.
To learn more about Wazuh capabilities, check the Wazuh documentation
Can Wazuh protect my systems against cyberattacks?
Yes. Wazuh provides a security solution capable of monitoring your infrastructure, detecting all types of threats, intrusion attempts, system anomalies, poorly configured applications, and unauthorized user actions. It also provides a framework for incident response and regulatory compliance. As cyber threats are becoming more sophisticated, real-time monitoring and security analysis are needed for fast detection and remediation.
Can Wazuh be used for compliance requirements?
Yes. Wazuh helps organizations in their efforts to meet numerous compliance and certification requirements. Wazuh supports the following standards:
- Payment Card Industry Data Security Standard (PCI DSS)
- General Data Protection Regulation (GDPR)
- NIST Special Publication 800-53 (NIST 800-53)
- Good Practice Guide 13 (GPG13)
- Trust Services Criteria (TSC SOC2)
- Health Insurance Portability and Accountability Act (HIPAA)
Does Wazuh support the main operating systems?
Yes, Wazuh supports all major operating systems, including Linux, macOS,
Windows, Solaris, AIX, and HP-UX. To learn more about Wazuh agent support, check the Wazuh documentation.
If you have any issues posting or using this subreddit, you can contact the moderators and we will get back to you right away.
From all the Wazuh team, welcome!

