<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>ClearNet Security: Tag scanning</title>
    <link>http://blog.clearnetsec.com/articles/tag/scanning</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Follow-up on using unicornscan for a big scan (400,000+ public IPs)</title>
      <description>&lt;p&gt;I&#8217;m happy to report our growing experience using unicornscan for large discovery sweeps is a positive one.  Our confidence in using this tool has increased and it is now our preferred weapon of choice for scanning large IP swaths.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;To recap:&lt;/b&gt;  We performed a sweep of 400,000+ public IPs across multiple continents by configuring the scans to do a full TCP port scan of each IP, sustained ~55 Mbits/s using between 3 and 5 systems, and completed it in a matter of days.  
&lt;/p&gt;
&lt;p&gt;
This is pretty good considering by sending two SYN probes per port it meant sending ~52.5 billion packets and producing some 3 Terabytes of data. 
&lt;/p&gt;
&lt;p&gt;
Nmap is often our preferred tool, and we used it to spot check our results with unicornscan, but from now on it will come down to the details of the gig to make the choice.
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;&lt;b&gt;Tech note:&lt;/b&gt;  We avoided problems with table overflows and other like issues by placing the systems directly on the internet and with iptables turned off.&lt;/i&gt;


</description>
      <pubDate>Thu, 27 Dec 2007 12:36:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:bb1d8624-361f-4fca-9777-466bfd9d4124</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2007/12/27/follow-up-on-using-unicornscan-for-a-big-scan-400-000-public-ips</link>
      <category>nmap</category>
      <category>scanning</category>
      <category>security</category>
      <category>port  scanning</category>
      <category>ClearNet</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
      <category>unicornscan</category>
    </item>
    <item>
      <title>PCI:  Not our problem...</title>
      <description>&lt;p&gt;
What happens when the test environment operated by MasterCard (they &#8220;own&#8221; the testing lab) is misbehaving?  I know.  They yank the wheel, swerve away from responsibility, and point to the PCI council.  And PCI?  They point back.  Beautiful, no? 
&lt;/p&gt;
&lt;img src="http://blog.clearnetsec.com/files/GiveMeTheCash.jpg" align="right"&gt; 
&lt;p&gt;
You see because they refuse to disclose missed results to you they duck responsibility for anything that may have been their fault.  They also &lt;b&gt;&lt;i&gt;clearly imply&lt;/i&gt;&lt;/b&gt; if anything is missed in your attempts to identify vulnerabilities then it is surely &lt;b&gt;&lt;i&gt;your fault or a problem with the tools you used&lt;/i&gt;&lt;/b&gt;. 
&lt;/p&gt;
&lt;p&gt;
I love it:  No clear pass criteria, no way to challenge a decision, and no transparency of what or how &lt;b&gt;&lt;i&gt;they are doing&lt;/i&gt;&lt;/b&gt;.  For all this great service you get to spend thousands every year! 
&lt;/p&gt;
&lt;p&gt;
So what happens when you call bullshit and raise hell? They pass you. :)  Let me not forget to mention we had a few extra bullets in our clip they may have unexpected us to have &#8211; bullets provided to us by friends with information.
&lt;/p&gt;
&lt;p&gt;
Be forewarned; this process has serious issues. 
&lt;/p&gt;

