<?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>Voice of VOIPSA &#187; Shawn Merdinger</title>
	<atom:link href="http://voipsa.org/blog/author/shawnmer/feed/" rel="self" type="application/rss+xml" />
	<link>http://voipsa.org/blog</link>
	<description>Collective thoughts and musings on the state of VoIP security today.</description>
	<lastBuildDate>Thu, 26 Aug 2010 18:32:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<cloud domain='voipsa.org' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Revisiting Shodan Computer Search Engine:  Oh Noes, the places you&#8217;ll go!</title>
		<link>http://voipsa.org/blog/2010/08/26/revisiting-shodan-computer-search-engine-oh-noes-the-places-youll-go/</link>
		<comments>http://voipsa.org/blog/2010/08/26/revisiting-shodan-computer-search-engine-oh-noes-the-places-youll-go/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:32:11 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[Platform Security]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[scada]]></category>
		<category><![CDATA[shodan]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=975</guid>
		<description><![CDATA[I&#8217;m sorry to say so But, sadly it&#8217;s true That bang-ups and hang-ups Can happen to you &#8211; Dr. Seuss, &#34;Oh, the places you&#8217;ll go!&#34; (1990) Back in January 2010, I wrote a short blog post about Shodan and VoIP devices and mentioned that it&#8217;s a site well worth revisiting.&#160; Well, that time has come, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>I&#8217;m sorry to say so<br /> But, sadly it&#8217;s true<br /> That bang-ups and hang-ups<br /> Can happen to you</strong></p>
<p><a href="http://en.wikiquote.org/wiki/Dr._Seuss#Oh.2C_the_Places_You.27ll_Go.21_.281990.29">&#8211; Dr. Seuss, &quot;Oh, the places you&#8217;ll go!&quot; (1990)</a></p>
<p>Back in January 2010, I wrote a <a href="http://voipsa.org/blog/2010/01/07/shodan-computer-search-engine-and-voip-devices/">short blog post</a> about Shodan and VoIP devices and mentioned that it&#8217;s a site well worth revisiting.&nbsp; Well, that time has come, and there&#8217;s plenty more to talk about when it comes to Shodan.</p>
<p><strong>What is Shodan?</strong> </p>
<p>It is a publicly available, searchable database of pre-scanned networked devices.&nbsp; The scanning includes banner results from common services like telnet and http, and is akin to fingerprinting.&nbsp; One way to look at it is like <a href="http://theprez98.blogspot.com/2009/11/is-shodan-really-controversial.html">Rainbow Tables for networked devices</a>. </p>
<p><strong>What&#8217;s the risk? </strong></p>
<p>When a new vulnerability is discovered, Shodan makes it easy for attackers to search for vulnerable devices without actively scanning.&nbsp; For example, say a vulnerability is published about <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-5676">Apache Mod_Security</a> &#8212; an attacker can <a href="http://www.shodanhq.com/?q=mod_security">easily search Shodan</a> for vulnerable version and then launch an attack to pwn the box.</p>
<p>Attackers can also use <a href="http://www.shodanhq.com/browse">Shodan search filters</a> and really narrow down search results, by country code or CIDR netblock for example.&nbsp; You do have to register for more specific search functionality if you&#8217;re interested in say, the <a href="http://www.shodanhq.com/?q=%22cisco-ios%22+%22last-modified%22+country%3AIR">24 Cisco boxes in Iran</a> with no authentication. </p>
<p><strong>Pssst&#8230;.</strong><strong>wanna Pwn</strong> <strong>7000</strong> <strong>Cisco routers/switches?</strong></p>
<p>Yes you can.&nbsp; And only because some network admin didn&#8217;t know how to configure HTTP authentication.&nbsp; It&#8217;s easy peasy with Shodan&#8217;s <a href="http://www.shodanhq.com/?q=%22cisco-ios%22%20%22last-modified%22">most popular search</a>.&nbsp; Click on the resulting IP addresses from that search and you&#8217;ll get the HTTP interface of a Cisco router/switch with no authentication.&nbsp; Add &quot;/level/15/exec/-/sh/run/CR&quot; to the IP address and you&#8217;ll get the &quot;show running configuration&quot; output of the device.&nbsp; Understand what&#8217;s going on here.&nbsp; An attacker can easily add an admin-level account, change the configuration, crack the listed Cisco passwords in the configuration to target other devices on that network, etc.&nbsp; </p>
<p><strong>Why should I care?</strong>
<p>Shodan creates risk by making poor configurations and other adminstrator mistakes much more visible to potential attackers.&nbsp; It also creates risk by providing a pre-scanned inventory of potential targets.&nbsp; I&#8217;ve seen some amazingly frightning devices discovered through Shodan that are wide open and have no authentication &#8212; for a few examples:</p>
<ul>
<li>An Eastern European country&#8217;s SCADA water treatment network</li>
<li>A switch controlling the Neurosurgery VLANs of a hospital</li>
<li>Physical security door access controller systems</li>
<li>Routers with VoIP configurations </li>
<li>and plenty more&#8230;.</li>
</ul>
<p>These are just a few examples of the micro-risks.&nbsp; I think from a macro-risk perspective, specifically concerning the Cisco routers with no authentication, is the very possible and easy mass takeover of routers and potential for BGP attacks.&nbsp; Not possible?&nbsp; Well, think back to early 2008 when <a href="http://asert.arbornetworks.com/2008/02/internet-routing-insecuritypakistan-nukes-youtube/">Pakistan modified BGP routes to block YouTube</a> and because of a misconfiguration, large swaths of the Internet outside of Pakistan could not access the site. This was the result of a error from a few routers broadcasting bad BGP routes &#8212; now imagine if an attacker does this with a few thousand routers distributed globally?&nbsp; I think it&#8217;s really only a matter of time&#8230;</p>
<p><strong>What should I do?</strong> </p>
<p>There are tangible steps you can take.&nbsp; First and foremost if to register fora free Shodan account and search for devices on your organization&#8217;s CIDR netblock.&nbsp; If you are working with buisness partners that are connected to you, check their CIDR netblocks in Shodan as well.&nbsp; Make a stink and inform the right network and security people of the risks of Shodan exposure.</p>
<p><strong>Or</strong> </p>
<p>You can do nothing, and let Shodan determine your fate.&nbsp; Your choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/08/26/revisiting-shodan-computer-search-engine-oh-noes-the-places-youll-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Risks Of Phone Removal From University Dorm Rooms</title>
		<link>http://voipsa.org/blog/2010/08/11/risks-of-phone-removal-from-university-dorm-rooms/</link>
		<comments>http://voipsa.org/blog/2010/08/11/risks-of-phone-removal-from-university-dorm-rooms/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:33:52 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=967</guid>
		<description><![CDATA[Risk:&#160; A Growing And Disturbing Trend &#160; Today the Washington Post and WSJ Blog both reported on a decision by the University of Virgina Housing Division to remove phones from student dorm rooms.&#160; The obvious justification for the decision is the cost associated with providing phone infrastructure residence halls, in UVa&#8217;s case over 500K annually. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium" class="Apple-style-span">
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff"><strong>Risk:&nbsp; A Growing And Disturbing Trend</strong> </div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Today the <a href="http://voices.washingtonpost.com/local-breaking-news/virginia/uva-dumps-dorm-land-line-phone.html">Washington Post</a> and <a href="http://blogs.wsj.com/digits/2010/08/10/university-dorms-leave-landlines-behind/">WSJ Blog</a> both reported on a decision by the <a href="http://www.virginia.edu/housing/">University of Virgina Housing Division</a> to remove phones from student dorm rooms.&nbsp; The obvious justification for the decision is the cost associated with providing phone infrastructure residence halls, in UVa&#8217;s case over 500K annually. </div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">I can understand the financial predicament many universities find themselves in today&#8217;s economy, and clearly students in general are more frequently choosing mobile communications.&nbsp; Further, it&#8217;s noted in the articles that the university intends to provide dedicated phones in the hallways for emergency calls.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Still, I suggest this elimination of dorm phones is going to result in increased risk to students and residence hall staff.&nbsp; For what it&#8217;s worth, I speak from 6 years of experience as a former <a href="http://en.wikipedia.org/wiki/Resident_assistant">resident assistant</a> and <a href="http://en.wikipedia.org/wiki/Residence_hall_director">hall director</a> in residence halls at large public universities.&nbsp; While this was several years ago, and before the widespread use of cellular phones on campus, the technical and social impact of losing dorm landlines raises several troubling issues.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff"><strong>Risk:&nbsp; Cellular versus Landline Reliability</strong></div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">First and foremost, having hardline phones in individuals&#8217; dorm rooms provides a constant, always-available, and above all, <strong>reliable </strong>phone connection.&nbsp; With the network and cellular connection problems we all constantly experience, which by-the-way <a href="http://redtape.msnbc.com/2006/12/why_cell_phone_.html">we&#8217;ve have little insight into the reasons</a> for years, having the peace-of-mind of a reliable hardline should not be dismissed lightly.&nbsp; If you were starting a business with a office, would you rely soley on a cellular phone?&nbsp; What would be your reaction if you checked into a hotel and there was no phone?&nbsp; </div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff"><strong>Risk:&nbsp; Emergency Location (e911) Issues<br /></strong></div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">If you have children at home, would you choose not to have a landline?&nbsp; Probably not, even if you provide them with mobile phones.&nbsp; You might say this is not a fair question in the context of college students, of whom most are technically adults over age 18.&nbsp; I&#8217;ll counter this with the fact that a typical dorm has students from all over the country and world together in a close-quarter living environment.&nbsp; As any residential life staff can tell you, the potential for conflict outbreaks of all kinds and levels is a constant threat, and it&#8217;s important to remember that these students come from a variety of backgrounds and all have their problems and issues that become magnified in a close-quarter living environment. </div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">From my own experiences as residence hall staff, I&#8217;ve handled everything from common roommate conflicts, breaking-up floor parties, suicidal residents, theft/vandalism, residents unconscious from alcohol/drugs, weapons, physical fights, etc.&nbsp; In every case, having a phone nearby proved invaluable.&nbsp; </div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Perhaps an even more important point, on one university campus we had e911 which provided the emergency operator the actual room location from where the phone call was made.&nbsp; On another campus we did not have that feature, and precious time was lost in the task of determining the call location &#8212; in fact, several instances of students dialing 9-911 resulted in them accessing off-campus emergency personnel, resulting the in the time-loss of transferring the call back to campus emergency resources.&nbsp; And this was the case of landline phones in all rooms &#8212; we can expect more confusion as these calls will now go over cellular networks.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">While the location capabilities of many cellular phones and e911 is available, the difficulty in pinpointing location should not be overlooked.&nbsp; Aside from the network congestion and coverage issues I alluded to earlier, in many residence hall situations the building is a multi-story residence.&nbsp; Expecting cellular e911 to provide emergency responders accuracy to the floor and room is unrealistic in the best of circumstances.&nbsp; The impact of this is going to be more confusion and lost time in responding to residence hall emergency calls made over cellular.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff"><strong>Risk:&nbsp; Losing A Known Point of Contact </strong></div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">An overlooked benefit of landlines is that one knows the actual location one is calling (assuming call-forwarding, etc. is not in play).&nbsp; In the case of dorm rooms, residence hall staff have a listing of all room phone numbers.&nbsp; Many, many times I&#8217;ve used this list to initiate contact with a dorm resident, from trying to determine if someone was in the room without having knocking on the door, following-up with a sick resident or a resident with a disability, or tactically approaching a room party by talking one-on-one with the room&#8217;s resident rather than facing a room party and hostile audience in the doorway.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">The removal of individual room phones means the loss of a valuable tool in residence hall staff&#8217;s toolkit. The ability to initiate contact over the phone to a known room should not be discarded lightly, and the loss of these phones means residence halls staff are losing a tactical advantage.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">In the case of roommate and other domestic conflicts, several times I&#8217;ve seen a fight escalate to the point where one of the parties called 911.&nbsp; In some cases, the resident hung-up the phone immediately, before stating the issue to the emergency operator.&nbsp; Of course, since the call was made from a room landline, and state law required the emergency response to the call location, soon after the university police would arrive at the room.&nbsp; Often this resulted in the arrest, or referral to student affairs, or the people involved, which lead to them getting assistance. With cellular phones, this response is impaired greatly, and I fear that escalating situations will not reap the benefits of current landline and police response capabilities.</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">There are some potential loss of privacy issues for dorm residents here as well.&nbsp; In the case of most landlines, one can more easily choose to block their outgoing caller-id, a useful feature if a dorm resident is calling a crisis line or making inquiries on a subject they wish to remain anonymous.&nbsp; The ability to do this in private, from ones room, is critical; the common-area landlines in the halls are not going to provide this physical privacy, and given the location of the phones it would not surprise me if the ability to block outgoing caller-id is disabled.&nbsp; Why?&nbsp; Because I expect the amount of crank calling from common area phones in dorms will increase by orders of magnitude&#8230;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff"><strong>No Easy Answers</strong></div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">&nbsp;</div>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Unfortunately there is no easy solution to this dire situation.&nbsp; Universities, especially in the public sector, are forced to make cost cuts in this poor economy, and telecommunications overhead like dorm phones is a easy measure to take, but the increased risk and costs are at this point not worth it.&nbsp; The replacement technologies, such as relying on student&#8217;s to have cellular phones, or even VoIP phones replacing landlines in dorm rooms, still lack the same robustness in emergency response features that we&#8217;ve relied upon on grown accustomed to over the years.&nbsp; Still, like it or not, the removal of dorm phones is a trend gaining in popularity and we&#8217;re only going to see more campuses choosing this path.&nbsp; To this end, some recommendations I have are:</div>
<p></span></p>
<ul>
<li><span style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium" class="Apple-style-span">
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff"> Ensure that student&#8217;, and their parents, are made aware of the issues and risks of not having a landline, as well as the benefits</div>
<p></span></li>
<li><span style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium" class="Apple-style-span">
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Prioritize cellular e911 location tracking on college campuses</div>
<p></span></li>
<li><span style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium" class="Apple-style-span">
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Require residents with disabilities to have a landline</div>
<p></span></li>
<li><span style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium" class="Apple-style-span">
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Provide residence hall staff with resident&#8217;s cellular numbers</div>
<p></span></li>
<li><span style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium" class="Apple-style-span">
<div style="font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;background-color: #ffffff">Provide a privacy booth for landline phones placed in common areas to enable students to make calls with some level of privacy and caller-id blocking</div>
<p></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/08/11/risks-of-phone-removal-from-university-dorm-rooms/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Weaponizing the Nokia N900 &#8211; Part 1</title>
		<link>http://voipsa.org/blog/2010/07/22/weaponizing-the-nokia-n900-part-1/</link>
		<comments>http://voipsa.org/blog/2010/07/22/weaponizing-the-nokia-n900-part-1/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:32:03 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[Platform Security]]></category>
		<category><![CDATA[SPIT]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[VoIP Security Research]]></category>
		<category><![CDATA[VoIP Security Tools]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=955</guid>
		<description><![CDATA[In the 80s movie &#8220;The Color of Money&#8221; there&#8217;s a great scene where a player challenges Tom Cruise&#8217;s character to a game. He strolls up to Vincent and says &#8220;So what you got in there?&#8221; &#8212; to which Vincent replies. &#8220;Doom.&#8221; This is akin to how I felt a few weeks ago after I finally [...]]]></description>
			<content:encoded><![CDATA[<p>In the 80s movie &#8220;<em>The Color of Money</em>&#8221; there&#8217;s <a href="http://www.youtube.com/watch?v=ZrjSqK7xPLE">a great scene</a> where a player challenges Tom Cruise&#8217;s character to a game.  He strolls up to Vincent and says &#8220;So what you got in there?&#8221; &#8212; to which Vincent replies. &#8220;<strong>Doom</strong>.&#8221;</p>
<p>This is akin to how I felt a few weeks ago after I finally got ahold of a Nokia N900 smartphone.  Calling it a phone is a bit of a stretch, as it is primarily a Debian Linux tablet with impressive <a href="http://maemo.nokia.com/n900/">hardware specs</a> and a huge number of <a href="http://thenokiablog.com/2009/10/27/maemo-extras-nokia-n900-applications/">.deb packages</a> available for installation&#8230;oh, and you can make cellular phone calls with it.  Many people use this phone, and despite some glitches it is rapidly developing into a formidable platform for security tools and penetration testing.</p>
<p>Broadly speaking, the objective of this series of blog posts is to introduce folks to the tools available and the potential for this phone as a security testing platform.  Given the fact I&#8217;m a bit late in obtaining this phone, some smart people out there have already started to address the n900&#8242;s capabilities and available tools, and I would be remiss not to mention, and build upon, their insightful work.  The key phrase here is &#8220;build upon&#8221; and get the word out, not to steal or simply re-hash their fine work and efforts!</p>
<p>I&#8217;ve one caveat to this series of blog posts.  As my n900 is for now a &#8220;production phone&#8221; for me in that I need to use it and can&#8217;t brick it just yet, the path of this blog series on &#8220;Weaponizing the Nokia N900&#8243; will progress from known, tested and functioning security tools on this phone &#8212; and therefore lower risk of bricking &#8212; to more advanced, edgy tools that require more tweaks and modifications, such as replacing the stock kernel.  If someone out there finds this series useful, and has interest in furthering research on running security tools on the n900, I&#8217;d welcome the donation of a n900 for development and testing, and would credit them for their support.  Please <a href="http://www.linkedin.com/in/shawnmerdinger">ping me offline</a> if you&#8217;re interested <img src='http://voipsa.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>NeoPwn and the Nokia N900</strong></p>
<p>One project to watch in particular is the upcoming release of <a href="http://www.neopwn.com/">NeoPwn</a>, which is based on <a href="http://www.backtrack-linux.org/">BackTrack</a> and bills itself as the &#8220;First Ever Network Auditing Distribution for a Mobile Phone Platform&#8221; and is due for release sometime this month, hopefully before DefCon.  I am fortunate to be in the BETA and will write up a blog post for this series on NeoPwn once I get full access to the NeoPwn toolset.</p>
<p><strong>Worthy Resources on Nokia n900 Security Tools</strong></p>
<p>1.  <strong><a href="http://www.metasploit.com/redmine/projects/framework/wiki/Install_N900">Metasploit on the Nokia n900</a></strong>.  &#8216;Nuff said.</p>
<p><img src="http://img838.imageshack.us/img838/165/metasploitn900.png" alt="metaspolit n900" /></p>
<p>2.  <strong>knownokia.ca Blog</strong>  <a href="http://twitter.com/SimonLR">SimonLR </a>wrote an excellent post on <a href="http://www.knownokia.ca/2010/04/using-n900-for-fun-and-profit.html">&#8220;Using the N900 for Fun and Profit&#8221;</a> that covers several awesome tools, such as Metasploit, Dsniff, SSLstrip, Aircrack-NG, etc.  He&#8217;s clearly savvy and his future blogging on tools for the n900 will be great to see.</p>
<p>3.  <strong>Asterisk on the n900</strong></p>
<p><img src="http://img443.imageshack.us/img443/7834/asteriskn900.png" alt="Asterisk n900" /></p>
<p>When I added the extra package repositories to my n900, I was more than a bit surprised to see a full version of Asterisk available as a .deb package. <strong> Wow. </strong> Think about this for a moment.  One can run a full Asterisk server on a phone in their pocket.  The capability of Asterisk on the n900 could enable attackers to do all sorts of mischief, such as running the <a href="http://tinyurl.com/34733ge">SPITTER tool</a> from their pocket as a simple example.  From a surveillance aspect, think of &#8220;bad people&#8221; with n900s in their pockets running Asterisk servers on their phones and connecting to each other point-to-point over encrypted tunnels &#8212; now that&#8217;s a challenge.</p>
<p>Stay tuned for more posts on &#8220;Weaponizing the Nokia N900&#8243; <img src='http://voipsa.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/07/22/weaponizing-the-nokia-n900-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux crash on a Plane!</title>
		<link>http://voipsa.org/blog/2010/06/07/linux-crash-on-a-plane/</link>
		<comments>http://voipsa.org/blog/2010/06/07/linux-crash-on-a-plane/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 17:33:28 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Platform Security]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[linux crash plane phots]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=915</guid>
		<description><![CDATA[I don&#8217;t travel nearly as as much as I used to, yet when I do I always keep a sharp eye out for the technical glitches in devices around me in travel environments. What can I say? It provides me endless amusement. While Linux boxes crashing in airlines&#8217; on-board entertainment systems are nothing new, and [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t travel nearly as as much as I used to, yet when I do I always keep a sharp eye out for the technical glitches in devices around me in travel environments.  What can I say?  It provides me endless amusement.</p>
<p><img src="http://img69.imageshack.us/img69/8743/img0127hr.jpg" alt="Linux crash plane" /></p>
<p>While Linux boxes crashing in airlines&#8217; on-board entertainment systems are nothing new, and several photos exist on the Internet depicting these crashes, I&#8217;m seeing something different these days&#8230;</p>
<p>On my way back from ph-neutral security conference in Berlin, I took a Continental 757 back to the US and observed the passenger entertainment system headrest in the row in front of me was frozen on the the movie selection GUI.  The passenger in that seat asked the flight attendant to fix the problem and the headrest PC was rebooted from somewhere up front.</p>
<p>So, the funny (and a bit scary perhaps) bit is the screenshot I took of the reboot process.  You can see the very high resolution photo here: <a href="http://tinyurl.com/linuxonplane">http://tinyurl.com/linuxonplane</a></p>
<p>Observations from the linux crash on a plane photo:</p>
<p>1.  172.17.X.X private IP address range</p>
<p>2.  FTP server IP address and transfer of system log tarball to the FTP server&#8230;user is &#8220;xxxxx&#8221; &#8212; imagine what the password might be&#8230;</p>
<p>Some reasonable concerns:</p>
<p>1.  Tilting up the headrest PC and peeking behind it I saw CAT-5 cable.  With a small tool or hands, and big <em>cajones</em>, an attacker *could possibly* unplug that cable and attach it to a laptop and hop onto the entertainment network.  In addition, with some imagination and the right tools, an attacker could feasibly take over some or all aspects of the headrest PCs, including perhaps the sniffing of credit cards used by patrons, or even adding some specialized content&#8230;</p>
<p>2.  This aircraft did not have on-board wireless Internet access, but I suspect that some airlines offering this service could have network crossover connectivity to different subnets, or perhaps only relying on VLANs for separation.</p>
<p>In the end, we can only hope that of the several networks likely running on a modern passenger jet, that true air-gapping is taking place and these systems are in no way connected to critical on-board networks.  Time will tell if this is indeed the case.  In the meantime, keep an eye out for those Linux boxes crashing on planes!</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/06/07/linux-crash-on-a-plane/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Chisco: Welcome To The Hunan Network?</title>
		<link>http://voipsa.org/blog/2010/04/22/chisco-welcome-to-the-hunan-network/</link>
		<comments>http://voipsa.org/blog/2010/04/22/chisco-welcome-to-the-hunan-network/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:36:36 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=879</guid>
		<description><![CDATA[On NPR&#8217;s &#8216;Fresh Air&#8217; this week, Richard Clarke made some great points, in particular with the logic bomb scenarios of sneaking in code and untrustworthy hardware. While this is old news, it&#8217;s still a very real threat &#8212; recall that Chisco devices were discovered on US government networks and disclosed back in 2008. With Richard [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andovercg.com/images/compare-real-fake-wic-1dsu-t1.jpg" alt="chisco!" /></p>
<p>On <a href="http://www.npr.org/templates/story/story.php?storyId=126097038">NPR&#8217;s &#8216;Fresh Air&#8217; this week, Richard Clarke</a> made some great points, in particular with the logic bomb scenarios of sneaking in code and untrustworthy hardware.  While this is old news, it&#8217;s still a very real threat &#8212; recall that <a href="http://news.softpedia.com/news/FBI-039-s-Own-Offices--Infected-with-Counterfeit-Cisco-Hardware-85312.shtml">Chisco devices were discovered on US government networks</a> and disclosed back in 2008.</p>
<p>With Richard Clarke&#8217;s story in mind, I think it&#8217;s worth re-visiting the &#8220;Chisco&#8221; problem.  This article below is from three years ago, yet this <strong>same </strong>Chisco eBay seller mentioned, &#8220;<a href="http://stores.ebay.com/SINCERE-NETWORKING">Sincere Networking</a>&#8221; is still up and running (ya gotta love that name, no?).  Bear in mind this is just one of many Chisco eBay stores &#8212; that is, there are plenty of others moving all types of Chisco gear on eBay, including routers, firewalls, switches.  We are way beyond WAN NIC interfaces folks.</p>
<p><strong>Why can&#8217;t these get shut down?</strong></p>
<p><a href="http://www.networkworld.com/community/node/12273">Network World:  &#8220;eBay &#8216;Chisco&#8217; stores are selling fake Cisco products originating in China&#8221;<br />
</a></p>
<p>This counterfeit gear has already landed on plenty of networks, and it&#8217;s likely to continue.  Just like the <a href="http://www.donkeyonawaffle.org/OMB%20briefing%202008%2001%2011%20a.ppt">FBI&#8217;s conclusion on slide 10</a>, I agree that a huge risk in this area stems from small &#8216;mom n&#8217; pop&#8217; subcontractor outfits that choose to purchase this gear on the cheap from eBay, and then charge-back their own clients for the list price on <a href="www.cisco.com">CCO</a>.  Of course, that dirty network engineer in your organization could do a swap-out with Chisco gear during your next change management window &#8212; and in these economic times perhaps merely to re-sell the valuable real card rather than backdoor the organization&#8217;s network.</p>
<p>That said, recent security conference presentations, such as <a href="http://www.ssi.gouv.fr/IMG/pdf/csw-trustnetworkcard.pdf">CanSecWest&#8217;s &#8220;Can you still trust your network card&#8221;</a> should be at the forefront of the discussion when this Chisco topic comes up.</p>
<p>I know this is a dirty subject.  It&#8217;s so dirty that very few folks even want to discuss it.  <strong>It&#8217;s a nightmare.  But like it or not, it&#8217;s going to be up to you</strong> to make sure that your gear is legitimate, especially if you&#8217;re on a US government network as according to the <a href="http://www.donkeyonawaffle.org/OMB%20briefing%202008%2001%2011%20a.ppt">FBI&#8217;s presentation on slide 40, &#8220;Cisco’s Brand Protection does NOT coordinate with Cisco’s Government Sales&#8221;</a></p>
<p>Here&#8217;s a few links to hopefully get you started on the right path.</p>
<p>Comments with additional resources are most welcome.</p>
<li><a href="http://www.bradreese.com/">Brad Reese &#8212; most outspoken person about this issue</a></li>
<li><a href="http://www.donkeyonawaffle.org/OMB%20briefing%202008%2001%2011%20a.ppt">FBI OMB Presentation:  2008-01-11</a></li>
<li><a href="http://blogs.cisco.com/news/comments/cisco_statement_on_counterfeit_goods/">Cisco Statement on Counterfeit Goods</a></li>
<li><a href="http://blogs.cisco.com/news/comments/protecting_against_gray_market_and_counterfeit_goods/">Cisco Blog: Protecting Against Gray Market and Counterfeit Goods</a></li>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/04/22/chisco-welcome-to-the-hunan-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>eBay: a hacker&#8217;s source for acquiring remote monitoring medical devices for security testing?</title>
		<link>http://voipsa.org/blog/2010/04/13/ebay-a-hackers-source-for-acquiring-remote-monitoring-medical-devices-for-security-testing/</link>
		<comments>http://voipsa.org/blog/2010/04/13/ebay-a-hackers-source-for-acquiring-remote-monitoring-medical-devices-for-security-testing/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 21:45:08 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=867</guid>
		<description><![CDATA[Awhile back I blogged on VOIPSA about medical devices using VoIP. This is a follow-up to that post, and is a bit more tangible in that these devices are showing up on the auction sites. I typically check eBay weekly for medical devices showing up, with an eye for anything with a network interface. Bluetooth-enabled [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://limon.doomdns.org/images/turtle.png" alt="turtle" /></p>
<p>Awhile back I blogged on VOIPSA <a href="http://voipsa.org/blog/2009/09/02/home-medical-devices-and-voip-security/">about medical devices using VoIP</a>.  <a href="https://www.infosecisland.com/blogview/3647-eBay-a-hackers-source-for-acquiring-remote-monitoring-medical-devices-for-security-testing.html">This is a follow-up</a> to that post, and is a bit more tangible in that these devices are showing up on the auction sites.</p>
<p>I typically check eBay weekly for medical devices showing up, with an eye for anything with a network interface.</p>
<p>Bluetooth-enabled devices abound, but the (mis-perception) that an attacker must be physically close decreases popular interest from a security testing perspective. In contrast, it&#8217;s a box &#8220;on the wire&#8221; that enables an attacker in say, Palau, to to reach out and provide what I&#8217;d call a &#8220;negative home medical monitoring experience.&#8221; </p>
<p><strong>So what&#8217;s on eBay? </strong></p>
<p>Here&#8217;s a ViTel (<a href="http://telehealth-monitor.com/2009/04/bosch-acquires-vitel-net-expands-telehealth-offering/">now owned by Bosch</a>) device and blood pressure monitor on eBay that&#8217;s a few years old, but has the ability &#8220;&#8230;to communicate via standard telephone line, broadband, or cellular and does not interfere with existing telephone service.&#8221; </p>
<p>ViTel Net Turtle 400 &amp; A&amp;D UA-767PC Blood Pres. Monitor<br />
eBay Link: <a href="http://tinyurl.com/yytwgma">http://tinyurl.com/yytwgma</a> </p>
<p>Suggested for discussion: </p>
<p>1. Should vendors of these devices be concerned about their sale on site like eBay? Why or why not? </p>
<p>2. Are there any available business services that monitor the after-market sale of these devices? </p>
<p>3. Would/should vendors care about re-acquiring these devices? </p>
<p>4. How interesting / valuable would it be to conduct a security analysis on this device, report the findings to CERT, and publish at DefCon or BlackHat?</p>
<p>5.  Does a diagram like the one below concern anyone?</p>
<p><img src="http://voipsa.org/blog/wp-content/uploads/screenshot.55.png" alt="scary" /></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/04/13/ebay-a-hackers-source-for-acquiring-remote-monitoring-medical-devices-for-security-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shodan: Computer Search Engine and VoIP Devices</title>
		<link>http://voipsa.org/blog/2010/01/07/shodan-computer-search-engine-and-voip-devices/</link>
		<comments>http://voipsa.org/blog/2010/01/07/shodan-computer-search-engine-and-voip-devices/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 18:54:22 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=822</guid>
		<description><![CDATA[Most of us are familiar with the information disclosure risks associated with devices like phones and ATAs on the Internet, and this has been mentioned in presentations like Endler/Collier at BlackHat in 2006. However, the recent emergence of Shodan significantly raises the exposure of these devices, especially embedded systems. Shodan bills itself as a &#8220;Computer [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us are familiar with the information disclosure risks associated with devices like phones and ATAs on the Internet, and this has been mentioned in presentations like <a href="dvlabs.tippingpoint.com/pub/dendler/BHUS06-endler.pdf">Endler/Collier at BlackHat in 2006.</a> However, the recent emergence of <a href="http://shodan.surtri.com">Shodan</a> significantly raises the exposure of these devices, especially embedded systems.</p>
<p>Shodan bills itself as a &#8220;Computer Search Engine&#8221; and some folks have <a href="http://blogfranz.blogspot.com/2009/11/wheres-controversy-about-shodan.html">raised questions</a> about the impact, ethics, etc.  So far, Shodan has remained under-the-radar, but I expect we&#8217;ll see more coverage and questioning of what value-add this service provides to security efforts.</p>
<p>A few simple searches of Shodan will provide the reader more insight of the capabilities of this service.  Bear in mind that searches can get much more specific.  Also, Shodan is growing, and it&#8217;s worth re-visiting the site to gain better perspective of updates.</p>
<p>Example searches:</p>
<p>1.  VOIP &#8212; <a href="http://shodan.surtri.com/?q=voip">http://shodan.surtri.com/?q=voip</a><br />
2.  Nortel &#8212; <a href="http://shodan.surtri.com/?q=nortel">http://shodan.surtri.com/?q=nortel</a><br />
3.  Mitel &#8212; <a href="http://shodan.surtri.com/?q=mitel">http://shodan.surtri.com/?q=mitel</a><br />
4.  .mil &#8212; <a href="http://shodan.surtri.com/?q=.mil">http://shodan.surtri.com/?q=.mil</a><br />
5.  SCADA &#8212; <a href="http://shodan.surtri.com/?q=scada">http://shodan.surtri.com/?q=scada</a></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/01/07/shodan-computer-search-engine-and-voip-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stoned Bootkit</title>
		<link>http://voipsa.org/blog/2009/09/09/stoned-bootkit/</link>
		<comments>http://voipsa.org/blog/2009/09/09/stoned-bootkit/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:22:04 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=794</guid>
		<description><![CDATA[Typically I don&#8217;t follow the deluge of Windows rootkits available because the sheer number and variety make diligently understanding all of them more than fairly daunting. After all, given limited resources, one must choose their battles and specialties in the security field. That said, occasionally a Windows rootkit surfaces that is so mean, nasty and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://web17.webbpro.de/uploads/images/Stoned%20Bootkit.png" alt="stoned bootkit" />Typically I don&#8217;t follow the deluge of Windows rootkits available because the sheer number and variety make diligently understanding all of them more than fairly daunting.  After all, given limited resources, one must choose their battles and specialties in the security field.</p>
<p>That said, occasionally a Windows rootkit surfaces that is so mean, nasty and downright cool, that it becomes a must-know.  Such is the case with the newest release of <a href="http://www.stoned-vienna.com/">Stoned Bootkit</a>.  Be sure to go to their site and check it out, along with the <a href="http://www.stoned-vienna.com/downloads/Paper.pdf">paper</a>, but here are a few highlights:</p>
<li>Attacks Windows XP, Sever 2003, Windows Vista, Windows 7 with one single master boot record</li>
<li>Attacks TrueCrypt full volume encryption</li>
<li>Has integrated FAT and NTFS drivers</li>
<li>Has an integrated structure for plugins and boot applications (for future development</li>
<p>Understanding the threats that Windows rootkits like this pose to VoIP security, especially on end users, is key.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2009/09/09/stoned-bootkit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Home Medical Devices and VoIP Security</title>
		<link>http://voipsa.org/blog/2009/09/02/home-medical-devices-and-voip-security/</link>
		<comments>http://voipsa.org/blog/2009/09/02/home-medical-devices-and-voip-security/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:10:57 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=788</guid>
		<description><![CDATA[With all the hubbub surrounding medical insurance reform, town hall meetings, and other distractions events it&#8217;s worthwhile looking at some of the technical medical devices coming into the marketplace to be placed in patients&#8217; homes, connected to their broadband internet connection. Of several products in the patient home monitoring space, the Intel Health Guide PHS [...]]]></description>
			<content:encoded><![CDATA[<p>With all the hubbub surrounding medical insurance reform, town hall meetings, and other <del datetime="2009-09-02T16:42:07+00:00">distractions</del> events it&#8217;s worthwhile looking at some of the technical medical devices coming into the marketplace to be placed in patients&#8217; homes, connected to their broadband internet connection.<br />
<img src="http://voipsa.org/blog/wp-content/uploads/phs6000_deathpanel.PNG" alt="death panels!" /><br />
Of several products in the patient home monitoring space, the <a href="http://download.intel.com/healthcare/pdf/Health_Guide_Brief.pdf">Intel Health Guide PHS 6000</a> is perhaps one of the better positioned to garner marketshare because of several factors: including the size of Intel, on-going placement of the PHS 6000 in settings, and FDA approval in July, 2008.</p>
<p>Of the many PHS 6000 features, the device also supports two-way video conferencing between patient and caregiver.  As this communication takes place over the broadband connection, it&#8217;s reasonable to assume that some sort of VoIP software is in place.  Of course, details at this point are thin, and it&#8217;s even hard to get a real handle on what the PHS 6000 operating system really is, with some reports indicating Microsoft Windows XP, and others indicating a embedded Linux derivative.  Still, it looks like there is a VoIP stack, and it&#8217;s likely SIP-based.</p>
<p>Clearly, the importance of the security of devices like the Intel PHS 6000 is apparent.  And with the growing interest and funding towards cost-reduction and tele-health, we can expect to see these types of devices deployed widely.  But what of the security posture?  Sure, there&#8217;s boasting of encryption for the connection, but <strong>features</strong> like SSL mean little in the face of real attacks and vulnerabilities &#8212; think SSL encryption downgrade attacks, spoofing and man-in-the-middle vectors to start.</p>
<p>To get the word out, I&#8217;ve started a <a href="http://www.linkedin.com/groups?gid=2206357">LinkedIn group called MedSec</a> to get together like-minded, talented security people with an interest in medical device security.  I&#8217;ve been chumming the waters with this approach in the hopes that the right people with the right connections conduct proper security evaluations of this PHS 6000 device, and it&#8217;s back-end management system as well.  Of course, if approached, I&#8217;m interested in some hand&#8217;s on time too <img src='http://voipsa.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2009/09/02/home-medical-devices-and-voip-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Something Old, Something New:  Nmap&#8217;s VoIP Fingerprinting</title>
		<link>http://voipsa.org/blog/2009/08/12/something-old-something-new-nmaps-voip-fingerprinting/</link>
		<comments>http://voipsa.org/blog/2009/08/12/something-old-something-new-nmaps-voip-fingerprinting/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 21:53:51 +0000</pubDate>
		<dc:creator>Shawn Merdinger</dc:creator>
				<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=767</guid>
		<description><![CDATA[Over time, it&#8217;s easy to become a bit out of touch with security tools. With new tools arriving on the scene daily, and updates to established tools occurring frequently, the deluge of information can be overwhelming; not to mention all of the other security fodder we process. That said, I find it encouraging to revisit [...]]]></description>
			<content:encoded><![CDATA[<p>Over time, it&#8217;s easy to become a bit out of touch with security tools.  With new tools arriving on the scene daily, and updates to established tools occurring frequently, the deluge of information can be overwhelming; not to mention all of the other security fodder we process.</p>
<p>That said, I find it encouraging to revisit some of the really established tools to see what changes and improvements are in place.  Nmap is without a doubt <strong>the classic security tool </strong> in every aspect, from quality, to longevity, to street credibility.  Even Hollywood has clue when it comes to Nmap, as evidenced in <a href="http://nmap.org/images/">Matrix, Bourne, and Die Hard films with Nmap showing up on someone&#8217;s computer screen!</a></p>
<p>One of my favorite Nmap features is the OS Identification and Application Fingerprinting capabilities.  In part, this type of identification relies on the Nmap community scanning known devices and submitting signatures to be added to the Nmap databases (<a href="http://nmap.org/svn/nmap-service-probes">service probes</a>, <a href="http://nmap.org/svn/nmap-os-db">OS</a>, etc.).</p>
<p>As of 21 July, 2009, the <a href="http://nmap.org/svn/nmap-os-db">Nmap OS database</a> has the following VoIP device Fingerprints:</p>
<ul>Fingerprint Alcatel 4035 VoIP phone<br />
Fingerprint Sirio by Alice VoIP phone<br />
Fingerprint AudioCodes Mediant 1000 VoIP gateway<br />
Fingerprint Audiocodes MP-114 or MP-118 VoIP gateway<br />
Fingerprint Avaya G350 Media Gateway (VoIP gateway)<br />
Fingerprint Avaya Office IP403 VoIP gateway<br />
Fingerprint Avaya Office IP500 VoIP gateway<br />
Fingerprint Aastra 480i GT or 9133i IP phone<br />
Fingerprint Inter-tel 8662 VoIP phone<br />
Fingerprint Comtrend CT-800 VoIP gateway<br />
Fingerprint D-Link DVG-4022S VoIP gateway<br />
Fingerprint Grandstream HandyTone HT-488 analog VoIP adapter<br />
Fingerprint Grandstream BudgeTone 100 VoIP phone<br />
Fingerprint Grandstream BudgeTone 100 VoIP phone<br />
Fingerprint Grandstream GXP2000 VoIP phone<br />
Fingerprint Grandstream GXP2020 VoIP phone<br />
Fingerprint Thomson ST 2020 or 2030 VoIP phone<br />
Fingerprint Interbell IB-305 VoIP phone<br />
Fingerprint Linksys PAP2T VoIP router<br />
Fingerprint Linksys SPA901 or SPA921 SIP VoIP phone<br />
Fingerprint Linksys SPA942, SPA962, or SPA9000 VoIP phone; SPA3102 VoIP gateway; or Sipura SPA-2100 or SPA-2101 VoIP adapter<br />
Fingerprint Mitel 3300 CXi VoIP PBX<br />
Fingerprint Netcomm V300 VoIP gateway<br />
Fingerprint Neuf Box Trio3D DSL modem/router/VoIP/TV<br />
Fingerprint Nortel CS1000M VoIP PBX or Xerox Phaser 8560DT printer<br />
Fingerprint Patton SmartNode 4960 VoIP gateway (SmartWare 4.2)<br />
Fingerprint Perfectone IP-301 VoIP phone<br />
Fingerprint Planet VIP-154T VoIP phone (MicroC/OS-II)<br />
Fingerprint Polycom SoundPoint IP 301 VoIP phone<br />
Fingerprint Polycom SoundPoint IP 301 VoIP phone<br />
Fingerprint Polycom SoundPoint IP 430 VoIP phone<br />
Fingerprint PORTech GSM VoIP gateway<br />
Fingerprint PORTech MV-374 GSM-SIP VoIP gateway<br />
Fingerprint Samsung OfficeServ 7200 VoIP gateway<br />
Fingerprint ShoreTel ShoreGear-T1 VoIP switch<br />
Fingerprint Siemens HiPath optiPoint 400 VoIP phone<br />
Fingerprint Sipura SPA-1001 or SPA-3000 VoIP adapter<br />
Fingerprint Sipura SPA-3000 VoIP adapter<br />
Fingerprint Thomson Symbio VoIP phone<br />
Fingerprint Vegastream Vega 400 VoIP Gateway
</ul>
<p>Also, it&#8217;s well worth taking a look at the VoIP devices identified in the <a href="http://nmap.org/svn/nmap-service-probes">Nmap Service Probes database</a> as services that identify a VoIP device do not necessarily mean that the VoIP device has a fingerprint.  In other words, there are VoIP devices in the Service Probes database that are not in the OS Fingerprint database, so look carefully!</p>
<p>For even more coolness, be sure to check out the <a href="http://nmap.org/book/nse.html">NSE</a>.</p>
<p>Wrapping-up, I&#8217;ve nothing less than <a href="http://www.urbandictionary.com/define.php?term=mad+props">mad props</a> for <a href="http://insecure.org/fyodor/">Fyodor </a> and all of the other folks who&#8217;ve contributed to this fantastic tool.  Nmap was one of the first tools I used 10 years ago when first cutting my teeth in security, and remarkably, is a tool that I continue to use almost daily.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2009/08/12/something-old-something-new-nmaps-voip-fingerprinting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
