<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Firewall on To Linux and beyond !</title>
    <link>https://home.regit.org/tags/firewall/</link>
    <description>Recent content in Firewall on To Linux and beyond !</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <lastBuildDate>Thu, 07 Jun 2012 13:13:45 +0000</lastBuildDate>
    <atom:link href="https://home.regit.org/feed/tags/firewall/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Scapy lfilter</title>
      <link>https://home.regit.org/2012/06/using-scapy-lfilter/</link>
      <pubDate>Thu, 07 Jun 2012 13:13:45 +0000</pubDate>
      <guid>https://home.regit.org/2012/06/using-scapy-lfilter/</guid>
      <description>&lt;p&gt;Scapy BPF filtering is not working when some exotic interface are used. This includes Virtualbox interface such as vboxnet.&lt;/p&gt;
&lt;p&gt;For example, the following code will not work if the interface is a virtualbox interface:&lt;/p&gt;
&lt;pre&gt;build_filter = &#34;src host %s and src port 21&#34;
sniff(iface=iface, prn=callback, filter=build_filter)
&lt;/pre&gt;
&lt;p&gt;To fix this, you can use the &lt;em&gt;lfilter&lt;/em&gt; option. The filtering is now done inside Scapy. This is powerful but less efficient.&lt;/p&gt;
&lt;p&gt;The code can be modified like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Playing with Network Layers to Bypass Firewalls’ Filtering Policy</title>
      <link>https://home.regit.org/2012/03/playing-with-network-layers-to-bypass-firewalls-filtering-policy/</link>
      <pubDate>Fri, 09 Mar 2012 22:02:38 +0000</pubDate>
      <guid>https://home.regit.org/2012/03/playing-with-network-layers-to-bypass-firewalls-filtering-policy/</guid>
      <description>&lt;p&gt;The slides of my CansecWest talk can now be downloaded: &lt;a href=&#34;http://home.regit.org/uploads/2012/03/conntrack-attack.pdf&#34;&gt;Playing with Network Layers to Bypass Firewalls’ Filtering Policy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The required counter-measures are described in the &lt;a href=&#34;http://home.regit.org/netfilter-en/secure-use-of-helpers/&#34;&gt;Secure use of iptables and connection tracking helpers&lt;/a&gt; document&lt;/p&gt;
&lt;p&gt;The associated video demonstrations are available:&lt;/p&gt;
&lt;div&gt;
  &lt;p&gt;
    First video demonstrates how to use forged IRC protocol command (DCC request) to be able to open connection to a NATed client from internet.
  &lt;/p&gt;
  &lt;p&gt;
    &lt;/div&gt; 
&lt;pre&gt;&lt;code&gt;&amp;lt;div&amp;gt;
  &amp;lt;p&amp;gt;
    Second video demonstrates the effect of the attack on helpers on a non protected Netfilter Firewall.
  &amp;lt;/p&amp;gt;
  
  &amp;lt;p&amp;gt;
    &amp;lt;/div&amp;gt; 
    
    &amp;lt;div&amp;gt;
      &amp;lt;p&amp;gt;
        Third video demonstrates the effect of the attack on helpers on a badly configured Checkpoint firewall.
      &amp;lt;/p&amp;gt;
      
      &amp;lt;p&amp;gt;
        &amp;lt;/div&amp;gt; 
        
        &amp;lt;p&amp;gt;
          More information will come in upcoming posts.
        &amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