</description>
      <pubDate>Wed, 16 May 2007 20:51:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:4600bd3d-a833-44f1-8677-0ca85d8ea44a</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2007/05/16/pci-not-our-problem</link>
      <category>scanning</category>
      <category>security</category>
      <category>ClearNet</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
      <category>vulnerability</category>
      <category>PCI</category>
      <category>ASV</category>
      <category>visa</category>
      <category>cisp</category>
      <category>mastercard</category>
      <category>testing</category>
    </item>
    <item>
      <title>Scan fast and evade triggers</title>
      <description>&lt;p&gt;I've wanted to build this for a long time, alas the pain and  costs of obtaining disparate public IPv4 blocks is high.&amp;nbsp; I want to perform 65k port scans fast,  accurately, and avoid 95% of the IDSes, IPSes, or whatever other &amp;lsquo;smart&amp;rsquo; devices  are in my way.&amp;nbsp; It can be done.&amp;nbsp; &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Buy or lease some servers&lt;/li&gt;
  &lt;li&gt;Find a few data centers that connect to  different Tier 1 providers&lt;/li&gt;
  &lt;li&gt;Justify and purchase IP blocks from ARIN (or another  regional registry)&lt;/li&gt;
  &lt;li&gt;Setup scan server(s)&lt;/li&gt;
  &lt;li&gt;Setup NAT server(s)&lt;/li&gt;
  &lt;li&gt;Write some code to distribute port scans &lt;/li&gt;
  &lt;li&gt;Feel cool when you can scan like crazy &lt;/li&gt;
  &lt;li&gt;Feel really cool when no &amp;lsquo;smart&amp;rsquo; devices alert,  block, or rate limit you because you haven&amp;rsquo;t triggered any threshold &amp;lsquo;rules&amp;rsquo;&lt;/li&gt;
  &lt;li&gt;Act surprised when the client mentions his team  didn&amp;rsquo;t see or report any anomalous behavior &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here is a high-level diagram of what I want:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/ScanServer.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Of course, there are some realities which make this hard to  build.&amp;nbsp; Registries prefer to hand out  contiguous net blocks, but it would be far more desirable to have a bunch of smaller  non-contiguous net blocks.&amp;nbsp; Some &amp;lsquo;smart&amp;rsquo;  devices do detect scans based on the source net block, not just via a single  source IP.&amp;nbsp; Bandwidth and latency conditions  are always in play.&amp;nbsp; I still want it.&amp;nbsp; A scan setup like this can increase accuracy,  be fast, is distributed, and raises the difficulty for detection.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;FYI: Initial costs from ARIN for different net block sizes &lt;/p&gt;
&lt;table cellspacing="0" cellpadding="0"&gt;
  &lt;tr&gt;
    &lt;th&gt;Category&lt;/th&gt;
    &lt;th&gt;Initial Registration Fee (US Dollars)&lt;/th&gt;
    &lt;th&gt;Assignment Size&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;X-small/&lt;br /&gt;
      Micro-allocation &lt;/td&gt;
    &lt;td align="right"&gt;$1,250&lt;/td&gt;
    &lt;td align="right"&gt;/24 - &amp;lt; /20&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Small&lt;/td&gt;
    &lt;td align="right"&gt;$2,250&lt;/td&gt;
    &lt;td align="right"&gt;/20 - /19&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Medium&lt;/td&gt;
    &lt;td align="right"&gt;$4,500&lt;/td&gt;
    &lt;td align="right"&gt;&amp;gt; /19 - /16&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Large&lt;/td&gt;
    &lt;td align="right"&gt;$9,000&lt;/td&gt;
    &lt;td align="right"&gt;&amp;gt; /16 - /14&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;X-large&lt;/td&gt;
    &lt;td align="right"&gt;$18,000&lt;/td&gt;
    &lt;td align="right"&gt;&amp;gt; /14&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;

</description>
      <pubDate>Tue, 14 Mar 2006 03:48:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:bff733f4-e884-4002-b473-ec3e8f6c0bcb</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2006/03/14/scan-fast-and-evade-triggers</link>
      <category>nmap</category>
      <category>scanning</category>
      <category>port  scanning</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
      <category>ids</category>
      <category>ips</category>
      <category>circumvent</category>
    </item>
    <item>
      <title>Tools for fingerprinting apps, services, and OSes</title>
      <description>&lt;p&gt;
