<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>ISIS Blogs</title>
	<atom:link href="http://isisblogs.poly.edu/feed/" rel="self" type="application/rss+xml" />
	<link>http://isisblogs.poly.edu</link>
	<description>Information Systems and Internet Security</description>
	<pubDate>Mon, 12 May 2008 22:03:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
		<item>
		<title>Summer InfoSec Video/Study Group</title>
		<link>http://isisblogs.poly.edu/2008/05/11/summer-infosec-videostudy-group/</link>
		<comments>http://isisblogs.poly.edu/2008/05/11/summer-infosec-videostudy-group/#comments</comments>
		<pubDate>Mon, 12 May 2008 03:12:16 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Press Release]]></category>

		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=87</guid>
		<description><![CDATA[This summer the ISIS Lab will be hosting a weekly Information Security Video/Study Group every Wednesday from 6:30pm until people get bored (probably ~8-9pm).
I&#8217;ll show up in the lab and hook up our gigantic LCD TV to show a different video each week and host a discussion. Afterwards, I&#8217;ll do a review of each meeting [...]]]></description>
			<content:encoded><![CDATA[<p>This summer the ISIS Lab will be hosting a weekly Information Security Video/Study Group every Wednesday from 6:30pm until people get bored (probably ~8-9pm).</p>
<p>I&#8217;ll show up in the lab and hook up our gigantic LCD TV to show a different video each week and host a discussion. Afterwards, I&#8217;ll do a review of each meeting on this blog. We will default to a FreeBSD Kernel Internals DVD course if no other videos are suggested (I need to brush up on my Operating Systems). If you have a specific video you&#8217;d like to see/discuss from Defcon, ShmooCon, HITBSecConf, Blackhat, RECon, or elsewhere then please suggest watching it!</p>
<p>Meetings will take place in the ISIS Lab (Room 219) located in Polytechnic University. The street address is <a href="http://maps.google.com/maps?q=6+Metrotech+Center,+Brooklyn,+NY+11201">6 Metrotech Center, Brooklyn, NY 11201</a>. If you&#8217;re not a regular, then I&#8217;m going to need to sign you in so call the lab phone at (718) 260-3986 when you get here (regulars get the sekret c0deword). I&#8217;ll keep a bunch of menu&#8217;s in the lab and we&#8217;ll make an order for takeout shortly after everyone gets here.</p>
<p>This event is open to the public (duh) so please invite your friends. Send all comments, suggestions or videos you&#8217;d like to watch to me, Dan, at <a href="mailto:dguido@gmail.com">dguido@gmail.com</a>.</p>
<p>The first meetup is this Wednesday, May 14th. See you there!</p>
<p>Add this event and others to your calendar: <a href="http://www.google.com/calendar/embed?src=smcusai7p485akmjao4ttqctrc%40group.calendar.google.com&amp;ctz=America/New_York">ISIS Meetings</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/05/11/summer-infosec-videostudy-group/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Update to Single-Site-Browsers (SSBs)</title>
		<link>http://isisblogs.poly.edu/2008/04/28/update-to-single-site-browsers-ssbs/</link>
		<comments>http://isisblogs.poly.edu/2008/04/28/update-to-single-site-browsers-ssbs/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 03:44:37 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Psychology of Security]]></category>

		<category><![CDATA[Risk Analysis]]></category>

		<category><![CDATA[Security Engineering]]></category>

		<category><![CDATA[Security Industry]]></category>

		<category><![CDATA[Social Engineering]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=86</guid>
		<description><![CDATA[I spent a lot more time thinking about SSBs over the last week or so and I&#8217;d like to use this blog to do a bit of a brain dump. A few days ago, Andrew Jaquith publicly posted the presentation that was sent me to privately. Here are links to his blog and to his [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a lot more time thinking about SSBs over the last week or so and I&#8217;d like to use this blog to do a bit of a brain dump. A few days ago, Andrew Jaquith publicly posted the presentation that was sent me to privately. Here are links to his <a href="http://blogs.yankeegroup.com/2008/04/21/single-site-browsers/">blog</a> and to his <a href="http://blogs.yankeegroup.com/wp-content/uploads/2008/04/ssb-preso-reduced.pdf">presentation</a>.</p>
<p>His presentation makes a number of claims about the security benefits of SSBs. It lists protection against phishing, CSRF, some types of XSS (likely all non-persistent varieties), and domain whitelisting as a future improvement to harden those protections.</p>
<p>I don&#8217;t think [current] SSBs completely provide those security benefits unless you do two things:</p>
<ol>
<li>You block non-SSBs from accessing your website (blocking on user agent string would be enough)</li>
<li>You train users that an SSB is the only acceptable place to enter their password</li>
</ol>
<p>Without those two requirements satisfied, it is my opinion that SSBs give little security benefit.</p>
<p>If you still allow non-SSBs to access citibank.com, then when a user clicks an XSS&#8217;d link to citibank.com, the citibank.com page will still load, and they will still be XSS&#8217;d. Similarly, CSRF continues to function as it is likely that the &#8217;session cookie isolation&#8217; benefit of SSBs are negated by the user likely having duplicate cookies in both their SSB and in Firefox (you must ensure the user never logs into citibank.com with their normal browser and obtain a session cookie there, hence the first requirement).</p>
<p>In order for the phishing protection to be effective, users must be aware that they are only supposed to encounter Citibank content in their SSB and not in their normal browser. For instance, if an SSB user encounters a Citibank phishing website in Firefox, will they close their browser and open their SSB instead? It might be the case that users will behave in this way, but I haven&#8217;t seen any verifiable proof either way.</p>
<p>[This hasn&#8217;t been reported on ISIS Blogs yet, but next week marks the end of our first run of &#8220;The Psychology of Security/Social Engineering&#8221;, a first-run research course here at Poly. I&#8217;m writing up a research proposal to test the above hypothesis with a group of students in the Fall.]</p>
<p>Lastly, if a bank starts deploying SSBs to their customers, I see this as a first step towards successfully forcing client-side requirements on users where the end-game is fully trusted computing and the open commercial web starts to disappear. This actually goes back to our &#8220;<a href="http://isisblogs.poly.edu/2008/03/12/refusing-business-from-security-unaware-customers/">Refusing Insecure Customers</a>&#8221; debate. It&#8217;s an evolution of the same (<a href="http://isisblogs.poly.edu/pollsarchive/">bad</a>, according to readers) idea.</p>
<p>So, although I see where SSBs have some use and can positively affect your web security, let&#8217;s not kid ourselves, they don&#8217;t solve that much. To really be effective, they require major changes in the way you do business and [still] rely on an intelligent user. Rather, they look like avoidance of the base problem and an idealistic patch that isn&#8217;t going to work.</p>
<p>Oddly enough, I have been using a set of 4 <a href="http://wiki.mozilla.org/Prism">Prism</a> SSBs for the last 2 weeks and have actually grown fond of them, but not for security reasons at all. I like how they show up in my dock, that they rarely crash, and it seems natural to give such webapps &#8220;first-class&#8221; status as desktop applications. I&#8217;ll probably continue using them, but I don&#8217;t think I&#8217;ve gained any security from doing so.</p>
<p>That said, I think part of the problem here is that SSBs haven&#8217;t fully matured yet. I just heard about these things 2 weeks ago and I haven&#8217;t heard anyone else in the security community talking about them besides Andrew. They are a topic that deserves more attention and particularly more research from the security community as they embody a lot of <a href="http://wiki.mozilla.org/Prism#Prism_.2F_SSB_Objectives">attractive ideas</a>. Despite my harsh words, I&#8217;m not ready to give up on them yet.</p>
<p>Let&#8217;s brainstorm: how could SSBs be <em>more</em> useful to security? Could we change the way they work or change how they are deployed to give us additional benefits? If you&#8217;re an InfoSec student with no good topic to research, this is without a doubt a good avenue to explore.</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/28/update-to-single-site-browsers-ssbs/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>SFS presentation about Synology</title>
		<link>http://isisblogs.poly.edu/2008/04/16/sfs-presentation-about-synology/</link>
		<comments>http://isisblogs.poly.edu/2008/04/16/sfs-presentation-about-synology/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 04:38:27 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Exploits]]></category>

		<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=85</guid>
		<description><![CDATA[This morning I summed up everything that happened with Synology and everything I have continued working on since my previous article was written in a deck of slides at the weekly SFS meeting.
Here is an overview of the items not covered in the previous article:

The director of software development at Synology contacted me one business [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I summed up everything that happened with Synology and everything I have continued working on since <a href="http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/">my previous article</a> was written in a deck of slides at the weekly SFS meeting.</p>
<p>Here is an overview of the items not covered in <a href="http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/">the previous article</a>:</p>
<ul>
<li>The director of software development at Synology contacted me one business day after my ISIS Blogs post. They have <a href="http://synology.com/enu/support/releaseNote/CS407.php">already released</a> a firmware update to fix the most critical issues and came up with an <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&#038;t=7803">&#8220;enhancement&#8221; plan</a> (security fixes are not enhancements, but I digress) to fix the rest!</li>
<li>I&#8217;ve started developing ARM/Linux2.6 shellcode so I can integrate a Synology exploit into Metasploit. First try: virtualize the firmware inside of qemu. Failed. Second try: install gcc directly on device. So far so good.</li>
<li>I wrote an FTP request module for <a href="http://fuzzing.org/">Sulley</a> to fuzz the FTP server Synology is using. I haven&#8217;t been able to use yet because I hit the built-in connection limit on the FTP server and it starts ignoring me. That is a project for another day.</li>
</ul>
<p>See the entire deck of slides here: <a href="http://cryptocity.net/archive/synology_presentation.pdf">http://cryptocity.net/archive/synology_presentation.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/16/sfs-presentation-about-synology/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Just wanted to get this out there</title>
		<link>http://isisblogs.poly.edu/2008/04/10/just-wanted-to-get-this-out-there/</link>
		<comments>http://isisblogs.poly.edu/2008/04/10/just-wanted-to-get-this-out-there/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 03:04:38 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Exploits]]></category>

		<category><![CDATA[Social Engineering]]></category>

		<category><![CDATA[Targeted Attacks]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=84</guid>
		<description><![CDATA[I&#8217;m sure most of you have read the article in BusinessWeek that turned up on Slashdot regarding the hacker attacks the US government has to deal with. If you haven&#8217;t, you really should read it because despite its obvious inaccuracies (journalists always get something horribly wrong) it&#8217;s got a ton of good information. I liked [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure most of you have read the <a href="http://www.businessweek.com/print/magazine/content/08_16/b4080032218430.htm">article in BusinessWeek</a> that turned up on <a href="http://it.slashdot.org/article.pl?sid=08/04/10/2235215&#038;from=rss">Slashdot</a> regarding the hacker attacks the US government has to deal with. If you haven&#8217;t, you really should read it because despite its obvious inaccuracies (journalists always get <em>something</em> horribly wrong) it&#8217;s got a ton of good information. I liked how they explained exactly how the unknown attacker uses phishing (whaling?) so effectively.</p>
<p>But really, my alterior motive for posting this, was so I could point out this one particularly entertaining paragraph buried in the middle of it:</p>
<blockquote><p>Now, Senate Intelligence Committee Chairman John D. Rockefeller (D-W. Va.) is said to be discreetly informing fellow senators of the Byzantine operation, in part to win their support for needed appropriations, many of which are part of classified &#8220;black&#8221; budgets kept off official government books. Rockefeller declined to comment. In January a Senate Intelligence Committee staffer urged his boss, Missouri Republican Christopher &#8220;Kit&#8221; Bond, the committee&#8217;s vice-chairman, to supplement closed-door testimony and classified documents with a viewing of the movie <em>Die Hard 4</em> on a flight the senator made to New Zealand. In the film, cyber terrorists breach FBI networks, purloin financial data, and bring car traffic to a halt in Washington. Hollywood, says Bond, doesn&#8217;t exaggerate as much as people might think. &#8220;I can&#8217;t discuss classified matters,&#8221; he cautions. &#8220;But the movie illustrates the potential impact of a cyber conflict. Except for a few things, let me just tell you: It&#8217;s credible.&#8221;</p></blockquote>
<p>For the record:</p>
<blockquote><p>&#8220;Except for a few things, let me just tell you: It&#8217;s credible.&#8221;<br />- Senator Christopher &#8220;Kit&#8221; Bond (R-MO) on Die Hard 4</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/10/just-wanted-to-get-this-out-there/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>BackTrack 3: Demos of selected tools</title>
		<link>http://isisblogs.poly.edu/2008/04/08/backtrack-3-demos-of-selected-tools/</link>
		<comments>http://isisblogs.poly.edu/2008/04/08/backtrack-3-demos-of-selected-tools/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 18:02:31 +0000</pubDate>
		<dc:creator>Aleksey Fateev</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=83</guid>
		<description><![CDATA[BackTrack 3 (2007-12-14) is a penetration testing live Linux distribution. It is packed with plethora of tools organized by categories.

With this large amount of utilities, it is sometimes hard to pick the correct one for the job. At Shmoocon 2008, a BackTrack representative gave a talk which was good, but focused on exploiting a Windows [...]]]></description>
			<content:encoded><![CDATA[<p>BackTrack 3 (2007-12-14) is a penetration testing live Linux distribution. It is packed with plethora of tools organized by categories.</p>
<p><img class="aligncenter" src="http://isisblogs.poly.edu/wp-content/uploads/bt_menu.JPG" alt="Bt_menu" /></p>
<p>With this large amount of utilities, it is sometimes hard to pick the correct one for the job. At Shmoocon 2008, a BackTrack representative gave a talk which was good, but focused on exploiting a Windows binary using Olly, not on showing off the features of the distribution. So I took it upon myself to click on every single link and find the awesome and the less awesome tools among the bunch. Note that the work that I did was for a presentation. There are videos which are self-explanatory but at times need commentary. I will provide some explanation in writing.</p>
<p><span id="more-83"></span></p>
<p><span style="#0000ff;"><span style="#0000ff;"><strong>1. CREDITS</strong></span></span></p>
<p>BackTrack3 - www.remote-exploit.org<br />
Tactical Exploitation – H.D.Moore &amp; Valsmith (Defcon 2007)‏<br />
Metasploit Videos - learnsecurityonline.com</p>
<p><span style="#0000ff;"><span style="#0000ff;"><span style="#0000ff;"><strong>2. RECORDING</strong></span></span></span></p>
<p>BackTrack comes with a video recording utility, <em>recordmydesktop. </em>You can either record the whole desktop or just one window using a window id. Some useful commands are:</p>
<p><em>recordmydesktop &#8211;no-sound -o out.ogg<br />
xwininfo |grep &#8220;Window id:&#8221;|sed -e &#8220;s/xwininfo\:\ Window id:\ // ;s/\ .*//&#8221;  #gives you a window id<br />
recordmydesktop &#8211;nosound -windowid 0&#215;0442 -o out2.ogg</em></p>
<p><span style="#0000ff;"><span style="#0000ff;"><span style="#0000ff;"><strong>3. INFORMATION GATHERING</strong></span></span></span></p>
<p>In this category, the focus is on information aggregators, network discovery tools and OS and application vulnerability scanning tools.</p>
<p><strong>3.1. Maltego - Personal Discovery</strong></p>
<p>This is a tool from www.paterva.com that can be used for personal discovery. It has been in development for a while now and switched from a web version to a standalone binary version. It is a total information aggregator. It can search social networks such as LinkeIn, public PGP key servers. It can pull down various information from inside documents and other aggregators such as serversniff.de and robtex.com. It offers services such as geoip resolutions, email verification. The tool has a graphical interface and you can start your search by domain, IP address, website, email, person, phone number etc. The information is presented as a directional graph and any results can be further interrogated producing new results. You can use this to do various things such as profiling users of a certain server, searching for groups of people, determining relationships between websites, building PGP trees etc.</p>
<p>Maltego commonly finds phone numbers, addresses, names, personal sites, resumes, newsgroup postings, usernames, email addresses.</p>
<p><img class="alignnone" src="http://isisblogs.poly.edu/wp-content/uploads/maltego_screen_small.jpg" alt="Maltego" /></p>
<p><strong>3.2. Nmap and Websites - Network Discovery</strong></p>
<p>While doing network discovery, you are looking for variety of things such as  MX records, internal networks, outsourced services, important server and open ports. The number one tool for this is still Nmap. A lot has been written about nmap, so I will just share my favorite usage and leave it at that:</p>
<p><em>nmap -sS -P0 -O -T Sneaky -p 445 -D 64.233.169.99 &lt;ip_to_scan&gt;</em></p>
<p>The above command initiates a stealth scan (-sS) which does not complete the TCP connection. This is fairly fast and unobtrusive. The -P0 flag tells nmap not to ping the IP which adds to stealth. The -T is a timing flag that can be set from Sneaky to Insane and determines the speed of packet generation. The -p flag specifies the port or a port range. You can use this flag either to add to stealth by specifying one or few ports, or add to thoroughness by providing a range of 1-65535. And last but not least, the -D flag allows you to specify a number of decoys. I usually put googlebot&#8217;s IP address. This makes  nmap generate packets from your IP address and googlebots IP address (the response to which will go to google). This has an effect of confusing the target.</p>
<p>I would also like to share with you 2 less known network discovery tools. Two websites, <a href="http://www.domaintools.com">www.domaintools.com</a> and <a href="http://centralops.net">centralops.net</a> provide nmap-like services. You can use these to create a domain dossier on any website that will include things like popular port scan, ping, traceroute, nslookup and whois. And best of all, the traffic is not going to come from you.</p>
<p><strong>3.3. OS &amp; Application Vulnerability Scanning</strong></p>
<p>GFI LANguard is a tool I found as a useful replacement for Nessus (BackTrack does not include Nessus).  It is only free with this BackTrack distribution. I found this tool to be a slightly slimmed down version of Nessus. On the other hand it was incredibly easy to use and it provides a wealth of information. It can scan a range of IPs to determine open ports, operating systems, common vulnerabilities,  users, shares, running processes, security policies, missing patches, SNMP devices and functions they provide. This demo shows a limited use of its features and the results are more glorious on a larger network.</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/gfilanguard.ogg">video</a></p>
<p><span style="#0000ff;"><span style="#0000ff;"><strong>4. WIFI WEP Fun</strong></span></span></p>
<p>BackTrack has an excellent collection of various wireless tools. I will present some of these here. I will use them to defeat WEP protection of my home router.</p>
<p><img class="alignnone" src="http://isisblogs.poly.edu/wp-content/uploads/wep_diagram.JPG" alt="wep diagram" /></p>
<p><strong>4.1 WEP Overview</strong></p>
<p>WEP weakness stem from frequently repeating 24-bit IVs (initialization vectors) and the use of weak RC4 algorithm for keystream generation. This knowledge has been used to create a <strong>brute force attack</strong>. In this attack, you need to only capture a single encrypted packet and apply enormous amount of computing power to try all possible keys. This is possible due to the fact that the real key length is 40 for 64-bit keys and 104 for 128-bit keys. It has been shown that a weak key can be brute-forced in a manner of minutes. Another type of attack is <a href="http://www.drizzle.com/~aboba/IEEE/rc4_ksaproc.pdf">FMS attack</a> which is a statistical attack on known weak keys. You need to capture a lot of traffic to collect these keys, apply little CPU power and perform this attack. The tools that I describe below use the FMS attack.</p>
<p><strong>4.2 Airo Tools </strong></p>
<p>Below is a sequence of commands to use. I will not post the video due to its large size. You have to first bring up an interface in monitor mode. Then, you have to find a target with a command like &#8220;<em> wlanconfig ath0 list scan</em>&#8220;. Then, use airodump-ng for collection of IVs, aireplay-ng for speedup of collection of IVs, and aircrack-ng for cracking of the key. In general, you need about 60KB of IVs before you should attempt to crack a 128-bit key. I waited until my filesize was a few megabytes. Depending on how fast the packets are flowing, the attack can take a few minutes or much more.</p>
<p><em>ifconfig wifi0 up<br />
wlanconfig ath0 create wlandev wifi0 wlanmode monitor<br />
ifconfig ath0 up<br />
wlanconfig ath0 list scan<br />
airodump-ng &#8211;ivs -c 6 &#8211;write dump &#8211;bssid &lt;AP&#8217;s_MAC&gt; ath0<br />
aireplay-ng -2 -b &lt;</em><em>AP&#8217;s_MAC</em><em>&gt; -d ff:ff:ff:ff:ff:ff -m 68 -n 68 -p 0841 -h &lt;Innocent_computer&#8217;s_connected_to_AP_MAC&gt; ath0<br />
aircrack-ng -f 2 -a 1 -b &lt;APs_MAC&gt; -n 128 dump-01.ivs</em></p>
<p><strong>4.3 Wesside-ng Demo</strong></p>
<p>This is a tool that automates WEP cracking. It is still in early stage of development and I could only get it working with an atheros chipset. It is simple to use and does <em>everything</em> on its own. It finds a nearby vulnerable network, collects traffic and cracks the key.</p>
<p><em>wesside-ng -i ath0</em></p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/wessideng_tools2.ogg">video</a></p>
<p><span style="#0000ff;"><span style="#0000ff;"><strong>5. Other WIFI tools</strong></span></span></p>
<p><strong>5.1 WifiZoo</strong></p>
<p>This is the most useful tool that I found. I believe it comes from the CoreImpact toolkit. It is used primarily for cookie stealing on unencrypted and possibly encrypted (untested) networks. On my test network I managed to steal Facebook cookies. I had unlimited control of the Facebook account of the &#8220;victim&#8221; and could do anything up to changing the password. I also managed to steal Gmail cookies. Pretty much the only things I could do was read email and set a forwarding email. I could not change the password.</p>
<p>I am not posting a demo of this due to size limitations and privacy issues. I am posting a screenshot. As you can see the tool also automatically collects FTP data and SMTP data. What you have to do to get it working is:</p>
<p>1. <em>nano /pentest/wireless/wifizoo/wifizoo.py</em> and change conf.iface=&#8217;eth0&#8242; to you monitor interface<br />
2. <em>./wifizoo.py</em> to start the tool<br />
3. Start Firefox and change its HTTP proxy to <em>127.0.0.1:8080</em><br />
4. Point the browser to <em>127.0.0.1:8000</em> which is WifiZoo&#8217;z webinterface</p>
<p><img class="alignnone" src="http://isisblogs.poly.edu/wp-content/uploads/wfizoo.jpg" alt="wifizoo" /></p>
<p>5. After that, it&#8217;s smooth sailing - click on the cookies link, click on a captured cookie, select &#8220;Set Cookie&#8221; and it will take you to the IP address of the website. You usually have to change the IP address to the name manually (e.g. change <span class="ipaddr"> 69.63.176.140 to www.facebook.com in the browser location bar</span>).</p>
<p><strong>5.2 MDK3</strong></p>
<p>I don&#8217;t know if this stands for &#8220;Murder Death Kill 3&#8243; but it sure looks like it. I could not fully test this tool as I did not want to attack a large network and this is mainly where it would shine. This tools allows you to deploy a 3-part attack. First, you can deauthenticate clients from all nearby or a selected Access Point thus providing a denial of service. Second, you can flood the nearby APs with authentication requests. This can lead to a situation where some APs will need to be restarted or the become full and will not accept any new users. Third, you can create a beacon flood of fake APs specifying some ssid or generating random ssid names. After this step, the legitimate clients that were booted from their APs in step 1 will have a lot of problems reconnecting.  This sounds like it could create some major havoc on unsuspecting networks. Most of this can probably be mitigated by  a combination of MAC filtering and good firmware. The commands are:</p>
<p><em>mdk3 eth0 d                                        # deauthentication attack<br />
mdk3 eth0 a -a &lt;AP_MAC&gt;                 # authentication flood<br />
mdk3 eth0 b -n MyEssid -w -c 11       # beacon flood mode</em></p>
<p><span style="#0000ff;"><strong><span style="#0000ff;">6. EXPLOITATION FRAMEWORKS</span><br />
</strong></span></p>
<p>Backtrack comes with Metasploit, Inguma, W3AF and a few others. I have tested Metasploit and W3AF and will present my results here.</p>
<p><strong>6.1 Metasploit 3 - unlocking a workstation</strong></p>
<p>The problem is simple, I have a Windows 2000 VMware workstation that I don&#8217;t know the password to. Since it turns on, it probably goes online and gets an IP address. A nmap scan reveals that to be true. After that, I take a random exploit for windows 2000 and throw it at the box. This one happens to be a Net32Api CanonicalizePathName() stack overflow. The payload is set to vncinject. By default, it provides a &#8220;Courtesy Shell&#8221;. Typing &#8220;explorer.exe&#8221; in that shell bypasses the authentication window and allows the change or Administrator password. Note that I am using the Windows GUI Metasploit. I had to do this due to my need to start a VM.</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/metasploit_unlockbox.avi">video</a></p>
<p><strong>6.2 Metasploit 3 - SMB Relay Attack</strong></p>
<p>Multiple videos already exist for this attack elsewhere and while doing this I used a tutorial from learnsecurityonline.com. The attack mechanism is described nicely <a href="http://xfocus.net/articles/200305/smbrelay.html">here</a> and <a href="http://perimetergrid.com/wp/2007/11/27/smb-reflection-made-way-too-easy/">here</a>. In a few words, whats going on here is - a man in the middle reflection attack based on the weakness of the Microsoft SMB file sharing authentication protocol. Note that I am using a web interface this time.</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/metasploit_smb_relay.avi">video</a></p>
<p><span style="#0000ff;"><strong><span style="#0000ff;">7. PENTESTING A WEBSERVER</span><br />
</strong></span></p>
<p>The tools that you want to use for this are: webspiders, webserver vulnerability scanners, exploitation frameworks for web, credential brute-forcing utilities.</p>
<p><strong>7.1 Nikto</strong></p>
<p>This is web server scanner which performs tests against web servers for multiple items, including over 3500 potentially dangerous files/CGIs, versions on over 900 servers. It commonly finds outdated software versions (SSL, Apache, PHP), allowed HTTP methods, and various directories that are missing index files.</p>
<p><img class="alignnone" src="http://isisblogs.poly.edu/wp-content/uploads/old_missing_index.JPG" alt="no index file" /></p>
<p><strong>7.2 W3AF</strong></p>
<p>This is a web application attack and audit framework. I have not experimented much with it. I used its webSpider to collect all the links of a webserver. Then I wrote a script  to extract the users of the server by searching for &#8220;~&#8221;.</p>
<p>Summary: Using the information collected from just the above two tools, we can now go ahead and try to exploit the server by looking for existing vulnerabilities for the outdated software, examining the files in directories that are missing index files to try to find .htpasswd files or embedded passwords in PHP files. We can also try to bruteforce the accounts of the users we collected from the webspider. The tools to use for bruteforcing are Hydra, Medusa, and SSHater. They come with modules that allow you to attack most popular protocols (ssh, ftp, telnet, imap etc).</p>
<p><span style="#0000ff;"><span style="#0000ff;"><strong>8. TOOLS I DIDN&#8217;T LIKE</strong></span></span></p>
<p>There were a few that I didn&#8217;t like but others I just didn&#8217;t find useful. The list would be too long if I had to list it here. I will mention the fact that THC-Hydra and Medusa, both online password brute forcers, core dumped when I tried to use them.</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/08/backtrack-3-demos-of-selected-tools/feed/</wfw:commentRss>
<enclosure url="http://isisblogs.poly.edu/wp-content/uploads/metasploit_unlockbox.avi" length="37459456" type="video/x-msvideo" />
<enclosure url="http://isisblogs.poly.edu/wp-content/uploads/metasploit_smb_relay.avi" length="19148288" type="video/x-msvideo" />
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>The dumbest thing I had to learn for the CISSP</title>
		<link>http://isisblogs.poly.edu/2008/04/07/the-dumbest-thing-i-had-to-learn-for-the-cissp/</link>
		<comments>http://isisblogs.poly.edu/2008/04/07/the-dumbest-thing-i-had-to-learn-for-the-cissp/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 19:32:52 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Certifications]]></category>

		<category><![CDATA[Security Industry]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=82</guid>
		<description><![CDATA[Started because of the following twitter from tqbf
STRIDE is the dumbest acronym in security.
There are two kinds of dumb:

dumb == harmful
dumb == pathetic

STRIDE has a little bit of both in it, it&#8217;s pretty high on the dumb scale.
I&#8217;m taking votes for either. What&#8217;s the overall dumbest term in security (acronym or not)?

I&#8217;ll start: the dumbest [...]]]></description>
			<content:encoded><![CDATA[<p>Started because of the following twitter from <a href="http://twitter.com/tqbf/statuses/784569309">tqbf</a></p>
<blockquote><p>STRIDE is the dumbest acronym in security.</p></blockquote>
<p>There are two kinds of dumb:</p>
<ol>
<li>dumb == harmful</li>
<li>dumb == pathetic</li>
</ol>
<p>STRIDE has a little bit of both in it, it&#8217;s pretty high on the dumb scale.</p>
<p>I&#8217;m taking votes for either. <strong>What&#8217;s the overall dumbest term in security (acronym or not)?<br />
</strong></p>
<p>I&#8217;ll start: the dumbest (#2) thing I had to learn for the CISSP was &#8220;<a href="http://en.wikipedia.org/wiki/Salami_slicing">salami slicing</a>.&#8221; The concept is OK, but the name makes me shake my head in shame. I shudder using this term to actually describe something to someone else.</p>
<p>EDIT: Ok, it might be &#8220;superzapper.&#8221;</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/superzapper.png" rel="lightbox[82]"><img src="http://isisblogs.poly.edu/wp-content/uploads/superzapper.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/07/the-dumbest-thing-i-had-to-learn-for-the-cissp/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Multiple Vulnerabilities in ALL Synology Products</title>
		<link>http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/</link>
		<comments>http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 02:48:55 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Exploits]]></category>

		<category><![CDATA[Network Security]]></category>

		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Press Release]]></category>

		<category><![CDATA[Security Engineering]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/?p=81</guid>
		<description><![CDATA[In an earlier post to my personal blog as well as to this blog, I enthusiastically recommended the Synology CS407 NAS as a data storage/backup platform. I am now taking that recommendation back.
Let me just say this: it seemed like a good choice at the time, and, if I could have trusted the vendor to [...]]]></description>
			<content:encoded><![CDATA[<p>In an earlier post to <a href="http://www.cryptocity.net/blog/2007/04/27/dude-im-getting-a-nas/">my personal blog</a> as well as to <a href="http://isisblogs.poly.edu/2008/01/18/qa-with-isis-outsourced-backup/">this blog</a>, I enthusiastically recommended the <a href="http://www.synology.com/enu/products/CS407/index.php">Synology CS407</a> <a href="http://en.wikipedia.org/wiki/Network_Attached_Storage">NAS</a> as a data storage/backup platform. <strong>I am now taking that recommendation back</strong>.</p>
<p>Let me just say this: it seemed like a good choice at the time, and, if I could have trusted the vendor to deploy the software on it properly, it might still be. Here is a short summary of some of the issues I found:</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/exposure.png" rel="lightbox[81]"><img src="http://isisblogs.poly.edu/wp-content/uploads/exposure_small.jpg" alt="Table of Vulnerability Exposure for Synology Products" /></a></p>
<p>You can skip to the full report here: <a href="http://cryptocity.net/archive/synology_report.pdf">A Security Audit of the Synology Disk Station Manager (DSM) v2.0-0590 Firmware</a>.</p>
<p>What follows is a complete retelling of how I got here, sort of a lesson in vulnerability disclosure (not so much discovery, you&#8217;ll see why). It&#8217;s not pretty, <strong>I didn&#8217;t do all the right things</strong>, and it&#8217;s kind of long.</p>
<p><span id="more-81"></span></p>
<p>I had a lot of free time over Spring break (read: no money to travel anywhere) and so I decided to start &#8220;kicking the tires&#8221; of the Synology CS407 I owned. My jaw dropped when I got this first nmap scan back:</p>
<pre>PORT      STATE SERVICE     VERSION
80/tcp    open  http        Apache httpd 2.2.3 ((Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e PHP/5.2.0)
139/tcp   open  netbios-ssn Samba smbd 3.X (workgroup: WORKGROUP)
443/tcp   open  http        Apache SSL-only mode httpd
445/tcp   open  netbios-ssn Samba smbd 3.X (workgroup: WORKGROUP)
515/tcp   open  printer
548/tcp   open  afpovertcp?
3306/tcp  open  mysql       MySQL (unauthorized)
3493/tcp  open  tcpwrapped
3689/tcp  open  http        mt-daapd httpd 0.2.4
5000/tcp  open  http        Apache httpd 2.2.3 ((Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e)
5001/tcp  open  http        Apache SSL-only mode httpd
5432/tcp  open  postgresql  PostgreSQL DB
50001/tcp open  tcpwrapped</pre>
<p>It only got worse when I ran Nessus. And then worse when I got a shell and started poking around the filesystem. Get this: <strong>every application on the box is running as root</strong>! And <strong>all the web apps are written as compiled binaries running in CGI&#8230; with root privileges</strong>! As a friend in the lab described it, &#8220;1996 called, it wants its web technology back!&#8221; They weren&#8217;t even making it difficult.</p>
<p>This is where things got interesting. I looked around and there isn&#8217;t any formal security contact or even a public bug tracker (and they call themselves a Linux vendor!). I&#8217;m thinking maybe I can save myself some trouble and get this solved informally, so I made this <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a#p30895">really scary sounding post</a> on their user support forums with just the results of that nmap scan. I also submitted a technical support request at the same time, pointing to the forum post. Best idea? No. But it was easy. I really didn&#8217;t want to write a formal report and submit it. I&#8217;m not getting paid for this, and frankly, I&#8217;m kind of pissed off that I bought this thing and that I&#8217;m stuck with it now.</p>
<p>Two moderators immediately replied to my forum post claiming that there were <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a#p31015">no security vulnerabilities</a> and that <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a#p31053">security vulnerabilities were the price we pay for having the coolest NAS out there</a>. I thought these were official representatives of Synology at first and was ready to make a post to full-disclosure after reading their replies.</p>
<p>Then an official response came back from their tech support: log in to the box over SSH (which they don&#8217;t provide, I had to hack it to turn it on) and turn off the affected services. They also recommended I <em>put the box behind a firewall</em>&#8230; This is why you&#8217;re supposed to have a security@ contact, so people like me don&#8217;t get stuck with non-tech and sales staff. I said a few specific things in my reply to get my concerns in front of the right people:</p>
<ol>
<li>Ask for this issue to be escalated to a product manager</li>
<li>Explain the risks they were putting themselves and their customers under</li>
<li>Explain what would happen if they didn&#8217;t respond to my concerns (full-disclosure)</li>
<li>Included a PDF of a very early draft of my report</li>
</ol>
<p>That worked. 3 days later I got a response from Synology (still their sales staff) indicating that more than half of the vulnerabilities I pointed out would get fixed in a new release of the firmware due out in 60 days. They denied a number of vulnerabilities, which I explained further and sent back to them.</p>
<p>Then I didn&#8217;t hear from them for 9 days. Apparently, my emails were getting stuck in their spam filter (again, vendors, please set up a security@ e-mail)! This went back and forth for a bit and I&#8217;ve moved about 90% of the issues into the next release! A handful of more architectural issues were pushed back until a release 6 months in the future. You can&#8217;t win them all, but at least they are aware of the issues now.</p>
<p>Back on the forum, I had been getting fairly actively involved by answering security questions from other users. Some intelligent people saw what I was saying and <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=15#p31157">came</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=15#p31159">to</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=30#p31241">my</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=30#p31726">defense</a> <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=45#p31991">when</a> the fanboys attacked what I was saying about their precious devices. Two people even posted that they had <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=45#p32347">delayed</a> or <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=30#p31854">reconsidered</a> buying Synology products because of this discussion! It was really great to hear that, both as vindication that what I was saying was important and that Synology&#8217;s management had to take me seriously now. They were actively losing customers due to poor development practices.</p>
<p>How they reacted to this really isn&#8217;t surprising in hindsight: they moved all my posts to a separate, special forum, away from potential and current (but mostly potential) customers. Then their moderators started getting fed up that people were still talking about security issues they thought were irrelevant and resorted to <a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=60#p32377">character attacks and flaming</a>. I sent an e-mail to my contact on the sales staff that someone representing their company was acting inappropriately and their behavior might be tied back to the company. Synology responded by <strong><a href="http://www.synology.com/enu/forum/viewtopic.php?f=88&amp;t=7304&amp;st=0&amp;sk=t&amp;sd=a&amp;start=60#p32432">locking my post</a></strong>.</p>
<p>And that&#8217;s the end of that mess.</p>
<p>If you have a Synology product&#8230; well good luck! All the problems I found won&#8217;t be resolved until 09/2008! And even then, I&#8217;m <strong>sure</strong> there will be more security vulnerabilities. Those compiled binary CGIs are a ticking timebomb. If you don&#8217;t already own a Synology product, I suggest <a href="http://www.freenas.org/">FreeNAS</a>. You can install it in a VM and try it before you &#8220;buy&#8221; it. I&#8217;d really like to get my hands on one of NetGear&#8217;s ReadyNAS products&#8230; anyone with one want to let me poke around it for a bit?</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/04/multiple-vulnerabilities-in-all-synology-products/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>RFID security &#8212; mark your calendars!</title>
		<link>http://isisblogs.poly.edu/2008/04/03/rfid-security-mark-your-calendars/</link>
		<comments>http://isisblogs.poly.edu/2008/04/03/rfid-security-mark-your-calendars/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 23:22:29 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[ISIS in the News]]></category>

		<category><![CDATA[Physical Security]]></category>

		<category><![CDATA[Privacy]]></category>

		<category><![CDATA[RFID]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/2008/04/03/rfid-security-mark-your-calendars/</guid>
		<description><![CDATA[ISIS lab alumni, Mike Aiello, will be on CBS National News @ 6pm on Sunday, April 6th talking about RFID security. Mike runs DIFRWear, a company that makes RFID-blocking apparel.
]]></description>
			<content:encoded><![CDATA[<p>ISIS lab alumni, Mike Aiello, will be on CBS National News @ 6pm on Sunday, April 6th talking about <a href="http://tv.boingboing.net/2008/03/19/how-to-hack-an-rfide.html">RFID security</a>. Mike runs <a href="http://www.difrwear.com/">DIFRWear</a>, a company that makes RFID-blocking apparel.</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/04/03/rfid-security-mark-your-calendars/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>We promise we won&#8217;t store your password</title>
		<link>http://isisblogs.poly.edu/2008/03/30/we-promise-we-wont-store-your-password/</link>
		<comments>http://isisblogs.poly.edu/2008/03/30/we-promise-we-wont-store-your-password/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 04:16:39 +0000</pubDate>
		<dc:creator>Dan Guido</dc:creator>
		
		<category><![CDATA[Privacy]]></category>

		<category><![CDATA[Psychology of Security]]></category>

		<category><![CDATA[Social Engineering]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/2008/03/30/we-promise-we-wont-store-your-password/</guid>
		<description><![CDATA[This is a short rant prompted by another student&#8217;s observation that Yelp actually asks for your Gmail password as part of their signup process&#8230;
Have you encountered a website that asks for the username and password to your e-mail provider? I&#8217;m talking about this:


LinkedIn asking for my Gmail password
Yelp asking for my Gmail password
This really needs [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short rant prompted by another student&#8217;s observation that Yelp actually asks for your Gmail password as part of their signup process&#8230;</p>
<p>Have you encountered a website that asks for the username and password to your e-mail provider? I&#8217;m talking about this:</p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/facebook_gmail.png" rel="lightbox[76]" title="Facebook asking for Gmail password"><img src="http://isisblogs.poly.edu/wp-content/uploads/facebook_gmail.png" alt="Facebook asking for my Gmail password" /></a><br />
<span id="more-76"></span><br />
<a href="http://isisblogs.poly.edu/wp-content/uploads/linkedin_gmail.png" rel="lightbox[76]" title="LinkedIn asking for Gmail password">LinkedIn asking for my Gmail password</a></p>
<p><a href="http://isisblogs.poly.edu/wp-content/uploads/yelp_gmail.png" rel="lightbox[76]" title="Yelp asking for Gmail password">Yelp asking for my Gmail password</a></p>
<p>This really needs to stop and people need to start using the <a href="http://googledataapis.blogspot.com/2008/03/3-2-1-contact-api-has-landed.html">Gmail Contacts Data API</a>.</p>
<p>I think it&#8217;s kind of needless to say that not only is this <a href="http://it.slashdot.org/article.pl?sid=08/03/11/1723206">unsafe</a>, but it helps users become victims of phishing at some point in the future. Socializing users into giving away their passwords to arbitrary 3rd parties is <strong>not OK</strong>.</p>
<p>So, thanks Facebook, LinkedIn, Yelp, and others for continuing to make the Internet just that much more dangerous; now start using the Contacts API.</p>
<p>If you know of any other websites that still ask for your Gmail password, list them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/03/30/we-promise-we-wont-store-your-password/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Paper Discussion - Do Background Images Improve “Draw a Secret” Graphical Passwords?</title>
		<link>http://isisblogs.poly.edu/2008/03/29/paper-discussion-do-background-images-improve-%e2%80%9cdraw-a-secret%e2%80%9d-graphical-passwords/</link>
		<comments>http://isisblogs.poly.edu/2008/03/29/paper-discussion-do-background-images-improve-%e2%80%9cdraw-a-secret%e2%80%9d-graphical-passwords/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 06:19:49 +0000</pubDate>
		<dc:creator>sevinc</dc:creator>
		
		<category><![CDATA[Academic Papers]]></category>

		<category><![CDATA[graphical passwords]]></category>

		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://isisblogs.poly.edu/2008/03/29/paper-discussion-do-background-images-improve-%e2%80%9cdraw-a-secret%e2%80%9d-graphical-passwords/</guid>
		<description><![CDATA[Short Summary of the paper:
Draw a Secret- DAS is a graphical password scheme where users are suppose to draw a secret on a grid. A completed drawing, i.e., a secret, is encoded as the ordered sequence of cells that the user crosses whilst constructing the secret. Each time a user lifts the en from the [...]]]></description>
			<content:encoded><![CDATA[<p>Short Summary of the paper:</p>
<p>Draw a Secret- DAS is a graphical password scheme where users are suppose to draw a secret on a grid. A completed drawing, i.e., a secret, is encoded as the ordered sequence of cells that the user crosses whilst constructing the secret. Each time a user lifts the en from the drawing grid surface, a “pen-up” event is encoded by  distinguished coordinate pair. Here the important thing to note is even if the shape are not same as long as the encoding is identical it will yield to the same password. The basic problem with this scheme is it is vulnerable to graphical dictionary attacks. Also, users tend to choose passwords which are symmetrical and centralized. Therefore in this paper, authors proposed to use a background image to help users 1)remember the password more easily 2)set none symmetrical or none centralized passwords. The only difference here, users are not drawing their passwords onto an empty grid, but they are choosing a background image to draw on it as well. Experimental results show that this scheme is better than DAS since people chose more complicated and longer passwords. Also symmetry and centralization was lesser for this scheme, therefore authors concluded it is more secure than DAS. However the question arises here : introducing background images may give the attackers clue about the password. So can security reduction caused by this background images be compensated by reduced symmetry and centering? Unfortunately in the paper there is no study about this question. It is an open problem!</p>
<p>Questions arised in the meeting:</p>
<ul>
<li>Do we really believe in graphical passwords? Are they really more memorable? Are the really more usable? Are they really more secure?</li>
<li>What would be the impact of background images in this scheme? Will they mess up the security?</li>
<li>Which graphical password scheme is more secure? DAS or PassPoints(where user click on the points of an image in a particular order)</li>
<li>How about using PassPhrases instead of Passwords? Will it be more secure to use initials of a secret Phrase as a password?</li>
<li>Can we design a new scheme combining both graphical and text?
<ul>
<li>How about writing your password with your own hand writing and make the scheme verify that it is you who is writing. (how about combining password with your biometric?) Will you feel uncomfortable about shoulder surfing in this case? (Note that even if the shoulder-surfers capture your movements, they can&#8217;t capture all about your handwriting, they can only capture about the letters that you use in your password.)</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://isisblogs.poly.edu/2008/03/29/paper-discussion-do-background-images-improve-%e2%80%9cdraw-a-secret%e2%80%9d-graphical-passwords/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
