<?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; VoIP Security</title>
	<atom:link href="http://voipsa.org/blog/category/voip-security/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>Unified Communications Security Presentation at SpeechTEK NY, Aug 2nd</title>
		<link>http://voipsa.org/blog/2010/07/15/unified-communications-security-presentation-at-speechtek-ny-aug-2nd/</link>
		<comments>http://voipsa.org/blog/2010/07/15/unified-communications-security-presentation-at-speechtek-ny-aug-2nd/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 15:33:14 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=953</guid>
		<description><![CDATA[If any of you will be at the SpeechTEK conference in New York August 2-4, I&#8217;ll be there and giving a presentation on Monday, August 2nd, at 4:15 about Unified Communications security. The panel abstract is: As applications move into the multichannel and interconnected world, what are the security concerns you need to consider? Aaron [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.voxeo.com/events/speechtek-ny-2010/"><img src="http://voipsa.org/blog/wp-content/uploads/hearmeatstek-1.jpg" alt="hearmeatstek-1.jpg" border="0" width="152" height="152" align="right" /></a>If any of you will be at<a href="http://www.speechtek.com/2010/"> the SpeechTEK conference</a> in New York August 2-4, I&#8217;ll be there and giving a presentation on Monday, August 2nd, at 4:15 about Unified Communications security.  The panel abstract is:</p>
<blockquote><p><em>As applications move into the multichannel and interconnected world, what are the security concerns you need to consider? Aaron Fisher enumerates the best practices for information security with speech applications and the benefits of tuning in a secure environment. Dan York, author of the bestselling book The Seven Deadliest Unified Communication Attacks, will discuss the major risk areas of unified communications, what steps you can take to mitigate/reduce those risks, a checklist of questions to consider in your implementation, and a look at the future in an increasingly interconnected and converged network.</em></p></blockquote>
<p>I&#8217;ll be naturally covering some of the topics <a href="http://www.7ducattacks.com/">in my book</a> and talking about overall communication security, VoIP security, cloud security, etc.  Not sure if I&#8217;ll be able to make a recording of it available later, but will do so if I can.  If you are going to be at the show, please do say hello. (More info on what I&#8217;m doing on the show <a href="http://blogs.voxeo.com/events/speechtek-ny-2010/">can be found here</a>.)</p>
<hr />
<p><em>If you found this post interesting or helpful, please consider either <a href="http://feeds2.feedburner.com/VoiceOfVoipsa">subscribing via RSS</a> or <a href="http://twitter.com/voipsa">following VOIPSA on Twitter</a>.</em></p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/07/15/unified-communications-security-presentation-at-speechtek-ny-aug-2nd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facetime, Apple, and VoIP</title>
		<link>http://voipsa.org/blog/2010/07/09/facetime-apple-and-voip/</link>
		<comments>http://voipsa.org/blog/2010/07/09/facetime-apple-and-voip/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:53:09 +0000</pubDate>
		<dc:creator>Jason Ostrom</dc:creator>
				<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[Facetime]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[IP Video]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video Security]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=935</guid>
		<description><![CDATA[Very interesting news:  Apple&#8217;s new iPhone4 application, Facetime, is a VoIP and IP Video application using SIP signaling and RTP media.  Security researcher and SANS Instructor Josh Wright has posted a very interesting and detailed analysis of the Facetime application on Packetstan, a new blog developed by his other SANS and InGuardians colleagues .  A [...]]]></description>
			<content:encoded><![CDATA[<p>Very interesting news:  Apple&#8217;s new iPhone4 application,<a href="http://www.apple.com/iphone/features/facetime.html" target="_blank"> Facetime</a>, is a VoIP and IP Video application using SIP signaling and RTP media.  Security researcher and SANS Instructor <a href="http://www.willhackforsushi.com/" target="_blank">Josh Wright</a> has posted a very interesting and detailed analysis of the Facetime application on <a href="http://www.packetstan.com/" target="_blank">Packetstan</a>, a new blog developed by his other SANS and InGuardians colleagues .  A couple of quick summary points from Josh&#8217;s analysis and a quick look at the phone that we have done thus far:</p>
<ul>
<li>iPhone Facetime client doesn&#8217;t use SIP REGISTER for authentication</li>
<li>Uses STUN for NAT Traversal and resolving the remote callee and called party&#8217;s IP address of each iPhone</li>
<li>After the remote party&#8217;s IP address has been resolved, SIP INVITE and MESSAGE packets are exchanged directly between iPhone devices</li>
<li>Cleartext SIP and RTP</li>
<li>RTP video appears to use the H.264 video codec, and audio appears to use the AAC-LD codec (the same audio codec used in Cisco TelePresence).</li>
<li>FaceTime uses XMPP to authenticate each iPhone to an Apple Jabber server, using TLS and mutual certificate authentication.</li>
</ul>
<p>Josh and I were discussing this the other day because he was trying to use the &#8216;<a href="http://ucsniff.sourceforge.net/videosnarf.html" target="_blank">VideoSnarf&#8217;</a> tool in order to re-construct the H.264 encoded media packets.  The codec does appear to be H.264, but with some slightly modified reserved fields.  Right now this isn&#8217;t working, but we hope to have an updated version of VideoSnarf working together with Facetime traffic in the near future.</p>
<p>This is so interesting because it is the first SIP client on a widely deployed consumer Smartphone device developed and supported by a vendor such as Apple.  I think it signals that we are going to see more of these applications &#8211; these are exciting times.  It will be interesting to see how other vendors follow up soon with 2-camera video clients on Smartphones using VoIP protocols, taking the lead from Apple.  I am sure many others will be taking a closer look at Facetime, and the attack surface area here for potential exposures are very interesting, as well as the potential security measures that can be applied in order to protect Facetime traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/07/09/facetime-apple-and-voip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>More on Telephony Denial of Service (TDoS) Attacks</title>
		<link>http://voipsa.org/blog/2010/07/07/more-on-telephony-denial-of-service-tdos-attacks/</link>
		<comments>http://voipsa.org/blog/2010/07/07/more-on-telephony-denial-of-service-tdos-attacks/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 22:56:19 +0000</pubDate>
		<dc:creator>Mark Collier</dc:creator>
				<category><![CDATA[VoIP Attacks in the News]]></category>
		<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[VoIP Vulnerabilities]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=928</guid>
		<description><![CDATA[I assume most everyone has seen the FBI press release on Telephony Denial of Service (TDoS). For those who have not, see: http://newark.fbi.gov/pressrel/pressrel10/nk051110.htm I am also seeing the term used to describe enterprise-directed DoS, where an attacker typically floods a contact center with calls. I have recently worked with both enterprises, service providers, and hosted [...]]]></description>
			<content:encoded><![CDATA[<p>I assume most everyone has seen the FBI press release on Telephony Denial of Service (TDoS). For those who have not, see:</p>
<p><a href="http://newark.fbi.gov/pressrel/pressrel10/nk051110.htm">http://newark.fbi.gov/pressrel/pressrel10/nk051110.htm</a></p>
<p>I am also seeing the term used to describe enterprise-directed DoS, where an attacker typically floods a contact center with calls. I have recently worked with both enterprises, service providers, and hosted IVR companies that have seen these attacks. The current motive seems to be traffic pumping/revenue generation, not DoS per se, but the side impact is that operation at the target sites is degraded or seriously disrupted, depending on call volume and trunk capacity. Interestingly, the targets I have talked to are primarily using TDM trunks, while the attackers (according to the service providers I have talked to) are using VoIP. I have a post on my blog with more information:</p>
<p><a href="http://voipsecurityblog.typepad.com/marks_voip_security_blog/2010/06/more-on-telephony-dos-tdos.html">http://voipsecurityblog.typepad.com/marks_voip_security_blog/2010/06/more-on-telephony-dos-tdos.html</a></p>
<p>Is anyone else seeing these attacks?</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/07/07/more-on-telephony-denial-of-service-tdos-attacks/feed/</wfw:commentRss>
		<slash:comments>0</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>New Book: Seven Deadliest Unified Communications Attacks</title>
		<link>http://voipsa.org/blog/2010/05/20/new-book-seven-deadliest-unified-communications-attacks/</link>
		<comments>http://voipsa.org/blog/2010/05/20/new-book-seven-deadliest-unified-communications-attacks/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:25:33 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=913</guid>
		<description><![CDATA[As some readers may already know, Syngress has now published a book I wrote, &#8220;Seven Deadliest Unified Communications Attacks&#8221; that dives into the threats to communications systems and the strategies to protect your systems. It is part of a series of &#8220;Seven Deadliest &#60;topic&#62; Attacks&#8221; books that have come out over the past couple of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.7ducattacks.com/"><img src="http://lodestar.typepad.com/.a/6a00d8341bfc6e53ef0120a8310200970b-800wi" border="0" alt="" align="right" /></a>As some readers may already know, Syngress has now published a book I wrote, &#8220;<em><a href="http://www.7ducattacks.com/">Seven Deadliest Unified Communications Attacks</a></em>&#8221; that dives into the threats to communications systems and the strategies to protect your systems.  It is part of <a href="http://www.7ducattacks.com/2010/02/the-seven-deadliest-attacks-security-book-series.html">a series of &#8220;Seven Deadliest <em>&lt;topic&gt;</em> Attacks&#8221; books</a> that have come out over the past couple of months. (And yes, there are <em>seven</em> books in the series.)</p>
<p>As <a href="http://www.7ducattacks.com/2010/04/video-intro-to-seven-deadliest-unified-communications-attacks.html">I explained in this video</a>, my intent was not so much to write a book about &#8220;VoIP security&#8221; but rather to take a look at a slightly larger level at the overall systems that we are connecting together under the name of &#8220;unified communications&#8221;.  When we have voice, video, instant messaging, presence&#8230; coming from multiple different systems and then distributed over the global IP network&#8230; how do you secure it all?</p>
<p>The book was really my attempt to put in print form many of the themes we have written about on this site, talked about on <a href="http://www.blueboxpodcast.com/">the Blue Box Podcast</a> and discussed in the <a href="http://www.voipsa.org/VOIPSEC/">VOIPSEC mailing list</a>.</p>
<p>I do want to thank a couple of people in the VOIPSA circles&#8230; as I noted in the <a href="http://www.7ducattacks.com/acknowledgements.html">Acknowledgements</a>, Dustin D. Trammell was an outstanding technical editor &#8211; and Andy Zmolek provided some excellent comments and thoughts.  Longtime friend and VOIPSA blog contributor Martyn Davies had some helpful feedback, too, as did Scott Beer over at Ingate Systems.</p>
<p>Anyway, the book is out there&#8230; and I&#8217;ve put up a companion web site at <a href="http://www.7ducattacks.com">www.7ducattacks.com</a> where I&#8217;ll be listing additional resources, errata, updates, etc. There is also <a href="http://www.facebook.com/7ducattacks">a Facebook page for the book</a>. Feedback is definitely welcome (and yeah, I wouldn&#8217;t be opposed if you bought a copy or two <img src='http://voipsa.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ). I&#8217;m doing some interviews and podcasts about the book&#8230; if you are interested in interviewing me for your site or show, <a href="mailto:dyork@lodestar2.com">please contact me</a>.</p>
<p>My hope with the book is that in some small way it can help encourage and spread the discussions we all have been having here&#8230; and in the end help our communications systems be a bit more secure.  Thanks to all of you who have been reading posts here, commenting on them, participating in VOIPSEC and asking great questions.</p>
<p><em>P.S. If you are available tomorrow, Friday, May 20th, at 1pm US Eastern time, I&#8217;ll be <a href="http://www.7ducattacks.com/2010/05/live-interview-friday-may-21-1pm-us-est-on-voip-users-conf-about-the-book.html">interviewed live on the VoIP Users Conference call</a>.  Anyone is welcome to join in, listen, and ask questions.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/05/20/new-book-seven-deadliest-unified-communications-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attacking the Crown Jewels through VoIP</title>
		<link>http://voipsa.org/blog/2010/05/18/attacking-the-crown-jewels-through-voip/</link>
		<comments>http://voipsa.org/blog/2010/05/18/attacking-the-crown-jewels-through-voip/#comments</comments>
		<pubDate>Tue, 18 May 2010 19:06:04 +0000</pubDate>
		<dc:creator>Jason Ostrom</dc:creator>
				<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[VLAN Hop]]></category>
		<category><![CDATA[Voice VLAN]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=902</guid>
		<description><![CDATA[The security weaknesses of VLANs have been known for years.  Recent case studies have highlighted the potential risk of using Voice VLANs together with VoIP in an infrastructure absent of properly configured security controls.  While visiting Europe just recently, I was reminded of this issue for a couple of reasons. The British Crown Jewels Firstly, [...]]]></description>
			<content:encoded><![CDATA[<p>The security weaknesses of VLANs have been known for <a title="SANS  Reading Room:  Virtual  LAN Security:  weaknesses and countermeasures" href="http://www.sans.org/reading_room/whitepapers/networkdevs/virtual-lan-security-weaknesses-countermeasures_1090" target="_blank">years</a>.  Recent case studies have highlighted the  potential risk of  using Voice VLANs together with VoIP in an  infrastructure absent of  properly configured security controls.  While  visiting Europe just  recently, I was reminded of this issue for a  couple of reasons.</p>
<p><strong>The British Crown Jewels</strong></p>
<p>Firstly, I saw the magnificent British Crown Jewels in display.  They   are quite impressive.  They are arguably the most valuable items in the  world possessed by a sovereign state, and obviously need to be properly  protected.  It really got me thinking about the origin of the  term  “Crown Jewels” and how the industry has used this term to refer to   protection of a company’s most valuable and precious IT assets and   data.  We talk about protecting against the theft of these “Crown   Jewels” – a company’s IP, trade secrets, or other mission critical   data.  How to protect and defend the “Crown Jewels”?</p>
<p style="text-align: center">
<div id="attachment_904" class="wp-caption aligncenter" style="width: 266px"><a href="http://voipsa.org/blog/wp-content/uploads/CrownJewels11.png"><img class="size-medium wp-image-904    " src="http://voipsa.org/blog/wp-content/uploads/CrownJewels11-256x300.png" alt="" width="256" height="300" /></a><p class="wp-caption-text">Theft of the Crown Jewels!</p></div>
<p style="text-align: left"><strong>Hotel VoIP  Deployments</strong></p>
<p style="text-align: left">After seeing  the <a title="Wikipedia:  Cullinan Diamond" href="http://en.wikipedia.org/wiki/Cullinan_Diamond" target="_blank">Cullinan  I</a> diamond and other precious jewels, I stayed in a hotel in  Stockholm  that had IP Phones deployed in guest rooms, which had me  thinking again about how attackers could access a company&#8217;s IT &#8220;Jewels&#8221;  from a physically unsecured area.  A quick and passive view of  the IP  Phone network configuration showed  that this network was most  likely  vulnerable to the aforementioned VLAN  Hop vulnerability.  I’ve  been  seeing an increasing amount of Hotel VoIP deployments in the last  year  exactly like this.</p>
<p style="text-align: left">Both of these  items reminded me of how easy  it is for a would-be attacker, sitting  in the comfort and privacy of  their hotel room, to steal a company’s  most valuable trade secrets and  data through VoIP, in the right  scenario and when the environment is not  properly protected.  We’ve  seen this before in <a title="Symantec Article:  VoIP Hopping:  A Method  of Testing VoIP Security or Voice VLANs" href="http://www.symantec.com/connect/articles/voip-hopping-method-testing-voip-security-or-voice-vlans" target="_blank">production environments</a>,  in authorized security  assessments.  I wanted to reach out to the  community and share this  with you, and see what others are seeing as  well.  I’ve roughly seen 1  in 3 hotels in the past year have VoIP  deployed in the guest rooms.  I  am curious as to whether others are  seeing a similar trend.  What other  UC business applications are you seeing deployed in physically remote  areas, and how are they being used?</p>
<p style="text-align: left"><strong>Trunking  VoIP to Physically Isolated Areas</strong></p>
<p style="text-align: left">When VoIP  networks are propagated through  trunk ports to physically isolated  remote locations that are still under  the administrative domain of the  same organization, the risk increases  that a VLAN Hop into the Voice  VLAN can result in unauthorized access to  corporate network resources.   Resources that were not intended by the  system designers.  I&#8217;m making  generalizations because every network is different.  But the most common  configuration I am seeing takes place because the IP Phones normally  need a  range of TCP/UCP ports open into the call servers, and the call  servers are centrally hosted on the corporate data network.  Sometimes  the  firewall doesn’t properly implement the policy of least privilege  for  only permitting operational IP Phone traffic and denying all other   traffic.  The best example of a physically remote location that comes  to  mind is a Hotel room, but I’m sure there are other good examples.    Hotel VoIP deployments with wired ethernet offer benefits to the user   such as guest VLAN Internet access from the PC port of the IP Phone.    But if you think about it, it offers the perfect backdoor attack vector   into the internal network.  Privacy and seclusion.  An attacker can   spend as much time as they please, evading detection and slowly   discovering the network.  Each time I see this, it makes me wonder the  extent to which this vulnerability is getting exploited in real life,  but not being publicly disclosed.  We&#8217;ve seen how well publicized CHD / <a title="Wireless Hackers suspected in TJ Maxx Breach" href="http://www.consumeraffairs.com/news04/2007/05/tjx_wireless.html" target="_blank">data breaches</a> of the PCI DSS have taken place over  wireless networks &#8211; I wonder if and how long it will take before this  happens over a VoIP infrastructure deployed to a physically remote  location which is trunked, unprotected into the internal network where  mission critical servers are hosted.</p>
<p style="text-align: left">Some would  say that this is a network infrastructure &#8220;firewall&#8221; mis-configuration  issue and not a VoIP issue.  They are right.  But you could also argue  that this issue opens up only when you deploy VoIP with QoS and VoIP is  so tightly integrated with the network and QoS.  The VLAN Hop also  enables UC attacks against not only the IP Phones, but the call server  as well.  For VoIP to be operational, those TCP/UDP ports between the IP  phones and call server must always be permitted, even through a  properly configured firewall.</p>
<p style="text-align: left"><strong>Death of  the Voice VLAN</strong></p>
<p style="text-align: left">Some have  talked about the <a title="VoIPNorm's Blog:  Death of the Voice VLAN" href="http://voipnorm.blogspot.com/2010/02/death-of-voice-vlan.html" target="_blank">death</a> of the Voice VLAN and others have questioned  the <a title="UnifySquare VLAN Security:  Are Voice VLANs still relevant  for UC Security?" href="http://www.unifysquare.com/resources/UnifySquare%20VLAN%20Security%20Whitepaper%20-%20English.pdf" target="_blank">relevance</a> of Voice VLANs to UC Security.  In my  opinion, VLANs were never intended for security.  They were designed for  one thing:  Broadcast Domain isolation, resulting in improved  performance and host management.  Then the &#8220;Voice VLAN&#8221; came about &#8211; a  special access port feature for VoIP that enables the easy application  of QoS and IP Phone provisioning.  Brilliant, if you really think about  it.   Voice VLANs were also never intended for security features.   However, some started seeing it this way because, by default, a PC  wasn&#8217;t a member of the Voice VLAN, and Voice would have the highest  priority on the network in the event of a malware outbreak on the &#8220;data&#8221;  access VLAN, and so forth.  This is still QoS &#8211; not security.  A  network with properly configured QoS at layer 2 or 3 doesn&#8217;t distinguish  a virus outbreak from an extremely chatty file transfer application.   In either case, VoIP will take the highest precedence through the  network.  Then we started hearing &#8220;VLAN is not a security measure&#8221; and  now we are coming back full circle.</p>
<p style="text-align: left">Voice VLANs  are never going to die off due to their perceived security limitations.   In fact, they are brilliant .  They make it easier to deploy VoIP and  other new and promising UC applications, like IP Video.  Applications  like IP video that are heavily reliant on QoS.  This helps us all.  The  best thing we can do is recognize their security limitations and that  they were never intended for security to begin with.  Which brings me to  my final point.</p>
<p style="text-align: left"><strong>Why?</strong></p>
<p style="text-align: left">Many of you  reading this are already well aware of this.  But that doesn&#8217;t  necessarily signify that others who deploy or own VoIP do as well.  Just  the other day, I had a conversation with a Network Engineer who had  deployed VoIP for a major US sports stadium.  This person believed that  the IP Phones configured in the luxury suites were protected against  VLAN Hop just because they had deployed MAC Address filtering on the  switch ports.  We all know that Voice VLAN Hop and MAC Address spoofing  can be automated via myriad <a title="VoIP Hopper Free Security  Assessment tool website" href="http://voiphopper.sf.net" target="_blank">tools</a>.  But  still, that doesn&#8217;t mean everyone else does.</p>
<p style="text-align: left">I&#8217;m writing  you today to ask for your help as  VoIP Security professional in  spreading awareness about this issue.  I am open to hearing what you are  seeing (specifically vendors and configurations in remote areas, and  how the application is being used) or any other friendly comments or  suggestions.  This is an area of research and interest.  Please email  jostrom {at} viperlab {dot} net.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/05/18/attacking-the-crown-jewels-through-voip/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FBI Warns of New TDoS Attacks</title>
		<link>http://voipsa.org/blog/2010/05/15/fbi-warns-of-new-tdos-attacks/</link>
		<comments>http://voipsa.org/blog/2010/05/15/fbi-warns-of-new-tdos-attacks/#comments</comments>
		<pubDate>Sat, 15 May 2010 12:45:04 +0000</pubDate>
		<dc:creator>Andy Zmolek</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=898</guid>
		<description><![CDATA[Earlier this week, several news outlets including Wired.com reported on a new Telephony Denial-of-Service attack that's becoming more widespread. In this attack scenario, hundreds or thousands of PSTN calls are launched to the victim's phone in order to prevent financial institution notifications from arriving while the attacker drains accounts.]]></description>
			<content:encoded><![CDATA[<p>Earlier this week, several news outlets including <a title="Wired.com" href="http://feeds.wired.com/~r/wired/index/~3/aIJTozyVGw8/" target="_blank">Wired.com</a> reported on a new Telephony Denial-of-Service attack that&#8217;s becoming more widespread. In this attack scenario, hundreds or thousands of PSTN calls are launched to the victim&#8217;s phone in order to prevent financial institution notifications from arriving while the attacker drains accounts. It&#8217;s less clear that attackers can do anything about email or SMS alerts, but based on sheer volumes alone one has to assume the attackers are using VoIP technology to originate the calls. Certainly there are many implications to consider, particularly if TDoS attacks become more common within the PSTN going forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/05/15/fbi-warns-of-new-tdos-attacks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