I was wondering how many different network-based fingerprinting tools are out there which use unique detection techniques. I know several commercial network scanners use Nmap, so if you decide to run Nmap by yourself and commercial tool X to see how they compare, you may (or even likely) be running the same thing. Obviously it can be a lot more helpful to have a handful of tools in which each has their own way to guess what the remote OS version is, or application version, or service. I've started to compile my own list and I haven't delved into the details of how each performs fingerprinting, but here is the list so far. &lt;/p&gt;
&lt;table class="table1" width="467" border="0"&gt;
  &lt;tr&gt;
    &lt;td width="108"&gt;&lt;strong&gt;Tool&lt;/strong&gt;&lt;/td&gt;
    &lt;td width="83"&gt;&lt;strong&gt;Date of last version &lt;/strong&gt;&lt;/td&gt;
    &lt;td width="70"&gt;&lt;strong&gt;version&lt;/strong&gt;&lt;/td&gt;
    &lt;td width="62"&gt;&lt;strong&gt;OS&lt;/strong&gt;&lt;/td&gt;
    &lt;td width="59"&gt;&lt;strong&gt;Service&lt;/strong&gt;&lt;/td&gt;
    &lt;td width="59"&gt;&lt;strong&gt;Protocol&lt;/strong&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.insecure.org/"&gt;nmap&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Feb, 2006 &lt;/td&gt;
    &lt;td&gt;4.01&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.sys-security.com/"&gt;xprobe2&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Feb, 2005 &lt;/td&gt;
    &lt;td&gt;0.2.2&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://lcamtuf.coredump.cx/p0f.shtml"&gt;p0f&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Sep, 2004 &lt;/td&gt;
    &lt;td&gt;2.0.6&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thc.org/releases.php"&gt;amap&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Sep, 2005 &lt;/td&gt;
    &lt;td&gt;5.2&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.nessus.org/"&gt;nessus&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Mar, 2006 &lt;/td&gt;
    &lt;td&gt;3.02&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://winfingerprint.sourceforge.net/"&gt;winfingerprint&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Mar, 2006 &lt;/td&gt;
    &lt;td&gt;0.6.x&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://net-square.com/httprint/"&gt;httprint&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Dec, 2005 &lt;/td&gt;
    &lt;td&gt;301&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.l0t3k.net/tools/FingerPrinting/queso-980922.tar.gz"&gt;queso&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Aug, 1998  &lt;/td&gt;
    &lt;td&gt;980922&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.arhont.com/ViewPage7422.html?siteNodeId=3&amp;amp;languageId=1&amp;amp;contentId=-1"&gt;NTP-fingerprint&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Feb, 2005 &lt;/td&gt;
    &lt;td&gt;0.1a&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.nta-monitor.com/ike-scan/"&gt;ike-scan&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Dec, 2005 &lt;/td&gt;
    &lt;td&gt;1.8&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thc.org/releases.php"&gt;thcrut&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;May, 2003 &lt;/td&gt;
    &lt;td&gt;1.2.5&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.greyhats.org/?smtpscan"&gt;smtpmap&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Dec, 2001 &lt;/td&gt;
    &lt;td&gt;0.6&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.greyhats.org/?smtpscan"&gt;smtpscan&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;May, 2003 &lt;/td&gt;
    &lt;td&gt;0.5&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.planb-security.net/wp/snacktime.html#Download"&gt;snacktime&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Jun, 2003 &lt;/td&gt;
    &lt;td&gt;0.5&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td height="28"&gt;&lt;a href="http://synscan.sourceforge.net/"&gt;synscan&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Apr, 2004 &lt;/td&gt;
    &lt;td&gt;0.1&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://packetstorm.linuxsecurity.com/groups/teso/index3.html"&gt;telnetfp&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Jan, 2001 &lt;/td&gt;
    &lt;td&gt;0.1.2&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://packetstorm.linuxsecurity.com/groups/teso/index3.html"&gt;ldistfp&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;May, 2001 &lt;/td&gt;
    &lt;td&gt;0.1.4&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;telnet&lt;/td&gt;
    &lt;td&gt;N/A&lt;/td&gt;
    &lt;td&gt;N/A&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://siphon.datanerds.net/"&gt;siphon&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;May, 2000 &lt;/td&gt;
    &lt;td&gt;666&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.planb-security.net/wp/ring.html"&gt;ring&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
    &lt;td&gt;0.0.1&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.monkey.org/~provos/scanssh/"&gt;scanssh&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Mar, 2005 &lt;/td&gt;
    &lt;td&gt;2.1&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://freshmeat.net/projects/hackbot/"&gt;hackbot&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Dec, 2003 &lt;/td&gt;
    &lt;td&gt;2.21&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://wiki.hping.org/"&gt;hping3&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Nov, 2005 &lt;/td&gt;
    &lt;td&gt;3.0.0&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://packetstormsecurity.org/UNIX/misc/index6.html"&gt;induce-arp.pl&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;May, 2000 &lt;/td&gt;
    &lt;td&gt;0.27&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.thc.org/releases.php"&gt;vmap&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Aug, 2003 &lt;/td&gt;
    &lt;td&gt;0.6&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.altmode.com/disco/"&gt;disco&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Jul, 2003 &lt;/td&gt;
    &lt;td&gt;1.2&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.zone-h.org/download/file=4309/"&gt;k9&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://ettercap.sourceforge.net/"&gt;ettercap&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;May, 2005 &lt;/td&gt;
    &lt;td&gt;NG-0.7.3&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.gomor.org/cgi-bin/index.pl?mode=view;page=net_sinfp"&gt;Net::SinFP&lt;/a&gt;&lt;a href="http://www.gomor.org/cgi-bin/index.pl?mode=view;page=net_sinfp"&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Mar, 2006 &lt;/td&gt;
    &lt;td&gt;1.00&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://members.fortunecity.com/sektorsecurity/projects/archaeopteryx.html#"&gt;Archaeopteryx&lt;/a&gt; &lt;/td&gt;
    &lt;td&gt;Jul, 2001 &lt;/td&gt;
    &lt;td&gt;1.0&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.l0t3k.net/tools/FingerPrinting/iQ.tar.gz"&gt;iQ&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Apr, 2002 &lt;/td&gt;
    &lt;td&gt;0.2&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href="http://www.safemode.org/sprint/"&gt;sprint&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;Mar, 2003 &lt;/td&gt;
    &lt;td&gt;0.4.1&lt;/td&gt;
    &lt;td&gt;yes&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
    &lt;td&gt;no&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;

