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 Snort-Users
[Top] [All Lists]

Re: [Snort-users] Blocking virus with snort inline 2.6.1.5

Subject: Re: [Snort-users] Blocking virus with snort inline 2.6.1.5
Date: Sun, 23 Sep 2007 10:04:39 +0200
With this rules is the same result, nothing is blocked:

iptables -A INPUT -i br0 -p 0 -m state --state NEW,RELATED,ESTABLISHED 
-j QUEUE
iptables -A FORWARD -i br0 -p 0 -m state --state NEW,RELATED,ESTABLISHED 
-j QUEUE

Will Metcalf wrote:
What about your RELATED,ESTABLISHED traffic, doesn't that need to be
sent to the QUEUE as well?

Regards,

Will

On 9/22/07, carlopmart <carlopmart@gmail.com> wrote:
Hi all,

  After setting up and solve my problems (thanks to all) with snort
inline version 2.6.1.5, I will try to do some tests for block virus
across http service.

  I put this line on snort.conf:

  preprocessor clamav: ports all !22 !443, toclientonly, action-drop,
dbdir /var/clamav, dbreload-time 43200

  before preprocessor http_inspect. My iptables rule to pass control to
snort inline is:

iptables -A FORWARD -i br0 -p 0 -m state --state NEW -j QUEUE

  I have try to block eicar virus
(http://www.eicar.org/download/eicar.com) without luck.

  What am I doing wrong???

  Many thanks.

--
CL Martinez
carlopmart {at} gmail {d0t} com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users




-- 
CL Martinez
carlopmart {at} gmail {d0t} com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

<Prev in Thread] Current Thread [Next in Thread>