BlueGhost - A Network Tool Designed To Assist Blue Teams In Banning Attackers From Linux Servers

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
BlueGhost_1.png


This tool utilizes various linux network tools and bash scripting to assist blue teams on defending debian and ubuntu based servers from malicious attackers.
  • Scan/Ban shows connected IPs, scans IP addresses for open ports using nmap and whois search to gather reconnaissance on connected IPs, shows activity on the system, checks abuseipdb.com for reports and offers a ban function to ban unwanted IPs using iptables.
BlueGhost_2.png


BlueGhost_3.png


  • UbanAnAddress A function to unban IPs.
  • ListAllBanned A function to list all banned IPs.
  • TraceRoute A function to perform traceroutes on IPs.
Installation
Enter this one liner command in terminal to install:
Code:
sudo git clone https://github.com/d4rk007/BlueGhost; cd BlueGhost; source install.sh; cd;
Download BlueGhost
 
Top Bottom