<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Hay &#187; HowTo&#8217;s</title>
	<atom:link href="http://www.andrewhay.ca/archives/category/howtos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewhay.ca</link>
	<description>the website of a devastatingly handsome author, sporadic blogger, bbq junkie, and security strong man</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:01:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Configuring a Promiscuous Interface on Ubuntu 9.04</title>
		<link>http://www.andrewhay.ca/archives/1144</link>
		<comments>http://www.andrewhay.ca/archives/1144#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:08:44 +0000</pubDate>
		<dc:creator>Andrew Hay</dc:creator>
				<category><![CDATA[HowTo's]]></category>

		<guid isPermaLink="false">http://www.andrewhay.ca/?p=1144</guid>
		<description><![CDATA[If you&#8217;ve got a bad memory (like me) you might some day find yourself searching for a way to configure an interface on your Ubuntu 9.04 system to use as a sniffer interface. Here is how you do it: 1) Edit the interfaces file: you@ubuntu:~$ sudo vim /etc/network/interfaces [sudo] password for you: enter your password [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a bad memory (like me) you might some day find yourself searching for a way to configure an interface on your Ubuntu 9.04 system to use as a sniffer interface. Here is how you do it:</p>
<h4>1) Edit the interfaces file:</h4>
<p><code>you@ubuntu:~$ <strong>sudo vim /etc/network/interfaces</strong><br />
[sudo] password for you: <strong><em>enter your password</em></strong></code></p>
<h4>2) Go to the last line of your interfaces file and add the following:</h4>
<p><code>iface eth1 inet manual<br />
     up ifconfig $IFACE 0.0.0.0 up<br />
     up ip link set $IFACE promisc on<br />
     down ip link set $IFACE promisc off<br />
     down ifconfig $IFACE down</code></p>
<h4>3) Save and exit the file:</h4>
<p><code><strong>:wq</strong></code></p>
<h4>4) Bring your newly configured interface up:</h4>
<p><code>you@ubuntu:~$ <strong>sudo ifup eth1</strong><br />
</code></p>
<h4>5) Check your interface and look for PROMISC:</h4>
<p><code>you@ubuntu:~$ <strong>sudo ifconfig eth1</strong><br />
eth1      Link encap:Ethernet  HWaddr 00:0c:29:bb:3a:cc<br />
          inet6 addr: fe80::20c:29ff:febb:3acc/64 Scope:Link<br />
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1<br />
          RX packets:31011 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:1000<br />
          RX bytes:4973602 (4.9 MB)  TX bytes:796 (796.0 B)<br />
          Interrupt:16 Base address:0x2080 </code></p>
