<?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; Jason Ostrom</title>
	<atom:link href="http://voipsa.org/blog/author/jostrom/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>Wed, 25 Jan 2012 21:26:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='voipsa.org' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>VoIP Honeypot GeoIP data</title>
		<link>http://voipsa.org/blog/2010/11/29/voip-honeypot-geoip-data/</link>
		<comments>http://voipsa.org/blog/2010/11/29/voip-honeypot-geoip-data/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 21:44:43 +0000</pubDate>
		<dc:creator>Jason Ostrom</dc:creator>
				<category><![CDATA[VoIP Security]]></category>
		<category><![CDATA[VoIP Brute Force Attackers]]></category>
		<category><![CDATA[voip honeypot]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=1084</guid>
		<description><![CDATA[Hey, Jason Ostrom here.  In the spirit of some of the valuable information being shared on the rising trend of SIP scanning activity and toll fraud, I&#8217;ve created a Perl script that does GeoIP lookups of potential attackers, sorting them based on scanning activity and country origination.  The script is free to anyone, and currently [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, Jason Ostrom here.  In the spirit of some of the valuable <a title="VoIP Abuse Project" href="http://www.infiltrated.net/voipabuse/" target="_blank">information</a> being shared on the rising trend of SIP scanning activity and toll fraud, I&#8217;ve created a <a title="Details on downloading and using the script" href="http://www.viperlab.net/wordpress/?p=268" target="_blank">Perl script</a> that does GeoIP lookups of potential attackers, sorting them based on scanning activity and country origination.  The script is free to anyone, and currently only works with Asterisk logging for an Asterisk based VoIP Honeypot.  Feel free to re-use this script as you see fit.  The idea behind it is to quickly view hit counts and percentages of failure activity based on country codes using geolocation technology.  You can roll this script into your cron and see the number of hits and where they are coming from on a daily basis.  Details on how to install and use the script are <a title="VIPER Lab Blog" href="http://www.viperlab.net/wordpress/?p=268" target="_blank">here</a>, and the script itself can be downloaded from the UCSniff <a title="UCSniff downloads" href="http://sourceforge.net/projects/ucsniff/files/" target="_blank">downloads</a> section.</p>
<p>Note that you can run the script in debug mode to lookup IP addresses based on city origination.  Hope this script helps you and let us know how it goes.</p>
<p style="text-align: center"> </p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2010/11/29/voip-honeypot-geoip-data/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>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>5</slash:comments>
		</item>
		<item>
		<title>New Open Source VoIP software released</title>
		<link>http://voipsa.org/blog/2009/05/07/new-open-source-voip-software-released/</link>
		<comments>http://voipsa.org/blog/2009/05/07/new-open-source-voip-software-released/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:14:21 +0000</pubDate>
		<dc:creator>Jason Ostrom</dc:creator>
				<category><![CDATA[VoIP Security Tools]]></category>
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=667</guid>
		<description><![CDATA[Two new versions of existing open source VoIP software were recently released and deserve mention. Last week, the folks at SIPfoundry released the 4.0 version of their SIP server, sipXecs.  I don&#8217;t hear a lot of talk about sipXecs so let me say a few things about it here: * it&#8217;s a great SIP software proxy/registrar [...]]]></description>
			<content:encoded><![CDATA[<p>Two new versions of existing open source VoIP software were recently released and deserve mention.</p>
<p>Last week, the folks at <a href="http://www.sipfoundry.org">SIPfoundry</a> released the <a href="http://www.sipfoundry.org/component/content/article/40-sipxecs-release-40-is-out.html">4.0 version</a> of their SIP server, sipXecs.  I don&#8217;t hear a lot of talk about sipXecs so let me say a few things about it here:</p>
<p>* it&#8217;s a great SIP software proxy/registrar package, with an active development and support community</p>
<p>* It&#8217;s free.</p>
<p>* It has a distributed component software design, which optimizes HA configurations for clustering</p>
<p>* It has a very intuitive web console GUI, and it has a bootable CD with all software pre-loaded on it</p>
<p>* Great documentation wiki.  For <a href="http://sipx-wiki.calivia.com/index.php/SipXbridge_Overview_and_Configuration">example</a>, I had set up a working<a href="http://sipx-wiki.calivia.com/index.php/SipXbridge_Overview_and_Configuration"> SIP trunk</a> configuration in under five minutes.</p>
<p>This is not to take away from other high quality open source  SIP server software projects like <a href="http://www.opensips.org/">opensips</a>, but I&#8217;ve been using and testing the previous version of sipXecs for a while now, and love this software.  I&#8217;ve just started testing this exciting new 4.0 release.  The most noticeable feature of this release is full sip trunking and remote worker support (far-end and near-end NAT traversal, and HA media anchoring).  What this means is that you have a full solution for running your own SBC and SIP Proxy.  The sipxbridge component of sipXecs is the SBC software component.   With sipXecs and sipxbridge, you can set up a proof of concept service provider network in your home, set up an enterprise lab for interop testing and comparison to commercial SBC vendors, use the software for a security testing demo toolkit, or just use the solution to register your remote phones into your network, and place outbound calls.  Great job and thanks to SIPfoundry for this work.</p>
<p>A new version of the <a href="http://voiphopper.sourceforge.net">VoIP Hopper</a> security assessment tool was released earlier this week, with <a href="http://voiphopper.sourceforge.net/images.html">Nortel VLAN Discovery</a> support.  VoIP Hopper is a free security assessment tool that supports VLAN Hopping &#8211; in essence, it mimicks the behavior of an IP phone for the Voice VLAN Discovery protocol or mechanism.  Then it rapidly automates a VLAN Hop, tagging the DHCP request and all subsequent Voice traffic with the discovered Voice VLAN ID.  Since most new VoIP deployments use the segmentation of discrete Voice VLANs for increasing QoS requirements, an attacker must sometimes first gain access into the Voice VLAN as a prerequisite vector, before running other VoIP exploits.  VoIP Hopper enables a regular PC to become a member of the IP Phone VLAN.  The tool is simple yet powerful, and has been used in many security assessments in the past.  The new features of VoIP Hopper:</p>
<p>* Nortel Voice VLAN Discovery and VLAN Hop</p>
<p>* A new CDP Spoof mode for more rapid and automated VLAN Hop in a CDP network</p>
<p>* An integrated DHCP client </p>
<p>From the VoIP Hopper website, the next features planned for VoIP Hopper are LLDP-MED support and trunk port testing.</p>
<p>Finally, I recently used the <a href="http://code.google.com/p/sipvicious/downloads/list">SIPVicious</a> tool in a remote VoIP security assessment, and it&#8217;s a very useful tool that any VoIP security professional should have.  When you look at the business risk of toll fraud / service theft, this tool can be pretty valuable in enumerating vulnerabilities that can be a risk to your business in the form of remote attackers trying to gain unauthorized access to your VoIP network and placing unauthorized calls.  As VoIP proliferates, we&#8217;ll see more usage of tools like this to conduct reconnaissance of open SIP services, valid users, and the brute forcing of subscriber/user passwords.  On the proactive protection side, it&#8217;s also good to see folks contributing open source proof of concepts for mitigating this risk.  Here is a &#8220;<a href="http://www.infiltrated.net/asterisk-ips.html">Simple Asterisk Based Toll Fraud Prevention Script&#8221;</a>.  If you use an active response firewall/IDS/IPS solution, you could actually detect the attempts to toll fraud/service theft attacks based on a signature, and have your VoIP IPS and/or firewall block the source IP address of the would-be attacker.  It&#8217;s called a &#8220;Voice Toll-Fraud Intrusion Prevention System&#8221;  <a href="http://www.infiltrated.net/asterisk-ips.html">(VTIPS)</a> <img src='http://voipsa.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .  Good to see open source software progress in this direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2009/05/07/new-open-source-voip-software-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

