hlbr
IPS that runs over layer 2 (no TCP/IP stack required)
Install
- All systems
-
curl cmd.cat/hlbr.sh
- Raspbian
-
apt-get install hlbr
- Dockerfile
- dockerfile.run/hlbr
hlbr
IPS that runs over layer 2 (no TCP/IP stack required)
HLBR stands for Hogwash Light BR. It is a Brazilian fork of Jason Larsen's Hogwash Intrusion Prevention System (IPS). Its main feature is that it can run directly over OSI model layer 2, which means it doesn't even require a TCP/IP stack, running as a bridge. HLBR comes with a set of rules to detect known malicious network traffic, and you can define your own rules as well. Packet handling include options like dropping or diverting it to another machine (such as a honeypot). Since it works like a bridge and doesn't requires an IP address, it is invisible to intruders. HLBR is a firewall component and must be put before a Intrusion Detection System (IDS). The IDS (Snort or other) will show all suspect traffic doesn't blocked and it can be used to compose new rules to IPS. HLBR rule definition language has support for regular expressions (Perl). All blocked traffic is dumped in log under tcpdump format.