Download List

Project Description

HLBR is an IPS (Intrusion Prevention System) that can filter packets directly in layer 2 of the OSI model (invisible to attackers). Detection of malicious/anomalous traffic is done by rules based on signatures. It is an efficient and versatile IPS, and can be used as a bridge to honeypots and honeynets. HLBR is a firewall element and can use regular expressions to detect malicious traffic. For example, a rule which might detect links to viruses in email messages would be 'tcp regex(href="[^\n]+\.scr")'.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-11 00:26 Back to release list
1.7.1

The CODE_REVISION macro was added in hlbr.h. hlbr.c was updated to show it when PrintVersion() is called. A -t option was added in scripts/hlbr.rotate to create an empty events log file after the rotate. New rules were added. A bug was fixed in decoders/decode_ip_defrag.c, solving another race condition bug in IPDefrag. engine/cache.{c,h} was updated with features needed to solve IPDefrag's race condition bug. The manpage and READMEs were updated.

Project Resources