JShielder
JShielder Automated Hardening Script for Linux Servers
JSHielder is an Open Source Bash Script developed to help SysAdmin and developers secure there Linux Servers in which they will be deploying any web application or services. This tool automates the process of installing all the necessary packages to host a web application and Hardening a Linux server with little interaction from the user. The newly added script follows CIS Benchmark Guidance to establish a secure configuration posture for Linux systems.
This tool is a Bash Script that hardens the Linux Server security automatically and the steps followed are:
- Configures a Hostname
- Reconfigures the Timezone
- Updates the entire System
- Creates a New Admin user so you can manage your server safely without the need of doing remote connections with root.
- Helps user Generate Secure RSA Keys, so that remote access to your server is done exclusively from your local pc and no Conventional password
- Configures, Optimize and secures the SSH Server (Some Settings Following CIS Benchmark)
- Configures IPTABLES Rules to protect the server from common attacks
- Disables unused FileSystems and Network protocols
- Protects the server against Brute Force attacks by installing a configuring fail2ban
- Installs and Configure Artillery as a Honeypot, Monitoring, Blocking and Alerting tool
- Installs PortSentry
- Install, configure, and optimize MySQL
- Install the Apache Web Server
- Install, configure and secure PHP
- Secure Apache via configuration file and with the installation of the Modules ModSecurity, ModEvasive, Qos and SpamHaus
- Installs RootKit Hunter
- Secures Root Home and Grub Configuration Files
- Installs Unhide to help Detect Malicious Hidden Processes
- Installs Tiger, A Security Auditing and Intrusion Prevention system
- Restrict Access to Apache Config Files
- Disables Compilers
- Creates Daily Cron job for System Updates
- Kernel Hardening via sysctl configuration File (Tweaked)
- /tmp Directory Hardening
- PSAD IDS installation
- Enables Process Accounting
- Enables Unattended Upgrades
- MOTD and Banners for Unauthorized access
- Disables USB Support for Improved Security (Optional)
- Configures a Restrictive Default UMASK
- Configures and enables Auditd
- Configures Auditd rules following CIS Benchmark
- Sysstat install
- ArpWatch install
- Additional Hardening steps following the CIS Benchmark
- Secures Cron
- Automates the process of setting a GRUB Bootloader Password
- Secures Boot Settings
- Sets Secure File Permissions for Critical System Files
CIS Benchmark JShielder Script Added
- Separate Hardening Script Following CIS Benchmark Guidance https://www.cisecurity.org/benchmark/ubuntu_linux/
Download
git clone https://github.com/Jsitech/JShielder.git
Usage
./jshielder.sh
Copyright (C) 2018 Jason Soto
Source: https://github.com/Jsitech/