</description>
      <pubDate>Mon, 13 Mar 2006 22:08:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6a59c3b4-1007-40b0-ab30-039fa4b100bd</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2006/03/13/tools-for-fingerprinting-apps-services-and-oses</link>
      <category>scanning</category>
      <category>fingerprinting</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
    </item>
    <item>
      <title>Web application scanners often fail crawling</title>
      <description>&lt;p&gt;I attended a webinar Friday hosted by Watchfire which covered their web application scanner titled &lt;a href="http://www.watchfire.com/securityzone/product/appscansix.aspx"&gt;AppScan 6.0&lt;/a&gt;.  The two big competitors I've run across in this space are Watchfire (formerly Sanctum) and SPI Dynamics. SPI Dynamics' web application scanner is titled &lt;a href="http://www.spidynamics.com/products/webinspect/index.html"&gt;WebInspect&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These scanners are great at capturing all the low-hanging fruit (i.e. vulnerabilities) if they can successfully crawl the target website. The problem, one the can cause a consultant &lt;strong&gt;considerable pain&lt;/strong&gt;, is when you hit a site which uses technology that 'builds' URLs dynamically (e.g. JavaScript).  &lt;/p&gt;
&lt;pre&gt;&lt;span class="style1"&gt;A JavaScript Example:&lt;/span&gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;
function goToPage(element_name) {
  window.location = &amp;quot;http://www.mysite.com?tracking=&amp;quot; + getelementbyname(element_name).value;
}
&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;p&gt;As you can read above, the complete URL is generated using the value of a variable. &lt;/p&gt;
&lt;p&gt;Let's take a quick look at a recent feature comparison from a September 2005 review of web application scanners by Secure Enterprise (&lt;a href="http://www.secureenterprisemag.com/products/showArticle.jhtml?articleID=169400383"&gt;link to the article&lt;/a&gt;) &lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/webScannerFeatures.gif" alt="webAppScanners" width="736" height="750" /&gt;&lt;/p&gt;
&lt;p&gt;If you look at the chart, it says all three of these scanners perform JavaScript parsing. Have you ever wondered why  they don't seem to discover all the possible links in a web application? There is kind of a trick word here; can you guess which it is? It is the word 'parsing'. This is the word which makes us think these scanners can blaze through  dynamic web applications. What they really mean by this is they can search through all the code and locate static URL paths like &lt;em&gt;http://www.mysite.com&lt;/em&gt;. But, if the target site builds their entire menu system, or navigation, or forms, or whatever via JavaScript (or VBScript), then you are likely out of luck. &lt;strong&gt;Execution &lt;/strong&gt;is what is needed, not just &lt;em&gt;parsing&lt;/em&gt;. The scanner &lt;strong&gt;&lt;em&gt;must &lt;/em&gt;&lt;/strong&gt;execute code (e.g. &lt;em&gt;window.location = &amp;quot;http://www.mysite.com?tracking=&amp;quot; + getelementbyname(element_name).value&lt;/em&gt;&lt;strong&gt;;&lt;/strong&gt;) to generate all the potentially valid URL paths within an application. &lt;/p&gt;
&lt;p&gt;Now all of these web application scanners support a work-around - what do you think that is? Here is a hint: You better have an excellent idea of how the site works and what all the application can do. The work-around is &lt;strong&gt;you&lt;/strong&gt; must crawl the entire site for the scanner. No problem you say? Well, that may be true, but our experience often results in pain. Like the time we were covering for another consultant and realized we had to manually enumerate one of the largest web-based business performance management (BPM) systems on the market in two days. It was one of those types of experiences you grow stronger from. &lt;/p&gt;
&lt;p&gt;So, if you are unfamiliar with all the different views a web application can generate and you are counting on a commericial web application scanner to do most of the heavy lifting, then be cautious. The time it would take to really do a good job may easily be 10x longer than you estimated. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note: &lt;/strong&gt;To be fair, WatchFire did say in their webinar they would be adding execution capabilities in their next release in 9 to 12 months. It'll be interesting to see how much they execute. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;b&gt;Update 2/22/2006:  The release notes for the new WebInspect version 5.8 says:  "Support for Advanced Asynchronous JavaScript and XML (AJAX) Applications.  Improvements to the JavaScript and Audit engines now allow WebInspect to crawl and audit AJAX-based applications."&lt;/b&gt;
&lt;p&gt;



 

