<?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; Security</title>
	<atom:link href="http://voipsa.org/blog/category/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>Blackberries and Lawful Intercept</title>
		<link>http://voipsa.org/blog/2010/08/04/blackberries-and-lawful-intercept/</link>
		<comments>http://voipsa.org/blog/2010/08/04/blackberries-and-lawful-intercept/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 23:21:13 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=965</guid>
		<description><![CDATA[While it is not &#8220;VoIP security,&#8221; per se, much of the communications market is buzzing this week with news that calls made on Blackberry smartphones can be intercepted by the U.S. government. Many stories have been written, but here&#8217;s one: U.S. authorities able to tap BlackBerry messaging While many of us in the security community [...]]]></description>
			<content:encoded><![CDATA[<p>While it is not &#8220;VoIP security,&#8221; per se, much of the <em>communications</em> market is buzzing this week with news that calls made on Blackberry smartphones can be intercepted by the U.S. government. Many stories have been written, but here&#8217;s one:</p>
<blockquote><p><em><a href="http://www.reuters.com/article/idUSTRE67246V20100803">U.S. authorities able to tap BlackBerry messaging</a></em></p></blockquote>
<p>While many of us in the security community have known that national governments could obtain calls on mobile devices by obtaining a warrant and working with the carrier, the article I linked to mentions the big difference with RIM:</p>
<blockquote><p><em>RIM is in an unusual position of having to deal with government requests to monitor its clients because it is the only smartphone maker who manages the traffic of messages sent using its equipment. Other smartphone makers &#8212; including Apple Inc, Nokia, HTC and Motorola Corp &#8212; leave the work of managing data to the wireless carrier or the customer.</em></p>
<p><em>RIM&#8217;s encrypted, or scrambled, traffic is delivered through secure servers at its own data centers, based mostly in its home base of Canada. Some corporate clients choose to host BlackBerry servers at other locations.</em></p></blockquote>
<p>The issue here seems to be from the articles I&#8217;ve read that the United Arab Emirates government is claiming that RIM is not granting them the same surveillance capabilities as other governments.</p>
<p>Not having any connection whatsoever to the situation, I can&#8217;t really comment on what all is going on&#8230; but it does continue to point out the challenges in our globally interconnected world.  Here are mobile devices being used <em>wherever</em>&#8230; routing their email messages back through servers apparently in <em>Canada</em>&#8230; and desired to be read by governments around the world.  All sorts of jurisdiction issues &#8230; and so much more&#8230;</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/08/04/blackberries-and-lawful-intercept/feed/</wfw:commentRss>
		<slash:comments>2</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>Skype encryption partially cracked?</title>
		<link>http://voipsa.org/blog/2010/07/09/skype-encryption-partially-cracked/</link>
		<comments>http://voipsa.org/blog/2010/07/09/skype-encryption-partially-cracked/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:29:32 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[VoIP Attacks in the News]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=933</guid>
		<description><![CDATA[The big news circulating through the Internet right now related to Skype is that someone may have reverse-engineered part of Skype&#8217;s encryption. Two posts of note: TechCrunch: Skype’s Innermost Security Layers Claimed To Be Reverse-Engineered Heise Security: Skype&#8217;s encryption procedure partly exposed The comments on the TechCrunch article are particularly worth reading as a number [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://voipsa.org/blog/wp-content/uploads/skypelogo.jpg" alt="skypelogo.jpg" border="0" width="141" height="85" align="right" />The big news circulating through the Internet right now related to Skype is that someone <em>may</em> have reverse-engineered part of Skype&#8217;s encryption.  Two posts of note:</p>
<ul>
<li>TechCrunch: <em><a href="http://techcrunch.com/2010/07/08/skypes-innermost-security-layers-claimed-to-be-reverse-engineered/">Skype’s Innermost Security Layers Claimed To Be Reverse-Engineered</a></em>
<li>Heise Security: <em><a href="http://www.h-online.com/security/news/item/Skype-s-encryption-procedure-partly-exposed-1034577.html">Skype&#8217;s encryption procedure partly exposed</a></em>
</ul>
<p>The comments on <a href="http://techcrunch.com/2010/07/08/skypes-innermost-security-layers-claimed-to-be-reverse-engineered/">the TechCrunch article</a> are particularly worth reading as a number of security-related folks have jumped into the debate &#8211; and the author of the reverse-engineered code has jumped in as well (or someone claiming to be him, anyway).</p>
<p>People have been trying to reverse-engineer Skype&#8217;s proprietary encryption algorithm&#8217;s for years&#8230; and there have been various presentations at conferences and much data out there.  In this case now, a developer named Sean O&#8217;Neil has <a href="http://cryptolib.com/ciphers/skype/">made code available</a> that apparently will decrypt <em>one layer</em> of Skype&#8217;s encryption.</p>
<p>Now, the code does <em><strong>NOT</strong></em> give you access to actual Skype messages.  O&#8217;Neil writes in the TechCrunch comments:</p>
<blockquote><p><em>Decryption of the RC4 layer gives nothing other than the ability to check CRC-32 of the packets, mere detection of random-looking encrypted packets as Skype. Maybe some firewalls will be able to block it at last.</em></p></blockquote>
<p>I interpret that to mean that this code could help differentiate Skype <em>traffic</em> from other network traffic.  The value there is really only, as the author says, that tools could be able to block Skype traffic because it could be more easily identified.</p>
<p>O&#8217;Neil goes on to say he <em>has</em> reverse-engineered more of Skype&#8217;s protocols and will be laying it all out at the Chaos Communication Conference in Berlin in December.  We&#8217;ll have to see what gets said then&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/07/09/skype-encryption-partially-cracked/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>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>
		<item>
		<title>Want to learn about voice biometrics? Attend Voice Biometrics Conf &#8211; May 4-5, 2010 &#8211; NY City area</title>
		<link>http://voipsa.org/blog/2010/04/28/want-to-learn-about-voice-biometrics-attend-voice-biometrics-conf-may-4-5-2010-ny-city-area/</link>
		<comments>http://voipsa.org/blog/2010/04/28/want-to-learn-about-voice-biometrics-attend-voice-biometrics-conf-may-4-5-2010-ny-city-area/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 18:17:54 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
				<category><![CDATA[Biometrics]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=892</guid>
		<description><![CDATA[Want to learn about how voice biometrics are being used today in real deployments? Want to learn what advances have been made in the technology? Want to find out how people are using it for voice authentication, identification and more? If so, consider attending the Voice Biometrics Conference taking place next week, May 4th and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.voicebiocon.com/vbc-nyc10/index.asp"><img src="http://voipsa.org/blog/wp-content/uploads/voicebiocon2010.jpg" alt="voicebiocon2010.jpg" border="0" width="300" height="53" align="right" /></a>Want to learn about how voice biometrics are being used today in real deployments?  Want to learn what advances have been made in the technology?  Want to find out how people are using it for voice authentication, identification and more?</p>
<p>If so, consider attending the <a href="http://www.voicebiocon.com/vbc-nyc10/index.asp">Voice Biometrics Conference</a> taking place next week, May 4th and 5th, in the New York City area.  It&#8217;s got <a href="http://www.voicebiocon.com/vbc-nyc10/agenda.asp">a packed agenda</a> and a great <a href="http://www.voicebiocon.com/vbc-nyc10/speakers.asp">list of speakers</a> who really represent the leading edge of what people are doing with voice biometrics.  (And yes, I&#8217;m one of the speakers and yes, my employer <a href="http://www.voxeo.com/">Voxeo</a> is one of the sponsors of the event.)</p>
<p>The organizers of the event, Opus Research, have also really tried to focus the event on showing real-world examples of biometrics deployments.  Here is a message that organizer Dan Miller sent out yesterday:</p>
<blockquote><p>The conference agenda is now packed with use cases across many applications, verticals and government functions. Here&#8217;s the list from today&#8217;s e-mail:</p>
<p>T-Mobile &#8211; Deutsche Telekom&#8217;s T-Mobile is developing fast authentication to focus on building a better customer experience.</p>
<p>Bell Canada &#8211; The largest customer-facing deployment of voice verification with more than two million customers enrolled.</p>
<p>Bank Leumi (Israel) &#8211; Will present how it successfully deployed multiple applications for voice-based user authentication for customers and employees.</p>
<p>I DRIVE SAFELY &#8211; Hear how the company implemented a voice-based solution for enrolling students in its online drivers&#8217; education program.</p>
<p>Atos Origin &#8211; IT services provider Atos Origin incorporates voice authentication into its &#8220;Help Desk&#8221; and holds promise for multiple applications inside enterprises around the world.</p>
<p>Centrelink &#8211; Australian social services agency who deployed a speaker verification system to authenticate access to welfare services.</p>
<p>Federal Government of Mexico &#8211; Learn how the federal government of Mexico has implemented a speaker identification program for use in law enforcement.</p>
<p>If you&#8217;re looking for a way to network with the people who have lessons to share regarding strategic, tactical, technical, organizational or even social issues that arise as they specify solutions, analyze vendors, define their projects and carry out their plans, attending Voice Biometrics 2010 will be rewarding.</p></blockquote>
<p>If you can get to the New York area, do check out the event&#8230; registration information can be found <a href="http://www.voicebiocon.com/vbc-nyc10/index.asp">on the event page</a>.  And if you are attending&#8230; I&#8217;ll see you there!</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/04/28/want-to-learn-about-voice-biometrics-attend-voice-biometrics-conf-may-4-5-2010-ny-city-area/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Damballa releases detailed analysis of Aurora botnet that attacked Google and others</title>
		<link>http://voipsa.org/blog/2010/03/04/damballa-releases-detailed-analysis-of-aurora-botnet-that-attacked-google-and-others/</link>
		<comments>http://voipsa.org/blog/2010/03/04/damballa-releases-detailed-analysis-of-aurora-botnet-that-attacked-google-and-others/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:07:25 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[botnets]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=859</guid>
		<description><![CDATA[Remember the cyberattacks against Google and other businesses back in China? Google blogged about &#8220;A new approach to China&#8221; and it was all over the news everywhere for a while. Well, this week security firm Damballa released a detailed look into the Aurora botnet that was apparently responsible for these attacks. The 31-page PDF file [...]]]></description>
			<content:encoded><![CDATA[<p>Remember the cyberattacks against Google and other businesses back in China?  Google blogged about &#8220;<a href="http://googleblog.blogspot.com/2010/01/new-approach-to-china.html"><em>A new approach to China</em></a>&#8221; and it was all over the news everywhere for a while.  Well, this week security firm Damballa released <a href="http://www.damballa.com/research/aurora/">a detailed look into the Aurora botnet</a> that was apparently responsible for these attacks. The 31-page PDF file goes into some great detail about what they were able to find about the botnet and provides some good information about botnets in general.</p>
<p>While this has nothing to do with &#8220;VoIP security&#8221;, per se, botnets in general are a concern to all of us in the security profession and we need to gain whatever understanding we can into their threat.</p>
<p>Now, the obvious caveat here is that Damballa is a <em>vendor of security services</em> so you do have to understand that the analysis is written from that perspective.  Still, on my glance through the document this morning the research itself did seem of value.</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/03/04/damballa-releases-detailed-analysis-of-aurora-botnet-that-attacked-google-and-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
