HardeningKitty VS Wazuh

Compare HardeningKitty vs Wazuh and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
HardeningKitty Wazuh
14 151
1,149 9,208
3.8% 3.6%
2.9 10.0
about 2 months ago 2 days ago
PowerShell C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

HardeningKitty

Posts with mentions or reviews of HardeningKitty. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • If You Had To Create All IT Policies From Scratch
    2 projects | /r/sysadmin | 29 Jun 2023
    Also Hardening-Kitty. https://github.com/scipag/HardeningKitty
  • CIS benchmark Windows Server 2022
    1 project | /r/sysadmin | 30 Apr 2023
  • Windows OS Security
    4 projects | news.ycombinator.com | 11 Jan 2023
  • Creating a jump host in 2023
    6 projects | /r/sysadmin | 2 Jan 2023
    Critically, harden the OS. Like, more than you think you need to. Way more. Consider the jump host capability as a core component of each system/environment/platform/application it's used to access/manage and assess value and risk with all those business processes/functions in mind even though you're using one jump host for each of those use cases because, inevitably, the same template/container/configuration/script will be reused so any misconfigurations will replicate. If you need a Windows OS, consider hardening kitty as it offers a locally executable option for both hardening and auditing. If you need to met regulatory requirements (HIPAA, CMMC, FISMA, PCI, etc.), consider OpenSCAP or whatever paid solution you use for agent-based vuln scans (avoid less intensive solutions that only run unauthenticated scans or network-based audits, they tend to avoid non-CVE vulns that exist in the configuration). If you need to rely on open source endpoint security solutions like Wazuh make sure they integrate nicely with SIEM, SOAR, and remote management. Wherever possible, use DevOps-friendly solutions for configuration management (think Ansible and Terraform vice Github Actions :) ) and remember that, if you're responding to an incident, you're going to want to suspend all of your jump boxes, retain any storage and their full memory state, and spin up verifiably clean jump boxes so you have confidence in your connections into the environment. This is the most commonly overlooked need (most orgs seem to be aware of their privilege sprawl issue) and it has a MASSIVE impact on your ability to quickly begin effective investigation and response efforts in the event of an incident (most orgs do NOT seem to be aware of this and it costs them time and meaningful information during incidents).
  • Active Directory Security Tools
    6 projects | /r/activedirectory | 9 Dec 2022
  • Help!! Is there a Scanning tool that helps scan the whole Windows Build Image?
    1 project | /r/cybersecurity | 25 Nov 2022
  • Is Windows Defender for Business any good?
    2 projects | /r/cybersecurity | 9 Nov 2022
    Agree. Harden your endpoints (if unsure where to start consider hardening kitty, https://github.com/scipag/HardeningKitty) and harden Defender (https://0ut3r.space/2022/03/06/windows-defender/). Add Sysmon with a good config (https://github.com/olafhartong/sysmon-modular) and you've reached a good starting point.
  • Ciphers... Edge... I wanna AES256 SHA384 only
    3 projects | /r/MicrosoftEdge | 26 Sep 2022
    I use a tool called Hardening-Kitty https://github.com/scipag/HardeningKitty , which has recommended policy lists from a variety of organizations. I check my computer with all of them. They don't all agree, of course, so I kind of pick and choose a little. But the lists have helped me find things I had no idea where they were.
  • PowerShell script to confirm server configuration
    2 projects | /r/PowerShell | 15 Sep 2022
  • There’s a GitHub repo for testing every single Windows security / privilege mechanism. I’ve lost the book mark, anyone know it?
    2 projects | /r/cybersecurity | 14 Sep 2022
    A related tool that I found somewhere on reddit recently: HardeningKitty

Wazuh

Posts with mentions or reviews of Wazuh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.
  • Exclude certain CIS (sca) rules from agents
    1 project | /r/Wazuh | 11 Dec 2023
    There is currently no feature for excluding specific SCA rules however this feature has been requested here and would be added to the roadmap for future releases.
  • Deployment issue
    1 project | /r/Wazuh | 11 Dec 2023
  • Greenbone
    1 project | /r/ITProTuesday | 8 Dec 2023
    I use Wazuh instead. Greenbone CE is severely limited and requires payment for anything beyond the very basic. Super simple installation more features.
  • Update vulnerability databases through proxy with authentication
    3 projects | /r/Wazuh | 7 Dec 2023
    Seems like something that should be documented somewhere more official than a random reddit post for sure. Added it to https://github.com/wazuh/wazuh/issues/1112 for good measure.
  • 💻 Introducing Wazuh 4.7.0.
    1 project | /r/Wazuh | 6 Dec 2023
    Hmm, I've really been wanting to try Wazuh but since all our endpoints (Win10/11) are running a German locale I've run into https://github.com/wazuh/wazuh/issues/16842 when checking the compliance checks (CIS benchmarks) on a test installation of 4.6.
  • Risks of hosting a website out of my house
    2 projects | /r/HomeNetworking | 6 Nov 2023
    Monitoring & Active Measures - Exporting firewall events to an external time-series database like I describe above is good to see who is touching your firewall or accessing your web site. Using an Intrusion Detection System / Intrusion Prevention System (IDS/IPS) such as open-source Suricata, which is a free package on pfSense, and deploying file system integrity monitoring, such as the open-source Wazuh on the exposed server are also good approaches to protecting yourself.
  • Ignore Vulnerability for specific CVE?
    1 project | /r/Wazuh | 23 Aug 2023
    We are actively working on enhancing the system to allow users to mark vulnerabilities as "not vulnerable" or hide them. You can track the progress of this enhancement on the following GitHub issue: (Enhancement - Mark Vulnerabilities as Not Vulnerable).
  • Account LockOuts
    1 project | /r/sysadmin | 12 Jul 2023
  • advice on building a vulnerability management dashboard
    1 project | /r/Wazuh | 9 Jul 2023
    Hello, thanks for using Wazuh, I will try to answer your questions: 1- I am going to check with the team in charge to see if there is a way. 2- Untriaged is a default value that is placed on vulnerabilities that do not have low, medium or high values https://github.com/wazuh/wazuh/issues/12675 3- As in the previous point, the providers of vulnerability lists have not provided the data.
  • Agents keep trying to re-register and event queues filling
    1 project | /r/Wazuh | 6 Jul 2023
    Agents getting frequently pending and disconnecting

What are some alternatives?

When comparing HardeningKitty and Wazuh you can also consider the following projects:

windows_hardening - HardeningKitty and Windows Hardening settings and configurations

security-onion - Security Onion 16.04 - Linux distro for threat hunting, enterprise security monitoring, and log management

AutomaticMaintenance - Helps IT engineers to establish a continuous update process in large intertangled infrastructures.

Suricata - Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.

SchannelConfiguration - Configure SChannel Security Settings via Group Policy

OSSEC - OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.

hardentools - Hardentools simply reduces the attack surface on Microsoft Windows computers by disabling low-hanging fruit risky features.

openvas-scanner - This repository contains the scanner component for Greenbone Community Edition.

PowerZure - PowerShell framework to assess Azure security

Snort - Snort++

Audit-Test-Automation - The Audit Test Automation Package gives you the ability to get an overview about the compliance status of several systems. You can easily create HTML-reports and have a transparent overview over compliance and non-compliance of explicit setttings and configurations in comparison to industry standards and hardening guides.

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.