</description>
      <pubDate>Sun, 05 Feb 2006 23:37:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:1c11234e-005a-408e-98e3-20ddbd7a8460</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2006/02/05/web-application-scanners-often-fail-crawling</link>
      <category>scanning</category>
      <category>vulnarability</category>
      <category>web applications</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
      <category>apps</category>
    </item>
    <item>
      <title>This vulnerability scanner is so fast it must be good!</title>
      <description>&lt;p&gt;I wish that was true, but it is furthest from the truth.  There is an unfortunate conception for many tasked with reviewing or choosing a scanner (a conception espoused by the marketing of several Vulnerability Assessment vendors) which is the quality of a scanner is directly based on how fast it can scan.  In this race for speed, vendors&amp;rsquo; almost always default to performing less than complete checks.  In fact, some vendors shy away from adding checks to their products in an attempt to retain speed (i.e. adding more checks will slow a scanner down).  That is probably not what you want.  I also have yet to see a single commercial scanner default to performing a full TCP port check.  Totally understandable; if a scanner&amp;rsquo;s default policy opted for full coverage then you would surely dismiss the quality after running a test scan and learning you have to wait 40 hours for the results.  Too bad.  In the world of network-based vulnerability scanners there is a trade-off that spans long:  speed and accuracy.  Speed kills accuracy. &lt;/p&gt;
&lt;table width="630" border="0"&gt;
  &lt;tr&gt;
    &lt;td width="440"&gt;&amp;ldquo;Watch this man, I can scan a class B in 10 seconds.&amp;rdquo;&lt;br /&gt;
