All Projects → m4n3dw0lf → NetGUARD

m4n3dw0lf / NetGUARD

Licence: GPL-3.0 license
Network Guardian

Programming Languages

python
139335 projects - #7 most used programming language

NetGUARD

Network Guardian v1.2

Defend host, give voice warnings to sysadmin and generate log files.

Dependencies

  • libasound-dev libjack-jackd2-dev portaudio19-dev python-pyaudio build-essential python-dev libespeak1 libffi-dev

Installation

Basics

examples:

 ./netguard.py 				             Start NetGUARD as subprocess
 ./netguard.py --verbose or -v           Start NetGUARD verbosely.
 ./netguard.py --stop or -s              Stop NetGUARD subprocess.
 ./netguard.py --help or -h              Print this help message.

Current Features

Denial Of Service Protection

  • Block connections from host after a TCP/UDP/ICMP flood attack is detected. (Guardian)
  • Report if someone is performing a TCP/UDP/ICMP flood DoS. (Monitor)

ARP Protection

  • Set static ARP with your gateway. (Guardian)
  • Report if someone is ARP spoofing the gateway. (Monitor)
  • Report if you are ARP spoofing the gateway. (Monitor)

DHCP Protection

  • Protect against DHCP Acknowledgement injection (Guardian)
  • Reports about DHCP discovers, requests, acknowledgements (Monitor)

SSH Protection

  • Block SSH connections from IP after multiple failed attempts. (Guardian)
  • Report if someone open a socket with the SSH server. (Monitor)

FTP Protection

  • Block FTP connections from IP after multiple failed attempts. (Guardian)
  • Report if someone enter a wrong password in the FTP server. (Monitor)

SQL Protection

  • Block MySQL connections from IP after multiple failed attempts. (Guardian)
  • Report if someone enter a wrong password in the MySQL server. (Monitor)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].