Jsitech / JShielder

Hardening Script for Linux Servers/ Secure LAMP-LEMP Deployer/ CIS Benchmark
GNU General Public License v3.0
753 stars 241 forks source link

Project Artillery install and Configuration #8

Closed Jsitech closed 5 years ago

Jsitech commented 6 years ago

Replace PortSentry with Artillery

Project Artillery is a great open source linux tool written by TrustedSec. Artillery will setup multiple ports on the Linux system and if anything touches it will automatically blacklist them (Port Scanners, etc). In addition, it monitors the filesystem for changes and emails the changes back to you. Artillery has the ability to setup a honeypot, which will give attackers and malware the appearance that specific ports are open. Once those ports are accessed, the IPs are blocked. This is a great way to filter out attackers and botnets.

It also Makes use of a Global Blacklists and we would have the ability of integrating our own.

Jsitech commented 5 years ago

Artillery install added to the script and successfully tested.