&amp;ldquo;Really?  How did you do that?&amp;rdquo;&lt;br /&gt;
&amp;ldquo;Oh, well, it is only checking if one port is open.&amp;rdquo;&lt;br /&gt;
&amp;ldquo;Ah, nice.&amp;rdquo;&lt;/td&gt;
    &lt;td width="180"&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/speedKills.jpg" width="100" height="107" alt="speedKills" /&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;So if you want accuracy, then slow it down.  Don&amp;rsquo;t run a thousand threads, allow more time for remote devices to respond, choose complete port coverage, and don&amp;rsquo;t parallelize so much you saturate switch ports or test your operating system's TCP/IP stack limitations. &lt;/p&gt;

</description>
      <pubDate>Sun, 22 Jan 2006 11:11:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:e04f146a-bee3-4d6d-be7c-460eac6409f1</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2006/01/22/this-vulnerability-scanner-is-so-fast-it-must-be-good</link>
      <category>scanning</category>
      <category>vulnerability scanning</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
      <category>vulnerability</category>
    </item>
    <item>
      <title>A late entry to our scanning laptop race</title>
      <description>&lt;p&gt;
I run a &lt;a href=http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/72101/wo/Kw65FKb6qpe02Yw6RxF1Rt4MKJd/0.SLID?nclm=PowerBook&amp;mco=D1EB92FB&gt;Powerbook 15",&lt;/a&gt; as my main system.  It handles most things pretty well except for running Windows in &lt;a href=http://www.microsoft.com/mac/products/virtualpc/virtualpc.aspx?pid=virtualpc&gt;VirtualPC&lt;/a&gt;.  VirtualPC is so painful on the Powerbook that I hardly ever use it.  Now with the Apple line going Intel their could be a possibility to dual boot Mac OS X and Windows.  It all depends on the the new BIOS called EFI.  If Windows can boot with using &lt;a href=http://www.apcmag.com/apc/v3.nsf/0/64E7EA353646669ECA2570F50012430B&gt;EFI,&lt;/a&gt; then I think I have found my new scanning &lt;a href=http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/72101/wo/Kw65FKb6qpe02Yw6RxF1Rt4MKJd/0.SLID?nclm=MacBookPro&amp;mco=E27B7429&gt;laptop!&lt;/a&gt; 
&lt;p&gt;

</description>
      <pubDate>Thu, 19 Jan 2006 13:39:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d2096c0e-4335-4005-9c74-2762fdf87097</guid>
      <author>Cory Stoker</author>
      <link>http://blog.clearnetsec.com/articles/2006/01/19/a-late-entry-to-our-scanning-laptop-race</link>
      <category>scanning</category>
      <category>laptop</category>
      <category>Apple</category>
      <category>Cory Stoker</category>
      <category>ClearNet Security</category>
      <category>Powerbook</category>
      <category>Macbook Pro</category>
    </item>
    <item>
      <title>Getting crazy with proxy chaining</title>
      <description>&lt;p&gt;For efficiency, thoroughness, or comparison you can chain  several popular web application assessment tools together.&amp;nbsp; Three tools I sometimes chain in a series are  the &lt;a href="http://www.portswigger.net/spider/"&gt;BURP Spider&lt;/a&gt;, &lt;a href="http://www.parosproxy.org/index.shtml"&gt;Paros Proxy&lt;/a&gt;, and &lt;a href="http://www.spidynamics.com/"&gt;WebInspect&lt;/a&gt;.&amp;nbsp;  To do this on a single system, you simply configure a listening port for each tool.&amp;nbsp; Check the diagram below: &lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/ProxyChaining.jpg" width="716" height="137" alt="ProxyChaining" /&gt;&lt;/p&gt;
