Download List

프로젝트 설명

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-28 20:04
1.7.2

$ remote_fs 초기화 스크립트에 LSB가와 데비안을 준수하도록 추가되었습니다. 이것은 조정에서 실행중인 전에 / usr 또는 마운트 후 마운트됩니다 초기화 스크립트를 방지할 수있습니다.
Tags: Minor enhancement
$remote_fs was added to the init script to make it compliant with LSB and Debian. This adjustment will prevent the init script from being run before /usr is mounted or after it is unmounted.

2010-02-11 00:26
1.7.1

CODE_REVISION 매크로 hlbr.h.에서 추가되었다 hlbr.c 때 PrintVersion ()가 호출됩니다 그것을 표시하도록 업데이 트했습니다. - t 옵션이 추가되었다 스크립트를 / 비어있는 이벤트를 만들 수 hlbr.rotate 회전 후 로그 파일. 새 규칙을 추가했다. 버그는 디코더에서 처음 수정되었습니다 / decode_ip_defrag.c, IPDefrag 다른 경쟁 조건이 버그가 해결 된 단다. 엔진 / 캐시. (C, 반장님) 기능 IPDefrag의 경쟁 조건이 버그를 해결하는 데 필요한 업데이 트되었습니다. 맨페이지 및 READMEs 업데이 트되었습니다.
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.

2009-12-09 06:19
1.7

이 릴리스 IPDefrag에서 경쟁 조건이 버그를 해결합니다. 다른 사소한 버그수정있습니다.
Tags: Major bugfixes
This release solves a race condition bug in IPDefrag. There are other minor bugfixes.

2008-07-19 01:40
1.6 RC1

이 릴리스, 디코더 특정 메모리 deallocation 기능을 추가 설치 - 데몬 Makefile.in에 변경 사항을 몇 가지 규칙, 수정 JTree 문제, 추가 작업 IPDefrag 수있습니다.
Tags: Major bugfixes
This release adds decoder-specific memory
deallocation functions, adds
install-daemon to Makefile.in, changes some rules,
fixes JTree issues,
and makes IPDefrag work.

2008-06-19 02:18
1.5 RC2

URI는 HTTP를 테스트 테스트 (아직 테스트)로 이동되었습니다. HTTP 메소드 테스트에 추가되었습니다. URI는 디코더 엔진에 추가되었습니다. 이제 디코더 구성 옵션을 가지고있습니다. 새로운 (그리고 이상) HTTP 헤더를 감지 효율적입니다. test_ethernet_ (src, 시행되는 DST). C와 README 파일. (엉, pt_BR) 업데이 트되었습니다. 1:34 헤더는 / var / lib에서 / hlbr에는 / usr / lib에서 / hlbr 변경되었습니다. 설명을 강제로 다시로드 옵션이 데비안 LSB를 준수하도록 init.d에 추가되었습니다. 에는 새로운 규칙이있습니다.
Tags: Minor feature enhancements
The URI test has been moved to the HTTP test (still testing). An HTTP method test has been added. An URI decoder has been added to the engine. Now decoders may have configuration options. New (and more efficient) HTTP header detection. test_ethernet_{src,dst}.c and README.{en,pt_BR} have been updated. The tcpdump header has been changed from /var/lib/hlbr to /usr/lib/hlbr. A description and force-reload option have been added to init.d to make it compliant with Debian and LSB. There are new rules.

Project Resources