Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[TOOL] HLBR - Open Source Intrusion Prevention System

Subject: [TOOL] HLBR - Open Source Intrusion Prevention System
Date: 8 Mar 2006 16:16:19 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  HLBR - Open Source Intrusion Prevention System
------------------------------------------------------------------------


SUMMARY



DETAILS

IPS HLBR - Version 1.0 can detect malicious traffic using regular 
expressions

Version 1.0 of Hogwash Light BR, released march 5th 2006, brings two 
interesting new features. The first one is the ability of using regular 
expressions to detect intrusion attempts and e-mails with viruses or 
phishing. The second is the use of lists with banned words.

HLBR is an IPS (Intrusion Prevention System) that reads network traffic in 
the layer 2 of the OSI model. Since it works like a bridge, it stays 
in-line in the network topology and doesn't need an IP address. So, HLBR
is invisible to attackers. Traffic filtering (including the packets 
contents) can be done with simple rules. Version 1.0 can use regular 
expressions to filter the packets. Below is an example of rule with 
regular expressions:
 <http://hlbr.sourceforge.net/hlbr-rule-1.gif> 
http://hlbr.sourceforge.net/hlbr-rule-1.gif

In short, all TCP traffic destined to port 25 of the e-mail server will be 
filtered. If the text:
filename="anything_different_of_line_breaks.s__c__r" (ignore underlines) 
is found inside the packet, that means there is an attachment (.scr) in 
the e-mail (virus). So this packet will suffer the action named 'virus'. 
This action logs the event, dumps the malicious traffic in tcpdump format 
and drops the packet. Below is an example of rule against a type of buffer 
overflow attempt against DNS servers:
 <http://hlbr.sourceforge.net/hlbr-rule-2.gif> 
http://hlbr.sourceforge.net/hlbr-rule-2.gif

In this case, due to the use of pipe characters (|), HLBR will check the 
traffic for the hexadecimal sequence given as an attack signature.

HLBR lets you use rules for blocking attacks against network servers. In 
order to fully understand it please read documentation at  
<http://hlbr.sourceforge.net/ips-en.html> 
http://hlbr.sourceforge.net/ips-en.html, explanations about the IPS 
concept including charts.

HLBR homepage is at  <http://hlbr.sourceforge.net> 
http://hlbr.sourceforge.net


ADDITIONAL INFORMATION

The information has been provided by  <mailto:eriberto@eriberto.pro.br> 
Eriberto.



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [TOOL] HLBR - Open Source Intrusion Prevention System, SecuriTeam <=