&lt;p&gt;You can configure each tool to do this by specifying a listening port for incoming requests and an IP address:listening port for  outgoing requests.&amp;nbsp; In the diagram above, BURP Spider is listening on localhost:9002 (port #), Paros Proxy is listening on localhost:9001, and WebInspect on localhost:9000.&amp;nbsp; Each tool forwards incoming requests to the next in line (WebInspect, in the diagram above, sends the original request to the target site).&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Paros distinguishes the proxy setting configurations as follows:&amp;nbsp; &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&amp;ldquo;Local proxy&amp;rdquo;:&amp;nbsp; This is for &lt;span class="blueHighlight"&gt;incoming requests&lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;&amp;ldquo;Use an outgoing proxy server&amp;rdquo;:&amp;nbsp; This is for &lt;em&gt;&lt;u&gt;outgoing requests&lt;/u&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;BURP Spider:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&amp;ldquo;Proxy running on port&amp;rdquo;:&amp;nbsp; This is for &lt;span class="blueHighlight"&gt;incoming  requests&lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;&amp;ldquo;Use  proxy server&amp;rdquo;:&amp;nbsp; This is for &lt;em&gt;&lt;u&gt;outgoing requests&lt;/u&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;WebInspect:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&amp;ldquo;Step  Mode Listening IP Address and Port&amp;rdquo;:&amp;nbsp;  This is for &lt;span class="blueHighlight"&gt;incoming requests&lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;&amp;ldquo;Proxy server&amp;rdquo;:&amp;nbsp;  This is for &lt;em&gt;&lt;u&gt;outgoing requests&lt;/u&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Below are  screenshots of the tools in action with the above configuration.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/burpSpider.jpg" width="872" height="326" alt="burpSpider" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/paroxProxy.jpg" width="876" height="343" alt="parosProxy" /&gt;&lt;/p&gt;
&lt;p&gt;If you want to get &lt;span class="redHighlight"&gt;super crazy&lt;/span&gt;, you can do exploratory investigating of target websites with the above tools and do it all anonymously with &lt;a href="http://tor.eff.org/"&gt;Tor&lt;/a&gt; and &lt;a href="http://www.privoxy.org/"&gt;Privoxy&lt;/a&gt; (albeit potentially sacrificing thoroughness due to Privoxy filtering)&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/ProxyChaining2.jpg" width="741" height="137" alt="ProxyChaining2" /&gt;&amp;nbsp; &lt;/p&gt;

</description>
      <pubDate>Thu, 19 Jan 2006 02:33:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:e586ab09-54c4-4e7f-a782-b69b74e63e22</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2006/01/19/getting-crazy-with-proxy-chaining</link>
      <category>scanning</category>
      <category>security</category>
      <category>proxy</category>
    </item>
    <item>
      <title>$70,000 worth of new opteron servers for nmap scanning and  they suck?</title>
      <description>&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/img_3.jpg" width="199" height="157" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;We recently performed a relatively large TCP port scan for a  client; a full 65k SYN scan of ~70,000 IP addresses.&amp;nbsp; &lt;a href="http://www.insecure.org/nmap/index.html"&gt;Nmap&lt;/a&gt; is a great port scanner  and was our first choice.&amp;nbsp; We had two new  and beautiful &lt;a href="http://www.sun.com/servers/entry/v40z/specs.jsp"&gt;Sun  quad v40z dual core opteron servers&lt;/a&gt; (16GB of RAM each) dedicated to the  task.&amp;nbsp; We were under a restrictive change  control window and time was the limiting factor.&amp;nbsp; We broke the scans down like this:&lt;/p&gt;
&lt;ul type="disc"&gt;
  &lt;li&gt;Executed       8 unique nmap instances on each system (one for each &amp;lsquo;virtual&amp;rsquo; processor)&lt;/li&gt;
  &lt;li&gt;Divided       the scans on /24 blocks (the optimal breakdown would&amp;rsquo;ve been on a 100       boundary, but we ran with this)&lt;/li&gt;
  &lt;li&gt;Set       min_hostgroup to 100 (minimum number of devices to scan in parallel)&lt;/li&gt;
  &lt;li&gt;Set       min_parallelism to 100 (minimum number or ports to scan in parallel)&lt;/li&gt;
  &lt;li&gt;Set       max_rtt_timeout to 1250 (wait a maximum of 1.25 seconds to receive a reply       from a port query)&lt;/li&gt;
  &lt;li&gt;Other       command line options used (-vv: verbose, -sS: SYN Scan, -P0: no ICMP, -p:       port range)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All together, a single nmap statement looked like the  following: &lt;br /&gt;
  &lt;span class="style9"&gt;		/usr/local/bin/nmap  -vv -sS -P0 -p 1-65535 -n --min_hostgroup 100
  --max_rtt_timeout 1250 --min_parallelism 100  &amp;lt;a_/24_block&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We paid close attention to the number of outbound pps  (packets per second) using &lt;a href="http://iptraf.seul.org/"&gt;iptraf&lt;/a&gt; for a  couple reasons:&amp;nbsp; To watch our bandwidth  utilizations to avoid ISP overage charges and to gain a rough baseline so we  could detect a problem.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.clearnetsec.com/roller/resources/cns/iptraf-dstat1.gif" width="561" height="352" /&gt;&lt;/p&gt;
&lt;p&gt;If I remember right, the outbound pps initially was between  2k and 4k per server.&amp;nbsp; Things were  rocking and it looked like we would sail through the port scans.&amp;nbsp; Alas, when doing a quick check after ~30  hours of scanning, we noticed the pps had slowed to ~550 per server.&amp;nbsp; We deduced nmap had some memory management  issues when used the way we crafted.&amp;nbsp;  Each nmap instance was consuming ~1.2GBytes of RAM, appeared to be  increasing, and the CPU idle time for all processors was a continuous 0.&amp;nbsp; This caught us off guard somewhat because we  had successfully performed an nmap TCP services scan (~1668 ports) of the  70,000 IP addresses in less than 40 hours.&amp;nbsp;  This was all on &lt;a href="http://www.novell.com/products/linuxenterpriseserver/"&gt;SuSE Linux  Enterprise Server 9&lt;/a&gt; (x86_64) with nmap version 3.93.&amp;nbsp; We knew now this was not going to be  easy.&amp;nbsp; The number of SYN requests to do  this is big, roughly:&amp;nbsp; 65,535 hosts x  65535 ports x 2 (number of port query attempts) = 8,589,672,450 outbound SYN  packets.&amp;nbsp; If we could sustain ~3,500  outbound pps on each server, then we could finish in approximately 15 days  (within the change control window).&amp;nbsp; At  1,100 total pps, it is ~90 days, ouch!&amp;nbsp; &lt;/p&gt;
&lt;p&gt;In the mix of this engagement, there was a timely posting on  the network security &lt;a href="http://www.securityfocus.com/archive/101"&gt;pen-test  newsgroup&lt;/a&gt; asking about scanning a large network with nmap in which &lt;a href="http://www.securityfocus.com/archive/101/416490"&gt;I posted a reply&lt;/a&gt;.&amp;nbsp; I subsequently received a &lt;a href="http://www.securityfocus.com/archive/101/418822/30/0/threaded"&gt;response from  Fyodor&lt;/a&gt; (the author of nmap) which not only confirmed our experiences but  also contained a link to an updated version to better enable nmap to handle this scenario (thanks Fyodor!!).&amp;nbsp; I  haven&amp;rsquo;t had a chance to use this updated version yet, but I&amp;rsquo;m excited to check  it out.&amp;nbsp; Also I am going to explore some  home grown scanners we used while building a vulnerability scan engine and play  around with the &lt;a href="http://www.doxpara.com/read.php/docs/scanrand_logs.html"&gt;scanrand&lt;/a&gt; and &lt;a href="http://www.unicornscan.org/"&gt;unicorn&lt;/a&gt; scanners.&amp;nbsp; This ended up being a great experience and a  wake-up call to verify the tools we depend on work at the scale we need before  accepting the next job. &lt;/p&gt;


</description>
      <pubDate>Tue, 27 Dec 2005 22:51:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d76207a6-d266-444a-a2e4-f9ccf516233c</guid>
      <author>tate@ClearNetSec.com (Tate Hansen)</author>
      <link>http://blog.clearnetsec.com/articles/2005/12/27/70-000-worth-of-new-opteron-servers-for-nmap-scanning-and-they-suck</link>
      <category>nmap</category>
      <category>v40z</category>
      <category>port</category>
      <category>scanning</category>
      <category>tuning</category>
      <category>ClearNet Security</category>
      <category>Tate Hansen</category>
    </item>
  </channel>
</rss>
