- Our Goal:
- Assist the open source community in building a Debian based "GOLDEN IMAGE" System.
- Our Purpose:
- To empower IT administrators and users with the tools they need to ensure endpoint security, optimize performance, and maintain compliance across their organization.
- What we have to offer:
- A robust and secure endpoint management solution designed to simplify and enhance the management of devices in your network.
- Advanced features for monitoring, securing, and maintaining endpoints efficiently.
STIG
COMPLIANCE to align with the Security Technical Information Guides provided by the DOD Cyber Exchange.
- Comprehensive Monitoring: Real-time insights into endpoint performance and activity.
- Enhanced Security: Protect endpoints with advanced security protocols.
- Scalability: Manage endpoints across small to large-scale networks.
- User-Friendly Interface: Intuitive design for seamless navigation and management.
- STIG Compliance: This release brings the utmost security for Debian Government based information systems.
- HARDN-XDR is currently being developed and tested for BARE-METAL installs of Debian based distributions and Virtual Machines.
- Ensure you have the latest version of Debian 12 or Ubuntu 24.04.
- By installing HARDN-XDR with the commands listed in the installation process, the following changes will be made to your system:
- A collection of security focused packages will be installed.
- Security tools and services will be enabled.
- System hardening and STIG settings will be applied.
- A malware and signature detection and response system will be set up.
- A monitoring and reporting system will be activated.
- For a detailed list of all that will be changed, please refer to HARDN.md.
- For an overview of HARDN-Debian STIG Compliance, please refer to deb_stig.md.
-
Download the HARDN script: Open your terminal and run the following command to download the main script:
curl -LO https://raw.githubusercontent.com/OpenSource-For-Freedom/HARDN-XDR/main/src/setup/hardn-main.sh
-
Run the HARDN setup: Launch the script with superuser privileges to begin the hardening process:
sudo chmod +x hardn-main.sh sudo ./hardn-main.sh
This will start the HARDN setup.
HARDN/
├── .gitignore
├── README.md
├── changelog.md
├── docs/
│ ├── deb_stig.md
│ ├── HARDN.md
│ ├── LICENSE
│ └── assets/
│ ├── HARDN(1).png
│ └── cybersynapse.png
├── src/
│ └── setup/
│ └── hardn-main.sh
├── debian/
│ ├── changelog
│ ├── control
│ ├── hardn.install
│ ├── postinst
│ └── rules
This project is licensed under the MIT License.