<?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"
	>

<channel>
	<title>Voice of VOIPSA</title>
	<atom:link href="http://www.voipsa.org/blog/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>
	<pubDate>Wed, 23 Jul 2008 02:57:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Asterisk &#8220;hack&#8221; to show blocked Caller-ID points to larger trust issues with SIP</title>
		<link>http://voipsa.org/blog/2008/07/23/asterisk-hack-to-show-blocked-caller-id-points-to-larger-trust-issues-with-sip/</link>
		<comments>http://voipsa.org/blog/2008/07/23/asterisk-hack-to-show-blocked-caller-id-points-to-larger-trust-issues-with-sip/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 01:05:32 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
		
		<category><![CDATA[SIP]]></category>

		<category><![CDATA[VoIP Attacks in the News]]></category>

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

		<guid isPermaLink="false">http://voipsa.org/blog/?p=411</guid>
		<description><![CDATA[Can Asterisk really be used to &#8220;unmask&#8221;blocked Caller-ID and show the private number?
Well, yes&#8230;  but it really has less to do with Asterisk then it does with not respecting the signaling sent to you by a SIP trunking provider.  It&#8217;s conceivable that any IP-PBX could be configured to allow you to do this&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Can <a href="http://www.asterisk.org/">Asterisk</a> really be used to &#8220;unmask&#8221;blocked Caller-ID and show the private number?</p>
<p>Well, <em>yes</em>&#8230;  but it really has less to do with Asterisk then it does with not respecting the signaling sent to you by a SIP trunking provider.  It&#8217;s conceivable that <em>any</em> IP-PBX could be configured to allow you to do this&#8230; and points to a larger issue with trust boundaries between SIP Service Providers (a.k.a. Internet Telephony Service Providers or ITSPs) and their customers.</p>
<p><strong>THE &#8220;HACK&#8221;</strong></p>
<p>Let&#8217;s take a step back first and explain&#8230; over the weekend FierceVoIP <a href="http://www.fiercevoip.com/story/last-hope-launches-security-season/2008-07-20?utm_medium=rss&#038;utm_source=rss&#038;cmp-id=OTC-RSS-FV0">ran a piece about VoIP security talks</a> at the &#8220;Last Hope&#8221; conference that referenced a demonstration by Kevin Mitnick of how you could use Asterisk to show Caller ID information for someone calling even if the caller&#8217;s ID is set to &#8220;private&#8221;.  Someone (&#8221;phant0msignal&#8221;) recorded a video of the demonstration (and yes, if you listen, the audio cuts in and out) and <a href="http://www.youtube.com/watch?v=q3S0RjrXhw0">posted the video to YouTube</a> and <a href="http://phant0msignal.blogspot.com/2008/07/holy-crap.html">the code to his blog</a>.  This might have gone somewhat unnoticed except that <a href="http://www.engadget.com/2008/07/21/how-to-reveal-blocked-caller-id-info-a-video-guide-to-risky-beh/">it got picked up by Engadget</a>, which naturally garnered a good bit of attention. Here&#8217;s the video:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/q3S0RjrXhw0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/q3S0RjrXhw0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><strong>THE EXPLANATION</strong></p>
<p>So was this really a big &#8220;hack&#8221; that exposed private information?</p>
<p>Not really&#8230; although it may be a clever use of scripting within Asterisk. </p>
<p>Here&#8217;s the thing:<br />
<blockquote><em>Asterisk received this information as a natural part of SIP communication because the SIP Service Provider TRUSTED Asterisk to &#8220;do the right thing&#8221; and NOT display the information.</em></p></blockquote>
<p>Which, normally, would be the case. Asterisk would respect the SIP privacy headers and <em>not</em> display the Caller ID. However, in this case Asterisk was modified to <em>NOT</em> respect the privacy headers and display the information that was requested to be private.</p>
<p>To understand this, we need to look at one of the ways that &#8220;Caller ID&#8221; is usually handled within the world of SIP communication. <a href="http://tools.ietf.org/rfcmarkup?doc=rfc3325">RFC 3325</a> defines a SIP header called &#8220;P-Asserted-Identity&#8221; that is inserted typically by the first SIP proxy that is interacting with the SIP endpoint. The result, <em>within a trusted administrative domain</em>, is the inclusion of one or more headers that look like:<br />
<blockquote>
<pre>P-Asserted-Identity: "Dan York" &lt;sip:dyork@example.com&gt;
P-Asserted-Identity: tel:+14155551212</pre>
</blockquote>
<p>The P-Asserted-Identity header, often referred to as P-A-I for short, includes this identity information that can be used by the proxy for the recipient of the call to display &#8220;Caller ID&#8221; on the recipient&#8217;s SIP endpoint (phone, softphone, etc.). </p>
<p>Now, when a call is to be private, there is an additional SIP header included. <a href="http://tools.ietf.org/rfcmarkup?doc=rfc3323">RFC 3323</a> defines the &#8220;Privacy&#8221; SIP header and section 9.3 of RFC 3325 adds an &#8220;id&#8221; value to the Privacy header. So the resulting SIP headers look like:<br />
<blockquote>
<pre>P-Asserted-Identity: "Dan York" &lt;sip:dyork@example.com&gt;
P-Asserted-Identity: tel:+14155551212
Privacy: id</pre>
</blockquote>
<p>Per RFC 3325 Section 7, this Privacy header indicates to the SIP proxy that the P-A-I information <em>MUST</em> be stripped off before the SIP headers are sent to an &#8220;untrusted&#8221; entity. From the RFC:</p>
<blockquote><p><em>   Parties who wish to request the removal of P-Asserted-Identity header<br />
   fields before they are transmitted to an element that is not trusted<br />
   may add the &#8220;id&#8221; privacy token defined in this document to the<br />
   Privacy header field.  The Privacy header field is defined in [6].<br />
   If this token is present, proxies MUST remove all the P-Asserted-<br />
   Identity header fields before forwarding messages to elements that<br />
   are not trusted. </em></p></blockquote>
<p>So the &#8220;hack&#8221; in this case was that Asterisk&#8217;s SIP handling was modified to <em>NOT</em> respect the Privacy header and instead pass along the P-A-I information to, in this case, the endpoint.</p>
<p><strong>THE LARGER PROBLEM</strong></p>
<p>The larger problem/issue is really this:</p>
<blockquote><p><em>Why did the SIP Service Provider send the P-A-I information down to Asterisk box in the first place?</em></p></blockquote>
<p>The answer, of course, is simply this:</p>
<blockquote><p><em>The SIP Service Provider assumed that it could trust the SIP server with which it was communicating.</em></p></blockquote>
<p><P>The Service Provider extended its &#8220;trust boundary&#8221; out to encompass the SIP network of its customers.  As far as the Service Provider was concerned, the customer was just another SIP network and should be trusted. The Service Provider did not apparently care whether the customer was another carrier - or just someone running Asterisk on a home system. They were simply glad to provide connectivity to the customer.</p>
<p>The problem is:<br />
<blockquote><em>The trust boundary <strong>of the PSTN</strong> was then extended out to the customer system.</em></p></blockquote>
<p>and there was an implicit assumption that PSTN privacy requests would be respected.</p>
<p><strong>NO EASY ANSWERS</strong></p>
<p>One obvious reaction is &#8220;So the Service Provider shouldn&#8217;t send that information to the customer&#8217;s SIP server!&#8221;  Perhaps.  Perhaps the Service Provider should not trust any of its customers with that information.  (And I Am Not A Lawyer so I don&#8217;t know if in this case there <em>are</em> actual legal issues here.)</p>
<p>But I&#8217;m not sure it&#8217;s that simple.</p>
<p>You see, there&#8217;s a bit of a &#8220;Wild West&#8221; going on right now in the world of SIP trunking.  Basically, anyone and their brother, mother, father, sister (and&#8230;) can get into the world of providing SIP trunks simply by setting up a SIP server (which could be done with Asterisk) and buying some upstream SIP connectivity from a larger SIP Service Provider&#8230; ta da&#8230; &#8220;ZZZZZ VoIP Services&#8221; is born.  Simple. Easy.</p>
<p>If you are a larger SIP Service Provider, you will sell to smaller Service Providers and naturally extend your &#8220;trust boundary&#8221; to them.  They will sell to others&#8230; and so on&#8230; and so on&#8230; until some final system is connected to some endpoints.</p>
<p>SIP clouds connected to SIP clouds connected to more SIP clouds.</p>
<p>Where do you appropriately define the &#8220;trust boundary&#8221;?  Is it perhaps the &#8220;top tier&#8221; SIP Service Providers?  Is it &#8220;the carriers who run the PSTN&#8221;? Should it have been stripped off at a gateway coming in from the PSTN?  </p>
<p>We&#8217;re building this massive &#8220;interconnect&#8221; of SIP clouds&#8230; and this is just one of the many issues that it is not entirely clear that we have a consensus on.  Sure, <a href="http://tools.ietf.org/rfcmarkup?doc=rfc3325">RFC 3325</a> defines what should happen on a <em>technical</em> level&#8230; but what about on a <em>policy</em> level?  Who gets to be part of the &#8220;trusted&#8221; community? (FYI, I would strongly recommend reading <a href="http://tools.ietf.org/rfcmarkup?doc=rfc3325">RFC 3325</a> for a better understanding of the issue.)</p>
<p>In the meantime, it&#8217;s fairly safe to assume that if you are &#8220;blocking&#8221; your Caller ID, there is no actual guarantee that it won&#8217;t be seen by the recipient.  In the vast majority of cases, sure, that privacy will be respected.  But there&#8217;s no guarantee.</p>
<p>Welcome to new world of VoIP&#8230;</p>
<p><em>P.S. And yes, if you were reading this and thinking &#8220;Gee, so can&#8217;t the &#8216;Caller-ID&#8217; be easily spoofed just by modifying the SIP headers?&#8221; you are absolutely right. That&#8217;s why there&#8217;s a good amount of work going on right now in the IETF around the whole area of &#8220;strong identity&#8221;&#8230; but that&#8217;s a topic for another blog post some time&#8230;</em></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/voip" rel="tag">voip</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/voip%20security" rel="tag">voip security</a>, <a href="http://technorati.com/tag/caller%20id" rel="tag">caller id</a>, <a href="http://technorati.com/tag/callerid" rel="tag">callerid</a>, <a href="http://technorati.com/tag/telephony" rel="tag">telephony</a>, <a href="http://technorati.com/tag/telecommunications" rel="tag">telecommunications</a>, <a href="http://technorati.com/tag/kevin%20mitnick" rel="tag">kevin mitnick</a>, <a href="http://technorati.com/tag/SIP" rel="tag">SIP</a>, <a href="http://technorati.com/tag/SIP%20security" rel="tag">SIP security</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/23/asterisk-hack-to-show-blocked-caller-id-points-to-larger-trust-issues-with-sip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Asking The Cisco Systems’ IPICS Expert: Questions 6-10</title>
		<link>http://voipsa.org/blog/2008/07/23/asking-the-cisco-systems%e2%80%99-ipics-expert-questions-6-10/</link>
		<comments>http://voipsa.org/blog/2008/07/23/asking-the-cisco-systems%e2%80%99-ipics-expert-questions-6-10/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 00:27:40 +0000</pubDate>
		<dc:creator>shawnmer</dc:creator>
		
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=403</guid>
		<description><![CDATA[&#8220;Hello?  Is there anybody out there?&#8221;
So, it&#8217;s been a few business days since I posted &#8220;Asking the Cisco Systems&#8217; IPICS Expert: Questions 1-5&#8243; and while I haven&#8217;t heard anything back from the IPICS Expert either via email or comment on the blog post, it is somewhat amusing, and perhaps a bit disturbing, that a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://youtube.com/watch?v=ZB1cNkC71vE">&#8220;Hello?  Is there anybody out there?&#8221;</a></p>
<p>So, it&#8217;s been a few business days since I posted <a href="http://voipsa.org/blog/2008/07/17/asking-the-cisco-systems-ipics-expert-questions-1-5/">&#8220;Asking the Cisco Systems&#8217; IPICS Expert: Questions 1-5&#8243;</a> and while I haven&#8217;t heard anything back from the IPICS Expert either via email or comment on the blog post, it is somewhat amusing, and perhaps a bit disturbing, that a <a href="http://www.google.com/search?hl=en&amp;q=ipics+expert&amp;btnG=Google+Search">Google search for &#8220;IPICS Expert&#8221; leads back to VOIPSA</a>&#8230;go figure.</p>
<p>Anyway, as with the previous post, this post continues focusing on <a href="http://www.cisco.com/en/US/prod/collateral/ps6712/ps6718/prod_brochure0900aecd80352c7e.html">Cisco Systems’ IPICS (IP Interoperability and Collaboration System) Server</a>, the &#8220;heart&#8221; of the IPICS solution, with five more questions for the <a href="mailto:ipicsasktheexpert@cisco.com?subject=Cisco IPICS Expert Question">Cisco IPICS Expert</a>:</p>
<p><strong><br />
Question 6:  Early versions of the IPICS Server documentation refer to the operating system as Red Hat Linux, while a later version of documentation refer to the operating system as &#8220;Cisco Linux&#8221; and the latest version of documentation states &#8220;Linux&#8221; &#8212; Is the IPICS Server still based on Red Hat?  If so, what version of Red Hat (enterprise, etc.)?</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong><br />
Question 7:  Does the IPICS Server have any kind of file-integrity assurance program like, for example, <a href="http://en.wikipedia.org/wiki/Tripwire_(software)">Open Source Tripwire</a>?</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong>Question 8:  Is the <a href="http://www.cisco.com/en/US/products/sw/secursw/ps5057/index.html">&#8220;Cisco Security Agent&#8221;</a> provided at no cost for the IPICS Server, or is there an extra cost for this piece of software &#8220;<a href="http://www.cisco.com/warp/public/707/cisco-sa-20061025-csa.shtml">protection</a>?&#8221;</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong>Question 9:  The IPICS Server uses the IBM Informix database.  According to <a href="http://www.cisco.com/en/US/docs/interoperability_systems/c_ipics/211/server/installation/guide/sigtrb.html">documentation</a>, IPICS Server 2.1(1) uses IBM Informix Dynamic Server Version 10.00.UC1.  In 2008 several vulnerabilities were released concerning Informix, such as <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-0949">CVE-2008-0949</a>, <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-0727">CVE-2008-0727</a>, <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-0768">CVE-2008-0768 </a>, <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-0369">CVE-2008-0369 </a>, and <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-0368">CVE-2008-0368</a>.  If applicable to the IPICS Server 2.1(1) and earlier versions, have these vulnerabilities been addressed and patched in the IPICS Server?  There seems to be <a href="http://www.cisco.com/en/US/products/products_security_advisories_listing.html">nothing at the Cisco PSIRT site</a> addressing these vulnerabilities.  Am I missing something here?<br />
</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong><br />
Question 10:  For IPICS Server 2.1(1), please provide a listing of all installed RPM packages, their version, and indication of known vulnerabilities in each RPM package.</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p>As with my previous <a href="http://voipsa.org/blog/2008/07/17/asking-the-cisco-systems-ipics-expert-questions-1-5/">five (as yet unanswered) questions</a>, I thank you and look forward to your answers.</p>
<p>Shawn Merdinger<br />
Security Researcher</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/23/asking-the-cisco-systems%e2%80%99-ipics-expert-questions-6-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two new Asterisk security advisories&#8230;</title>
		<link>http://voipsa.org/blog/2008/07/22/two-new-asterisk-security-advisories/</link>
		<comments>http://voipsa.org/blog/2008/07/22/two-new-asterisk-security-advisories/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 23:51:43 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
		
		<category><![CDATA[Security]]></category>

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

		<category><![CDATA[VoIP Vulnerabilities]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=405</guid>
		<description><![CDATA[The security team over at Digium today released two new security advisories.  In both cases, the fixes are in the latest version of Asterisk and all Asterisk users should upgrade to those new versions.
AST-2008-010 - IAX2 &#8216;POKE&#8217; RESOURCE EXHAUSTION
The first advisory, AST-2008-010, outlines a denial of service attack where an attacker can basically send [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://voipsa.org/blog/wp-content/uploads/asterisklogo.jpg" alt="asterisklogo.jpg" border="0" width="136" height="80" align="right" />The security team over at Digium today released two new security advisories.  In both cases, the fixes are in the latest version of Asterisk and all Asterisk users should upgrade to those new versions.</p>
<p><strong>AST-2008-010 - IAX2 &#8216;POKE&#8217; RESOURCE EXHAUSTION</strong></p>
<p>The first advisory, <a href="http://downloads.digium.com/pub/security/AST-2008-010.html">AST-2008-010</a>, outlines a denial of service attack where an attacker can basically send a large number of IAX2 &#8220;POKE&#8221; requests and consume all available capacity to make or receive calls using IAX2.  The only workaround seems to be to upgrade to the newest version.  It does not say but one would imagine that if you do not use IAX2 connections you could presumably block that port and not allow any inbound IAX2 connections. (Although the safer course is, naturally, to upgrade.)</p>
<p><strong>AST-2008-011 - IAX2 FIRMWARE PROVISIONING SYSTEM</strong></p>
<p>The second advisory, <a href="http://downloads.digium.com/pub/security/AST-2008-011.html">AST-2008-011</a>, outlines a scenario in which an attacker could flood a site with bogus requests to download a firmware image which would result in the generation of a large amount of traffic on the network. Essentially, since there is apparently no &#8220;handshake&#8221; before the initiation of the firmware transfer, an attacker can spoof the source address. With a large number of such requests, the Asterisk system can wind up generating a large amount of network traffic destined for spoofed sources.  As noted in the advisory, the workaround is simply to remove the firmware image. This firmware download service has been disabled by default in the new version.</p>
<p>As noted in both advisories, Asterisk users are strongly recommended to upgrade as soon as possible to the listed version.</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/asterisk" rel="tag">asterisk</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/asterisk%20security" rel="tag">asterisk security</a>, <a href="http://technorati.com/tag/iax" rel="tag">iax</a>, <a href="http://technorati.com/tag/voip" rel="tag">voip</a>, <a href="http://technorati.com/tag/voip%20security" rel="tag">voip security</a>, <a href="http://technorati.com/tag/digium" rel="tag">digium</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/22/two-new-asterisk-security-advisories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Call For Interest on New Projects</title>
		<link>http://voipsa.org/blog/2008/07/21/call-for-interest-on-new-projects/</link>
		<comments>http://voipsa.org/blog/2008/07/21/call-for-interest-on-new-projects/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 06:03:08 +0000</pubDate>
		<dc:creator>Jonathan Zar</dc:creator>
		
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=401</guid>
		<description><![CDATA[ 
Please note - We are contemplating some new projects:

Global      Test Bed Project

End-Point      Security Project

Secure      IMS Billing Project

Privacy      Commerce Project

If your organization might be interested in participating
please send a note of interest directly to secretary@voipsa.org
]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> Normal   0                             MicrosoftInternetExplorer4 </xml><![endif]--><!--  --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} --> <!--[endif]--></p>
<p>Please note - We are contemplating some new projects:</p>
<ol type="1">
<li><a href="http://voipsa.org/pipermail/voipsec_voipsa.org/2008-July/002703.html ">Global      Test Bed Project
<p></a></li>
<li><a href="http://voipsa.org/pipermail/voipsec_voipsa.org/2008-July/002704.html ">End-Point      Security Project
<p></a></li>
<li><a href="http://voipsa.org/pipermail/voipsec_voipsa.org/2008-July/002708.html ">Secure      IMS Billing Project
<p></a></li>
<li><a href="http://voipsa.org/pipermail/voipsec_voipsa.org/2008-July/002709.html ">Privacy      Commerce Project</a></li>
</ol>
<p>If your organization might be interested in participating</p>
<p>please send a note of interest directly to secretary@voipsa.org</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/21/call-for-interest-on-new-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LinkedIn to VoIPSA</title>
		<link>http://voipsa.org/blog/2008/07/18/linkedin-to-voipsa/</link>
		<comments>http://voipsa.org/blog/2008/07/18/linkedin-to-voipsa/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 18:27:45 +0000</pubDate>
		<dc:creator>Dustin D. Trammell</dc:creator>
		
		<category><![CDATA[VOIPSA]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=396</guid>
		<description><![CDATA[I would like to invite any VoIPSA LinkedIn users to join the new LinkedIn VoIPSA group.  While we already have documentation on the website regarding the Board of Directors and the Technical Board of Advisers, there wasn&#8217;t really much in the way of identifying and networking with other members of our organization who are not [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to invite any VoIPSA LinkedIn users to join the new <a href="http://www.linkedin.com/e/gis/145887/0ED41968DE6E">LinkedIn VoIPSA group</a>.  While we already have documentation on the website regarding the <a href="http://www.voipsa.com/Membership/index.php">Board of Directors</a> and the <a href="http://www.voipsa.com/Membership/techboard.php">Technical Board of Advisers</a>, there wasn&#8217;t really much in the way of identifying and networking with other members of our organization who are not on either of these boards, other than of course the VoIPSec mailing list (which doesn&#8217;t have a public membership roster), so I&#8217;ve established this group to fill that void.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/18/linkedin-to-voipsa/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Asking The Cisco Systems&#8217; IPICS Expert: Questions 1-5</title>
		<link>http://voipsa.org/blog/2008/07/17/asking-the-cisco-systems-ipics-expert-questions-1-5/</link>
		<comments>http://voipsa.org/blog/2008/07/17/asking-the-cisco-systems-ipics-expert-questions-1-5/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:22:38 +0000</pubDate>
		<dc:creator>shawnmer</dc:creator>
		
		<category><![CDATA[Platform Security]]></category>

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

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

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

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

		<category><![CDATA[VoIP Security Companies]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=391</guid>
		<description><![CDATA[Over the past couple of years I&#8217;ve been keeping my eye on some of the several vendors&#8217; solutions and emerging systems providing interoperability between disparate radios (800mhz, P25, push-to-talk, VHF, UHF, VoIP, cellular, etc.).  Some of these solutions come as single device &#8220;magic boxes&#8221; like the JPS Raytheon ACU-1000, ACU-2000, ACU-M and ACU-T while [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of years I&#8217;ve been keeping my eye on some of the several vendors&#8217; solutions and emerging systems providing interoperability between disparate radios (800mhz, P25, push-to-talk, VHF, UHF, VoIP, cellular, etc.).  Some of these solutions come as single device &#8220;magic boxes&#8221; like the <a href="http://www.jps.com/page/view/88">JPS Raytheon ACU-1000, ACU-2000, ACU-M and ACU-T</a> while others provide more IP-based solutions, such as <a href="http://www.cisco.com/en/US/prod/collateral/ps6712/ps6718/prod_brochure0900aecd80352c7e.html">Cisco Systems&#8217; IPICS (IP Interoperability and Collaboration System)</a>.</p>
<p><img src="http://www.cisco.com/cdc_content_elements/images/products/interop/ipics_solution_diagram_lg.jpg" alt="ipics" /></p>
<p>As I&#8217;ve been working for some time on a whitepaper and presentation entitled &#8220;Emergency Communications Infrastructure: Asking The Difficult And Dangerous Questions&#8221; &#8212; I figured that the time has come to directly ask vendors some of the many questions I have as I&#8217;ve read through product literature, release notes, independent evaluations, journal coverage, and the like&#8230;.even a little IPICS <a href="http://youtube.com/watch?v=cbA5aRuPRnw">YouTube action</a>.</p>
<p>So, I was very surprised when the email I sent to ipicsasktheexpert@cisco.com bounced (<a href="http://voipsa.org/blog/wp-content/uploads/cisco_bounce.jpg">screenshot here!</a>)  Rather than go through the various emails and personnel to actually get a response or email address that worked for contacting the Cisco IPICS Expert, I figured I would provide the IPICS Expert the opportunity and privilege to answer my questions in a public forum such as VOIPSA&#8217;s Blog, as well as let the community know when they fixed their email address.  As the IPICS is a solution, I have focused first on the &#8220;heart&#8221; &#8212; the <a href="http://www.cisco.com/en/US/prod/collateral/ps6712/ps6718/product_data_sheet0900aecd8034fd94.html">IPICS Server</a>, described by Cisco Systems as:</p>
<blockquote><p>A security-enhanced, Linux-based platform that provides an administration console and resource management and hosts the optional Cisco IPICS Policy Engine and Operational Views applications.</p></blockquote>
<p>Below are the questions.  Cisco Systems&#8217; IPICS Expert may either answer the questions in this post&#8217;s comments sections or email me the answers.  If people in the community have IPICS solution questions, please add them to the comments or email them to me and we&#8217;ll get the questions posted on the VOIPSA Blog in the next batch, or the one after, or the one after&#8230;.you get the idea.</p>
<p><strong>Question 1:  The IPICS Server is described by Cisco Systems as “Security Enhanced” &#8212; please provide a formal, technical definition for this term.<br />
</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong>Question 2:  On each network interface, by default what TCP ports are open across the 1-65535 range?</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong>Question 3:  On each network interface, by default what UDP ports are open across the 1-65535 range?<br />
</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong>Question 4:  On IPICS Server 2.1(1), what type and version Web server is running?<br />
</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p><strong>Question 5:  Has this IPICS Server 2.1(1) Web Server version or type changed from previous versions of IPICS Server software?</strong></p>
<blockquote><p>Cisco Answer</p></blockquote>
<p>Thank you and I, as well as others I&#8217;m sure, look forward to your answers.</p>
<p>Shawn Merdinger</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/17/asking-the-cisco-systems-ipics-expert-questions-1-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voice of VOIPSA upgraded to WordPress 2.6&#8230;</title>
		<link>http://voipsa.org/blog/2008/07/16/voice-of-voipsa-upgraded-to-wordpress-26/</link>
		<comments>http://voipsa.org/blog/2008/07/16/voice-of-voipsa-upgraded-to-wordpress-26/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:09:58 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
		
		<category><![CDATA[Voice of VOIPSA Info]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=389</guid>
		<description><![CDATA[Not wanting to get into any of the problems we had previously, I&#8217;ve gone and upgraded this site to be running the newly-released WordPress 2.6.  If you see anything strange going on with the site, please do let me know.  Thanks.
]]></description>
			<content:encoded><![CDATA[<p>Not wanting to get into any of the problems <a href="http://voipsa.org/blog/2008/04/08/this-blog-site-was-hacked-how-it-was-done-and-why-you-need-to-upgrade-wordpress-now/">we had previously</a>, I&#8217;ve gone and upgraded this site to be running the newly-released WordPress 2.6.  If you see anything strange going on with the site, please do <a href="mailto:dan.york@voipsa.org">let me know</a>.  Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/16/voice-of-voipsa-upgraded-to-wordpress-26/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ari Takanen starts blogging at ITworld&#8230;</title>
		<link>http://voipsa.org/blog/2008/07/16/ari-takanen-starts-blogging-at-itworld/</link>
		<comments>http://voipsa.org/blog/2008/07/16/ari-takanen-starts-blogging-at-itworld/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 13:37:06 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
		
		<category><![CDATA[Security]]></category>

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

		<guid isPermaLink="false">http://voipsa.org/blog/?p=388</guid>
		<description><![CDATA[I was pleased to see today that Codenomicon CTO Ari Takanen has started blogging for ITworld with an entry &#8220;Greatest Challenge in VoIP Security&#8221; in what appears to be a new ITworld blog &#8220;VoIP Security: Secrets and Hype&#8220;. As that page says:
What is VoIP security all about? After close to ten years of hacking and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.itworld.com/endpoint-security/53603/greatest-challenge-voip-security"><img src="http://voipsa.org/blog/wp-content/uploads/aritakanen-itworld.jpg" alt="aritakanen-itworld.jpg" border="0" width="88" height="91" align="right" /></a>I was pleased to see today that <a href="http://www.codenomicon.com/">Codenomicon</a> CTO Ari Takanen has started blogging for ITworld with an entry &#8220;<a href="http://www.itworld.com/endpoint-security/53603/greatest-challenge-voip-security">Greatest Challenge in VoIP Security</a>&#8221; in what appears to be a new ITworld blog &#8220;<a href="http://www.itworld.com/blog/ari-takanen">VoIP Security: Secrets and Hype</a>&#8220;. As that page says:<br />
<blockquote><em>What is VoIP security all about? After close to ten years of hacking and bashing VoIP, Ari Takanen will finally reveal the secrets and discuss the hype around VoIP security. The discussions in this blog will draw from his book &#8220;<a href="http://www.informit.com/store/product.aspx?isbn=0321437349">Securing VoIP Networks: Threats, Vulnerabilities, and Countermeasures</a>&#8221; co-authored by Peter Thermos, and published by Addison-Wesley. Ari will also answer any questions and comments you might have regarding penetration testing and fuzzing of VoIP and other telephony networks.</em></p></blockquote>
<p>Ari&#8217;s a great guy who is a member of <a href="http://www.voipsa.org/Membership/techboard.php">the VOIPSA Technical Board of Advisor</a>, who I&#8217;ve met at a number of shows and who has often shared his insight on <a href="http://www.voipsa.org/VOIPSEC">the VOIPSEC mailing list</a>. He was also a member of a panel last year that we ran as a <a href="http://www.blueboxpodcast.com/2007/08/blue-box-se-19-.html">Blue Box Special Edition</a>.  (There&#8217;s also another interview with Ari and his co-author Peter Thermos that&#8217;s in the Blue Box post-production queue&#8230; soon&#8230;) </p>
<p>Anyway, it&#8217;s great to see Ari joining the blogging space. In his first post he writes:</p>
<blockquote><p><em>Building VoIP security is a team effort. Each of us look at it from a slightly different angle. All opinions are correct. During the future weeks I will share mine in this blog.</em></p></blockquote>
<p><P>I look forward to reading those opinions!</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/ari%20takanen" rel="tag">ari takanen</a>, <a href="http://technorati.com/tag/voip" rel="tag">voip</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/voip%20security" rel="tag">voip security</a>, <a href="http://technorati.com/tag/itworld" rel="tag">itworld</a>, <a href="http://technorati.com/tag/codenomicon" rel="tag">codenomicon</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/16/ari-takanen-starts-blogging-at-itworld/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Highlights From IPTCOMM Heidelberg July 2008</title>
		<link>http://voipsa.org/blog/2008/07/13/386/</link>
		<comments>http://voipsa.org/blog/2008/07/13/386/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 15:22:01 +0000</pubDate>
		<dc:creator>Jonathan Zar</dc:creator>
		
		<category><![CDATA[VoIP Security]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=386</guid>
		<description><![CDATA[IPTCOMM 2008, held in Heidelberg, was a great event and directly relevant to the VOIPA community.  What made it notable was the success of the organizing committee and venue host in showcasing outstanding new research results for security, performance, and new features in IMS/NGN based technologies.
Much of the work was developed by graduate students and [...]]]></description>
			<content:encoded><![CDATA[<p>IPTCOMM 2008, held in Heidelberg, was a great event and directly relevant to the VOIPA community.  What made it notable was the success of the organizing committee and venue host in showcasing outstanding new research results for security, performance, and new features in IMS/NGN based technologies.</p>
<p>Much of the work was developed by graduate students and postdocs under sponsorship of senior technical members of our community.   In addition to the technical work the spirit, energy, and enthusiasm of the attendees was a notable pleasure.</p>
<p>The conference program will be published by Springer Lecture Notes in Computer Science; other details available directly at the <a href="http://iptcomm.org">IPTCOMM</a> site.</p>
<p>An industry talk for VOIPSA identified four new projects necessary to advance research in the market.  I&#8217;ll mention details by separate post.</p>
<p>A quick summary of what happened at IPTCOMM follows:</p>
<p><strong>Welcome Note</strong><br />
Saverio Niccolini (NEC Laboratories Europe, DE) and           Pamela Zave (AT&amp;T Laboratories, US)</p>
<p><strong>Keynote</strong><br />
<a href="http://www.kom.tu-darmstadt.de/en/people/staff/ralf-steinmetz/"> </a>Dr. Ralf Steinmetz Professor, Multimedia           Communications Lab (TU Darmstadt, DE).<br />
&#8220;Real-time Communications and Services in 2018 and           Beyond.&#8221;</p>
<p><strong>SIP and new service           environments</strong><br />
A SIP-based Programming Framework for Advanced           Telephony Applications<br />
<em>Wilfried Jouve (INRIA / LaBRI, FR); Nicolas Palix           (LaBRI/INRIA, FR); Charles Consel (LaBRI/INRIA, FR);           Patrice Kadionik (IMS, University of Bordeaux,           FR)</em></p>
<p>An IMS Based Mobile Podcasting Architecture Supporting           Multicast Delivery<br />
<em>Heiko Perkuhn (Ericsson Research, DE)</em></p>
<p>Generalized Third-Party Call Control in SIP Networks<br />
<em>Eric Cheung (AT&amp;T, US); Pamela Zave (AT&amp;T           Laboratories, US)</em></p>
<p><strong>Attack detection and           mitigation in SIP networks</strong><br />
Automatic Adaptation and Analysis of SIP Headers using           Decision Trees<br />
<em>Karin Hummel; Michael Nussbaumer; Andrea Hess Helmut           Hlavacs (Univ. of Vienna, AT); Karin Hummel (University           of Vienna, AT); Michael Nussbaumer (University of Vienna,           AT); Andrea Hess (University of Vienna, AT)</em></p>
<p>A Self-Learning System for Detection of Anomalous SIP           Messages<br />
<em>Konrad Rieck (Fraunhofer FIRST, DE); Stefan Wahl           (Alcatel-Lucent, DE); Pavel Laskov (Fraunhofer FIRST,           DE); Peter Domschitz (Alcatel-Lucent, DE); Klaus-Robert           Müller (Technical University of Berlin, DE)</em></p>
<p>Secure SIP: A scalable prevention mechanism for DoS           attacks on SIP based VoIP systems<br />
<em>Gaston Ormazabal (Verizon, US); Henning Schulzrinne           (Columbia University, US); Eilon Yardeni (Columbia           University, US); Sarvesh Nagpal (Columbia University,           US)</em></p>
<p><strong>Performance management           in SIP networks</strong><br />
One Server Per City: Using TCP for Very Large SIP           Servers<br />
<em>Kumiko Ono (Columbia University, US); Henning           Schulzrinne (Columbia University, US); Erich Nahum (IBM           T.J. Watson Research Center)</em></p>
<p>SIP Server Overload Control: Design and Evaluation<br />
<em>Charles Shen (Columbia University, US); Henning           Schulzrinne (Columbia University, US)</em></p>
<p>Improving the scalability of an IMS-compliant           conferencing framework. Part II: involving mixing and           floor control           <em>Simon Pietro Romano (University of Napoli Federico II,           IT); Alessandro Amirante (University of Napoli Federico           II, IT); Tobia Castaldi (University of Napoli Federico           II, IT); Lorenzo Miniero (University of Napoli Federico           II, IT)</em></p>
<p>On Mechanisms for Deadlock Avoidance in SIP Servlet           Containers<br />
<em>Laura Dillon; Kurt Stirewalt; Yi Huang (Michigan State           University, US)</em></p>
<p><strong>Security, legal and           modeling issues of SIP based communications</strong><br />
Lawful Interception in P2P-based VoIP Systems<br />
<em>Jan Seedorf (NEC Europe Ltd., DE)</em></p>
<p>Security Analysis of an IP Phone: Cisco 7960G<br />
<em>Italo Dacosta (Georgia Institute of Technology,           US)</em></p>
<p>Understanding SIP Through Model-Checking<br />
<em>Pamela Zave (AT&amp;T Laboratories, US)</em></p>
<p><strong>Next generation services           for VoIP</strong><br />
Detecting VoIP Traffic Based on Human Conversation           Patterns<br />
<em>Chen-Chi Wu (National Taiwan University, TW); Kuan-Ta           Chen (Academia Sinica, TW); Yu-Chun Chang (National           Taiwan University, TW); Chin-Laung Lei (National Taiwan           University, TW)</em></p>
<p>Template-based Signaling Compression for Push-To-Talk           over Cellular (PoC)<br />
<em>Andrea Forte (Columbia University, US); Henning           Schulzrinne (Columbia University, US)</em></p>
<p>Providing Content Aware Enterprise Communication           Services<br />
<em>Xiaotao Wu (Avaya Labs Research, US); K. Kishore Dhara           (Avaya Labs Research, US); Venkatesh Krishnaswamy (Avaya           Labs Research, US)</em></p>
<p><strong>Industry talk session</strong><br />
An overview of ETSI standardisation activities in the           Information Security arena with a focus on NGNs<br />
<em>Carmine Rizzo, Technical Officer, ETSI Standardisation           Projects</em></p>
<p>Simulating Realistic Metro-area Network Behavior<br />
<em>Darius, Product Manager, Empirix</em></p>
<p>Process-Based Security Testing in a Carrier           Environment<br />
<em>Sven Weizenegger, Lead of Security Testing and Senior           Consultant, T-Systems; Heikki Kortti, Senior Security           Specialist, Codenomicon</em></p>
<p>VoIP Security: Do Claims of Threats Justify Continued           Research Efforts?<br />
<em>Jonathan Zar, Pingalo, Inc; Eric Y. Chen, NTT           Information Sharing Platform Laboratories</em></p>
<p><strong>Demos</strong><br />
Advanced Structural Fingerprinting in SIP<br />
<em>Humberto J. Abdelnur Radu State, Olivier Festor           (INRIA)</em></p>
<p>Robustness Testing Of SIP, IMS and Of the Underlying           IP Infrastructure<br />
<em>Lauri Piikivi (Codenomicon)</em></p>
<p>Protocol interactions among User Agents, Application           Servers andMedia Servers<br />
<em>A. Amirante, T. Castaldi, L. Miniero and S. P. Romano           (University of Napoli Federico II)</em></p>
<p>SOA-Type Service Composition With Reusable           Telecommunications Components<br />
<em>Ioannis Fikouras (Ericsson Research), Gregory W. Bond           (AT&amp;T Laboratories)</em></p>
<p>VoIP SEAL 2.0 Security Suite for SIP enabled networks<br />
<em>Thilo Ewald, Nico d’Heureuse, Saverio Niccolini (NEC           Laboratories Europe, DE)</em></p>
<p>On the deployment of Network Processors in Operational           and Testing Network Devices<br />
<em>Fabio Mustacchio, Federico Rossi, Francesco Lamonica           (NetResults Srl); Andrea Di Pietro, Fabio Vitucci,           Domenico Ficara (University of Pisa - Department of           Information Engineering)</em></p>
<p>Vishing Prevention by Authenticated Display-name<br />
<em>Stanley Chow Christophe Gustave Dmitri Vinokurov           (Alcatel-Lucent, Bell Laboratories)</em></p>
<h6>Note: This posting is for informative purposes only.  Conference notes are available from Springer LNCS and copyrighted IPTCOMM 2008.</h6>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/13/386/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Want to learn about voice biometrics? VoiceVerified to be interviewed tomorrow (July 10, 2008)</title>
		<link>http://voipsa.org/blog/2008/07/10/want-to-learn-about-voice-biometrics-voiceverified-to-be-interviewed-tomorrow-july-10-2008/</link>
		<comments>http://voipsa.org/blog/2008/07/10/want-to-learn-about-voice-biometrics-voiceverified-to-be-interviewed-tomorrow-july-10-2008/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 01:52:15 +0000</pubDate>
		<dc:creator>Dan York</dc:creator>
		
		<category><![CDATA[Podcasts]]></category>

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

		<category><![CDATA[VoIP Security Companies]]></category>

		<guid isPermaLink="false">http://voipsa.org/blog/?p=383</guid>
		<description><![CDATA[Are you interested in using voice for authentication, also known as voice biometrics?  Would you like to know how far voice biometrics has come from that 1992 film &#8220;Sneakers&#8221; with &#8220;My voice is my password&#8221;?
If you are free tomorrow, July 10, 2008, at 11am US Eastern time you can join in a conference call/podcast [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.voiceverified.com/"><img src="http://voipsa.org/blog/wp-content/uploads/voiceverifiedlogo.jpg" alt="voiceverifiedlogo.jpg" border="0" width="123" height="103" align="right" /></a>Are you interested in using voice for authentication, also known as voice biometrics?  Would you like to know how far voice biometrics has come from that 1992 film &#8220;Sneakers&#8221; with &#8220;My voice is my password&#8221;?</p>
<p><P>If you are free tomorrow, July 10, 2008, at 11am US Eastern time you can join in a conference call/podcast where I&#8217;ll be interviewing David Standig with <a href="http://www.voiceverified.com/">VoiceVerified.com</a> about voice biometrics in general and VoiceVerified&#8217;s specific offering.  If you can&#8217;t join us at 11am, the interview will be available as a <a href="http://www.saunderslog.com/">&#8220;Squawk Box&#8221; podcast</a> later in the day.</p>
<p>The deal is that Alec Saunders, the regular host/producer of the daily Squawk Box podcast is away on vacation and I&#8217;ve been guest-hosting this week in his absence.  The daily shows have been about a range of topics (today was a great one about <a href="http://saunderslog.com/2008/07/09/squawkbox-july-9-2008-p2psip-guest-david-bryan/">P2PSIP</a>) and tomorrow&#8217;s show actually gets into VoIP security in terms of voice verification/biometrics.</p>
<p>If you would like to join into the show, there are two ways you can do so:</p>
<ul>
<li>If you are a Facebook user, go to: <a href="http://apps.facebook.com/calliflower/conf/show/34614">http://apps.facebook.com/calliflower/conf/show/34614</a> You&#8217;ll be prompted to install the &#8220;Calliflower&#8221; Facebook app.</p>
<li>If you don&#8217;t use Facebook - or don&#8217;t want to install the app, you can go to Calliflower.com at: <a href="http://apps.calliflower.com/conf/show/34614">http://apps.calliflower.com/conf/show/34614</a>  You&#8217;ll need to register for a free account.</ul>
<p>In either case, you&#8217;ll get access to the telephone number you need to call and, during the call, will also have access to the live chat session that is used.</p>
<p>If you aren&#8217;t able to attend (or don&#8217;t want to use the app), you can listen to the show after I post it on Alec&#8217;s <a href="http://www.saunderslog.com/">Saunderslog.com</a>  sometime later tomorrow, probably in the evening.</p>
<p><P>Also, if you are interested in being on Alec&#8217;s Squawk Box show, my guest hosting is done tomorrow but drop me a note and I&#8217;ll be glad to suggest your name to Alec after he returns.  I frequently participate and they&#8217;ve been enjoyable shows to be a part of.</p>
<p><em>P.S. In the interest of full transparency and disclosure, I should note that VoiceVerified is actually a business partner of my employer, <a href="http://www.voxeo.com/">Voxeo</a>, as I outlined <a href="http://blogs.voxeo.com/voxeotalks/2008/04/02/voiceverified-brings-my-voice-is-my-password-voice-verification-to-voxeos-platform/">in a blog post</a>. That fact, however, did not influence my decision to bring them on the show - I was just looking for interesting companies to interview and they were one that caught my eye.</em></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/voiceverified" rel="tag">voiceverified</a>, <a href="http://technorati.com/tag/voice" rel="tag">voice</a>, <a href="http://technorati.com/tag/voip" rel="tag">voip</a>, <a href="http://technorati.com/tag/voip%20security" rel="tag">voip security</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/authentication" rel="tag">authentication</a>, <a href="http://technorati.com/tag/squawk%20box" rel="tag">squawk box</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://voipsa.org/blog/2008/07/10/want-to-learn-about-voice-biometrics-voiceverified-to-be-interviewed-tomorrow-july-10-2008/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