<p>Now start snort, tcpdump, or whatever you want to use to start sniffing traffic using your newly configured promiscuous interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewhay.ca/archives/1144/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing log2timeline on SIFT &#8211; Updated Instructions for Ease of Use</title>
		<link>http://www.andrewhay.ca/archives/1109</link>
		<comments>http://www.andrewhay.ca/archives/1109#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:54:46 +0000</pubDate>
		<dc:creator>Andrew Hay</dc:creator>
				<category><![CDATA[HowTo's]]></category>

		<guid isPermaLink="false">http://www.andrewhay.ca/?p=1109</guid>
		<description><![CDATA[If you use the SANS Investigative Forensic Toolkit (SIFT) Workstation for your forensic analysis you can easily add log2timeline to your VMware guest image. In order to get these files using the wget, yum, and cpan methods you must ensure that your SIFT workstation has its interface set to &#8216;bridged&#8217; or &#8216;NAT&#8217; mode so that [...]]]></description>
			<content:encoded><![CDATA[<p>If you use the <a href="https://computer-forensics2.sans.org/community/downloads/">SANS Investigative Forensic Toolkit (SIFT) Workstation</a> for your forensic analysis you can easily add <a href="http://log2timeline.net/">log2timeline</a> to your VMware guest image. In order to get these files using the <em>wget</em>, <em>yum</em>, and <em>cpan</em> methods you must ensure that your SIFT workstation has its interface set to &#8216;bridged&#8217; or &#8216;NAT&#8217; mode so that it can get out to the Internet.</p>
<h4>Steps to Install log2timeline on SIFT</h4>
<p>1. Download the log2timeline archive to your SIFT workstation<br />
<code>[root@SIFTWorkstation ~]# <strong>wget http://log2timeline.net/files/log2timeline_0.33b.tgz</strong><br />
</code><br />
2. Extract the archive<br />
<code>[root@SIFTWorkstation ~]# <strong>tar zxvf log2timeline_0.33b.tgz</strong><br />
</code><br />
3. Change to the log2timeline directory<br />
<code>[root@SIFTWorkstation ~]# <strong>cd log2timeline</strong><br />
</code><br />
4. Install some of the dependancies using yum<br />
<code>[root@SIFTWorkstation ~]# <strong>yum install perl-DateTime perl-Net-Pcap perl-Archive-Zip perl-HTML-Scrubber perl-Image-ExifTool perl-Glib</strong><br />
</code><br />
5. Install the NetPacket::Ethernet module<br />
<code>[root@SIFTWorkstation ~]# <strong>perl -MCAPNPLUS -e 'install NetPacket::Ethernet'</strong><br />
</code><br />
6. Install the ExtUtils::Depends and ExtUtils::PkgConfig modules<br />
<code>[root@SIFTWorkstation ~]# <strong>perl -MCPANPLUS -e 'install ExtUtils::Depends'</strong><br />
[root@SIFTWorkstation ~]# <strong>perl -MCPANPLUS -e 'install ExtUtils::PkgConfig'</strong><br />
</code><br />
7. Install the Glib, Cairo, Pango, and Gtk2 modules<br />
<code>[root@SIFTWorkstation ~]# <strong>perl -MCPANPLUS -e 'install Glib'</strong><br />
[root@SIFTWorkstation ~]# <strong>perl -MCPANPLUS -e 'install Cairo'</strong><br />
[root@SIFTWorkstation ~]# <strong>perl -MCPANPLUS -e 'install Pango'</strong><br />
[root@SIFTWorkstation ~]# <strong>perl -MCPANPLUS -e 'install Gtk2'</strong><br />
</code><br />
8. Compile log2timeline<br />
<code>[root@SIFTWorkstation log2timeline]# <strong>perl Makefile.PL &#038;&#038; make &#038;&#038; make install</strong><br />
</code><br />
9. Execute the log2timeline script using the &#8216;-f list&#8217; flag to test the installation<br />
<code>[root@SIFTWorkstation log2timeline]# <strong>log2timeline -f list</strong><br />
</code></p>
<p>That&#8217;s it. If the <strong>log2timeline -f list</strong> command displayed all available log file formats you should be good to go. In my experience, if a particular module is missing you will receive an error when running this file (in a different place depending on what is missing).</p>
<p>Now you should probably take a snapshot of your SIFT image so that you don&#8217;t revert back and lose your <a href="http://log2timeline.net/">log2timeline</a> application. If you would like more information on <a href="http://log2timeline.net/">log2timeline</a> there is a great article here: <a href="http://blogs.sans.org/computer-forensics/2009/08/13/artifact-timeline-creation-and-analysis-tool-release-log2timeline/">http://blogs.sans.org/computer-forensics/2009/08/13/artifact-timeline-creation-and-analysis-tool-release-log2timeline/</a> and the <a href="http://log2timeline.net/">log2timeline</a> project page can be found here: <a href="http://log2timeline.net/">http://log2timeline.net/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewhay.ca/archives/1109/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick and Dirty VPN over SSH</title>
		<link>http://www.andrewhay.ca/archives/99</link>
		<comments>http://www.andrewhay.ca/archives/99#comments</comments>
		<pubDate>Tue, 24 Apr 2007 16:45:26 +0000</pubDate>
		<dc:creator>Andrew Hay</dc:creator>
				<category><![CDATA[HowTo's]]></category>

		<guid isPermaLink="false">http://www.andrewhay.ca/archives/99</guid>
		<description><![CDATA[A colleague of mine sent me a cool little command to create, a &#8220;quick and dirty vpn over ssh&#8221;: It&#8217;s a quick and dirty vpn over ssh and only requires that ssh and pppd are installed on each end (generally true for Lunix and *BSD) pppd updetach noauth passive pty &#8220;ssh -x -P 123.45.2.55 -l [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewhay.ca/dl/pencil.png" alt="SSH" align="right" />A colleague of mine sent me a cool little command to create, a &#8220;quick and dirty vpn over ssh&#8221;:</p>
<blockquote><p>It&#8217;s a quick and dirty vpn over ssh and only requires that ssh and pppd are installed on each end (generally true for Lunix and *BSD)</p>
<p>pppd updetach noauth passive pty &#8220;ssh -x -P 123.45.2.55 -l root sudo pppd nodetach notty noauth proxyarp&#8221; 192.168.0.65:192.168.0.66 &#038;&#038; route add -net 192.168.0.64/26 dev ppp0</p></blockquote>
<p>Although this has been around for a while it does allow for an ad-hoc virtual private network without the need to install any special VPN software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewhay.ca/archives/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable 3rd party cookies in Firefox 2.0</title>
		<link>http://www.andrewhay.ca/archives/54</link>
		<comments>http://www.andrewhay.ca/archives/54#comments</comments>
		<pubDate>Fri, 03 Nov 2006 11:56:29 +0000</pubDate>
		<dc:creator>Andrew Hay</dc:creator>
				<category><![CDATA[HowTo's]]></category>

		<guid isPermaLink="false">http://www.andrewhay.ca/archives/54</guid>
		<description><![CDATA[Found an interesting blurb on the Mozillazine Forums: You used to be able to set this via the standard user interface pre-2.0 but now you must go to the address bar and type: about:config You can then search for the following string: network.cookie.cookieBehavior change the value from 0 to 1 and restart Firefox. This will [...]]]></description>
			<content:encoded><![CDATA[<p><img width="30%" src="http://www.mozilla.com/img/products/firefox-title.jpg" alt="ffox" align="left"/>Found an interesting <a href="http://forums.mozillazine.org/viewtopic.php?t=478545&#038;sid=dc67fdf31128b1926968063cd7f6247f">blurb </a>on the <a href="http://forums.mozillazine.org/">Mozillazine Forums</a>:</p>
<p>You used to be able to set this via the standard user interface pre-2.0 but now you must go to the address bar and type:</p>
<p><code>about:config</code></p>
<p>You can then search for the following string:</p>
<p><code>network.cookie.cookieBehavior</code></p>
<p>change the value from <strong>0</strong> to <strong>1</strong> and restart Firefox.</p>
<p>This will prevent the transfer of cookie information from site-to-site. (i.e. msn.com reading your google.com cookies)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewhay.ca/archives/54/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Malware Analysis: Tools of the Trade</title>
		<link>http://www.andrewhay.ca/archives/49</link>
		<comments>http://www.andrewhay.ca/archives/49#comments</comments>
		<pubDate>Tue, 24 Oct 2006 12:24:15 +0000</pubDate>
		<dc:creator>Andrew Hay</dc:creator>
				<category><![CDATA[HowTo's]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.andrewhay.ca/archives/49</guid>
		<description><![CDATA[Excellent information gathering by Lorna Hutcheson in this Internet Storm Center Handler&#8217;s Diary Entry. From the diary entry: First I want to thank everyone who sent in tools for this endeavor. I hope that this list of tools continues to grow and everyone can get good use out of it. If you look at the [...]]]></description>
			<content:encoded><![CDATA[<p>Excellent information gathering by Lorna Hutcheson in this <a href="http://isc.sans.org/diary.php?storyid=1801">Internet Storm Center Handler&#8217;s Diary Entry</a>.  From the diary entry:</p>
<blockquote><p>First I want to thank everyone who sent in tools for this endeavor.  I hope that this list of tools continues to grow and everyone can get good use out of it.  If you look at the diary entry that launched this endeavor, you will find the information that I&#8217;m looking to obtain about the tools.  If you have some that need would be good to list here, please pass them along and I&#8217;ll update the list.  Some folks sent in entries and checked the box not to have thier names mentioned, so there are no names by those submissions.  If you want me to include your name, I&#8217;d love to, but you need to give me permission first when you submit the information.  All information has been submitted as provided.  If you have any additions, I&#8217;d be happy to add them!</p></blockquote>
<p><strong>The List:</strong><br />
1. &nbsp; <span style="font-weight: bold; text-decoration: underline;">Malcode Analyst Pack</span>                                        </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a. Where you can get it (if known)-</span> iDefense http://labs.idefense.com/labs-software.php?show=8</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b. Shareware/Freeware-</span> GPL/Freeware</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does-</span></div>
<div style="margin-left: 80px;">This install package contains a handful of small utility type applications that have proven useful while analyzing malicious code.</div>
<div style="margin-left: 80px;">These are quick tools designed to meet specific needs while in a malcode testing lab environment. Functionality is tailored specifically to these ends, implementation may be crude at some points but all have proven utility.</div>
<div style="margin-left: 40px;"></div>
<div style="margin-left: 80px;">This package includes:</div>
<div style="margin-left: 80px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • ShellExt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; explorer shell extensions<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • socketTool&nbsp;&nbsp;&nbsp; &#8211; manual TCP Client for probing functionality.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • MailPot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; mail server capture pot<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • fakeDNS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; spoofs dns responses to controlled ip&#8217;s<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • sniff_hit&nbsp;&nbsp;&nbsp;&nbsp; &#8211; HTTP, IRC, and DNS sniffer<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • sclog &#8211; Shellcode research and analysis application<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • IDCDumpFix&nbsp;&nbsp;&nbsp; &#8211; aids in quick RE of packed applications<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • Shellcode2Exe &#8211; embeds multiple shellcode formats in exe husk<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; • GdiProcs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; used to detect hidden processes</div>
<p>                                        </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp; Tips for using it or gotchas-</span> N/A<br /><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span>- as trustworthy as iDefense is <img src='http://www.andrewhay.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br /><span style="font-weight: bold;">f. &nbsp; Screen Shots of the tool in action (optional)-</span> there is a wmv of the shellcode logger usage on the site (link at bottom of page)<br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool-</span> N/A</p>
<p></div>
<p>2.&nbsp; <span style="text-decoration: underline; font-weight: bold;">RegMon, FileMon, Ethereal:&nbsp; Submitted by Ronan Rose</span>                                      </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a.&nbsp; Where you can get it (if known)-</span>&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp; RegMon, FileMon and TCPView at www.sysinternals.com</div>
<div style="margin-left: 40px;">&nbsp;&nbsp;&nbsp;&nbsp; Ethereal: Included with red hat many linux distros</div>
<div style="margin-left: 40px;">&nbsp;&nbsp;&nbsp;&nbsp; MSVPC: microsoft.com (trial)</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b.&nbsp; Shareware/Freeware-</span>&nbsp; unknown &#8211; trial versions / freeware</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does:&nbsp;</span>                                          </p>
<ul>
<li>RegMon: monitors processes accessing the registry.</li>
<li>&nbsp;FileMon: monitors processes accessing file system.</li>
<li>&nbsp;TCPview: lets you see in real time what applications are listening on your ports.</li>
<li>&nbsp;Ethereal: will give you a good view of what is happening on the network at a packet level.</li>
<li>&nbsp;MSVPC: will allow you to set up a network on your PC. I have a 2.4 ghz, 60GB HD and 750 mb ram which allows me to run 3 VMs simultaneously in a LAN &#8211; server2003 to provide dns, ftp, smtp etc, </li>
<li>Win2k client as Malware host and to run filemon and reg mon on, and redhat 7.2 vm to use ethereal</li>
</ul>
</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp; Tips for using it or gotchas- </span></div>
<div style="margin-left: 40px;">
<ul>
<li>In the case of malware with Regmon look for processes polling the &#8220;run&#8221; keys in the registry . You will need to exclude some processes from both tools (there is quiet alot happening under the bonnet in windows) to improve legability, but if you are still not finding your problem, remember that some malware can inject itself into legit processes, so drop any filters and start again.</li>
<li>Filemon should show you any process that is systematically looking for information on your hard drive.</li>
<li>TCPview lets you see in real time what applications are listening on your ports.&nbsp; Some of the newer malware claims to be able to defeat some of the file, registry, tcp view type apps with rootkits etc. When in doubt, check ethereal &#8211; if the network is still busy, then you are still infected!</li>
</ul>
</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span>&nbsp; All tools are trustworthy and come from a reliable source.</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">f.  &nbsp; Screen Shots of the tool in action (optional)- </span><br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool-</span></div>
<p><span style="font-weight: bold;">3.&nbsp; </span><span style="font-weight: bold; text-decoration: underline;">Windows 2000 RAM dump parsing tools:&nbsp; Submitted by Harlan Carvey</span>                                    </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a. Where you can get it (if known)-</span> http://sourceforge.net/project/showfiles.php?group_id=164158</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b. Shareware/Freeware-</span> </div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does-</span></div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp; Tips for using it or gotchas-</span> &nbsp; The tools themselves should be platform-independant, and only require Perl.&nbsp; I&#8217;ve had previous versions tested on Linux, and even a Mac G5.<br /><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span><br /><span style="font-weight: bold;">f.  &nbsp; Screen Shots of the tool in action (optional)- </span><br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool- </span></p>
</div>
<p><span style="font-weight: bold;">4.&nbsp; </span><span style="font-weight: bold; text-decoration: underline;">Wireshark, formerly Ethereal</span>                                    </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a. Where you can get it (if known)-</span> http://www.wireshark.org/</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b. Shareware/Freeware-</span> Free &amp; Open source</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does-</span>&nbsp; Analyzes network traffic &amp; packets. Useful for observing if and where malware is attempting to deliver/recieve payload(s) and via which protocol(s).</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp;  Tips for using it or gotchas-</span> &nbsp; <br /><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span>&nbsp; Yes, trustworthy, would run it on primary systems if needed. Open source, can compile from source code if desired. Having access to the full source code for scrutiny adds to the level of trust.<br /><span style="font-weight: bold;">f.  &nbsp; Screen Shots of the tool in action (optional)- </span><br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool-</span>&nbsp; Numerous links available on the Wireshark home page,&nbsp; www.wireshark.org</p>
<p></div>
<p> <span style="font-weight: bold;">5.&nbsp; </span><span style="text-decoration: underline;">OllyDbg:&nbsp; Submitted by Vince Maes</span><span style="text-decoration: underline;"><br /></span>                                      </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a. Where you can get it (if known)-</span> http://www.ollydbg.de/</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b. Shareware/Freeware-</span> OllyDbg is a shareware, but you can download and use it for free.</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does-</span>&nbsp; Provides binary code analysis for Windows-based malware.&nbsp; Some of it&#8217;s best features are:                                  </p>
<div style="margin-left: 40px;">-Attaches to running programs<br />-Analyzes complex code constructs such as call to jump to procedure<br />-Sets conditional, logging, memory and hardware breakpoints<br />-Traces execution and logs arguments of known functions.<br />-And lots more&#8230;</div>
</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp;  Tips for using it or gotchas-</span> &nbsp; <br /><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span>&nbsp; <br /><span style="font-weight: bold;">f.  &nbsp; Screen Shots of the tool in action (optional)- </span><br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool-</span>&nbsp; </p>
</div>
<p><span style="font-weight: bold;">6.&nbsp; </span><span style="font-weight: bold; text-decoration: underline;">IDA Pro:&nbsp; Submitted by Vince Maes</span>                                      </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a. Where you can get it (if known)-</span> http://www.datarescue.com/</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b. Shareware/Freeware-</span> Cost of standard edition is $439&nbsp; This tool is worth the cost.</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does-</span>&nbsp; Disassembler and debugger with an assortment of community developed plug-ins. Supports a multitude of processors. Use a graphic interface. It allows you to step through malicious code. Best to run in a virtual machine with no network access.</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp;  Tips for using it or gotchas-</span> &nbsp; <br /><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span>&nbsp; <br /><span style="font-weight: bold;">f.  &nbsp; Screen Shots of the tool in action (optional)- </span><br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool-</span> </p>
</div>
<p><span style="font-weight: bold;">7.&nbsp; </span><span style="font-weight: bold; text-decoration: underline;">Holodeck:&nbsp; Submitted by Vince Maes</span>          </p>
<div style="margin-left: 40px;"><span style="font-weight: bold;">a. Where you can get it (if known)-</span> http://www.securityinnovation.com/holodeck/</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">b. Shareware/Freeware-</span> Cost of single user license $1495.00</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">c.&nbsp; What it does-</span>&nbsp; Basically a great fuzzing tool. Automated point-and-click fault scenarios, function call logging, operation intercepts, network packet logging, and a debugger just to name a few. There is a book by the developers that contains a light version of the product: How to Break Software Security.</div>
<div style="margin-left: 40px;"><span style="font-weight: bold;">d.&nbsp;  Tips for using it or gotchas-</span> &nbsp; <br /><span style="font-weight: bold;">e.&nbsp; Is the source of the tool considered trustworthy?</span>&nbsp; <br /><span style="font-weight: bold;">f.  &nbsp; Screen Shots of the tool in action (optional)- </span><br /><span style="font-weight: bold;">g. &nbsp; Links to additional resource information about the tool-</span> </div>
<p><span style="font-weight: bold;"></span><span style="font-weight: bold;"></span><span style="text-decoration: underline;"></span><span style="font-weight: bold;">                                </p>
<div style="margin-left: 40px;"></div>
<p></span><span style="font-weight: bold;"></span><span style="font-weight: bold;"></span><span style="font-weight: bold;">WEBSITE LINKS:<br />1.&nbsp; Pedram&#8217;s site: &nbsp; http://pedram.redhive.com/&nbsp;&nbsp; Submitted by&nbsp; Vince Maes</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewhay.ca/archives/49/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
