<?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>my web 0.2 website &#187; security</title>
	<atom:link href="http://www.andyd.net/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andyd.net</link>
	<description>Andy Davidson's tech blog</description>
	<lastBuildDate>Sun, 27 Jun 2010 00:29:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DNSSEC and SSL certificates</title>
		<link>http://www.andyd.net/2009/dnssec-and-ssl-certificates/</link>
		<comments>http://www.andyd.net/2009/dnssec-and-ssl-certificates/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 11:48:45 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The 'net]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.andyd.net/?p=169</guid>
		<description><![CDATA[<p>Dr. Jörg Schweiger of the German domain name registry DENIC posed an interesting question at this morning&#8217;s first <a href="http://www.denog.de/"title="Deutsche Network Operators Group"  onclick="javascript:urchinTracker ('/outbound/article/www.denog.de');">DENOG </a>meeting, in Frankfurt.</p>
<p>Would domain name users who are concerned about the accuracy of data served pay extra for the ability to sign their DNS zone ?  A handful of people in the room raised their hand in agreement, but the overwhelming majority of operators did not.</p>
<p>His argument was that this compared well with SSL certification authorities who sell certificates that suggest that visitors to a website are interacting with a validated entity, and the technology guarantees privacy between the visitor and the website.  It&#8217;s this technology which makes buying and selling online safe.</p>
<p>However, I think that DNSSEC has different aims altogether &#8211; simply to guarantee that DNS data is not changed en-route between the authoratative server, through the caches, all the way to users.  Therefore there are significant attack mitigation reasons to deploy DNSSEC, so I hope that operators will begin trials (we are doing so), and that the pace of trials will quicken as <a href="http://www.ripe.net/ripe/meetings/ripe-59/presentations/abley-dnssec-root-zone.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.ripe.net');">the root zone will be signed this year</a>.</p>
<p>If DNSSEC is deployed as designed, then temporary and brief mistakes will not be imported into DNS caches, users will not fall foul to tampered data in caches, and we all receive an authenticated/secure channel for distributing DNS data inside an organisation.</p>
<p>The argument that Dr. Schweiger used is that DNSSEC adds an operational and technical burden to registries (extra communication with registrars, more complex software, additional CPU and bandwidth requirements).</p>
<p>I hope that my colleagues in other organisations agree that there are significant infrastructure advantages to freely allowing DNSSEC to grow, and that Moore&#8217;s Law, automation, and the fact that DNS registries normally find it simple to peer widely with ISP networks will offset the needs to consider the commercial signing model.</p>
<p></p>

<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2009/dnssec-and-ssl-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme Switch / OpenSSH bug</title>
		<link>http://www.andyd.net/2009/extreme-switch-openssh-bug/</link>
		<comments>http://www.andyd.net/2009/extreme-switch-openssh-bug/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 18:00:14 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[extreme]]></category>
		<category><![CDATA[netscreen]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[window size bug]]></category>

		<guid isPermaLink="false">http://www.andyd.net/?p=159</guid>
		<description><![CDATA[<p>I have been trying to get a patch applied to Debian&#8217;s openssh-client packages since February which would fix a bug that prevents me from logging into Extreme switches via ssh:</p>
<blockquote><p>trials:/usr/src/openssh-5.1p1# ssh hextreeme -l netadmin</p>
<p>Keyboard-interactive authentication</p>
<p>Enter password for netadmin:</p>
<p>channel 0: open failed: resource shortage: Channel open failed</p></blockquote>
<p>The bug is described in <a href="http://www.mail-archive.com/debian-ssh@lists.debian.org/msg04431.html"title="Debian bug"  onclick="javascript:urchinTracker ('/outbound/article/www.mail-archive.com');">Debian bug 495917</a>, and it also prevents connection to some NetScreen firewalls.  I have this bug with Debian 4 (openssh-client 4.3p2-9etch3) and Debian 5 (openssh-client 1:5.1p1-5).</p>
<p>If anyone else is experiencing the same bug and needs a quick fix, then you can download my Debian packages which replace openssh-client.  You of course need to hold the packages if you don&#8217;t want them overwriting by a security fix.</p>
<ul>
<li>Debian 4 <a href="http://www.andyd.net/media/software/sshextreme/openssh-client_4.3p2-9etch3_i386.deb" >openssh-client_4.3p2-9etch3_i386.deb</a></li>
<li>Debian 5 <a href="http://www.andyd.net/media/software/sshextreme/openssh-client_5.1p1-5_i386.deb" >openssh-client_5.1p1-5_i386.deb</a></li>
</ul>
<p>By using this software you agree to hassle both the debian-ssh team and extreme to sort their stuff out!</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2009/extreme-switch-openssh-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Openness and telecoms</title>
		<link>http://www.andyd.net/2009/openness-and-telecoms/</link>
		<comments>http://www.andyd.net/2009/openness-and-telecoms/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 17:57:30 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[The 'net]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[peering]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[telecoms]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2009/01/01/openness-and-telecoms/</guid>
		<description><![CDATA[<p>This is a response to <a href="http://ecommconf.com/blog/2009/01/skype-openness-and-walled-gard.html" onclick="javascript:urchinTracker ('/outbound/article/ecommconf.com');">Lee Dryburgh&#8217;s article on Skype</a>.  We had a debate on <a href="http://www.twitter.com/andyd" onclick="javascript:urchinTracker ('/outbound/article/www.twitter.com');">Twitter</a>, but I have not yet mastered the art of debate in 140 characters!</p>
<p>Lee&#8217;s premise is that <em>&#8220;Certainly Skype is not a walled garden. All things being relative, it&#8217;s certainly not overly closed either.&#8221;</em>  Lee claims that the accusations of closeness are unfair, because they are levied by commentators who advocate SIP based addressing and dialing rather than any other system.</p>
<p>This is not my premise.  I claim that Skype is closed because calls are signalled and completed using protocols that are entirely secret as a matter of policy.  Skype&#8217;s founder presented at Spring VON 2007 and stated that if Skype did not <a href="http://skypejournal.com/blog/2007/03/niklas_briefs_von.html" onclick="javascript:urchinTracker ('/outbound/article/skypejournal.com');">keep their protocols entirely secret</a>, then Skype would be full of spam and attack like email is.  I think this is a poisonous claim, telephone networks have been interconnecting around the world since telephony was conceived.  By not allowing telecoms firms to interconnect between the skype namespace and other networks, Skype have prevented openness to develop and maintain a monopoly position. That&#8217;s perfectly acceptable business, but it is not in the slightest bit open.</p>
<p><img width="304" height="188" id="image103" alt="walled.jpg" src="http://www.andyd.net/wp-content/uploads/2009/01/walled.jpg" />Randy Bush googled Walled Garden for a recent presentation and found this cartoon.  I like this definition because it&#8217;s correct.  Is Skype a Walled Garden ?  Lee says a Walled Garden is a commercial restriction, for example, &#8220;<em>sharing of ringtones via Bluetooth, using WiFi from a PDA, having access to all Web sites</em>&#8220;.  I think that only allowing interconnection with the purchase of an upgrade like SkypeOut is a restrictive or practice that suggests Skype is a Walled Garden.  Worst of all a call between two VoIP networks using this method requires default PSTN routing, which harms signal quality, and prevents the expansion of next-generation services such as Wideband/High Definition audio.</p>
<p>The meshing of networks, whether they are traditional voice or IP networks, leads to higher audio quality and increased reliability.  Keeping telephony systems and protocols secret in order to prevent meshing may well be a viable business model, but it is not an open business model.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2009/openness-and-telecoms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet broken for ASN32 speakers today.</title>
		<link>http://www.andyd.net/2008/internet-broken-for-asn32-speakers-today/</link>
		<comments>http://www.andyd.net/2008/internet-broken-for-asn32-speakers-today/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 22:23:06 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[The 'net]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[peering]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[telecoms]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/12/10/internet-broken-for-asn32-speakers-today/</guid>
		<description><![CDATA[<p>Not trying to point fingers or name-and-shame, just to raise the profile of a nasty little bug handling breaches of RFC4893.  This post is basically shaped from a message I posted to <a href="http://www.merit.edu/mail.archives/nanog/msg13416.html" onclick="javascript:urchinTracker ('/outbound/article/www.merit.edu');">nanog</a> earlier.</p>
<p>AS196629 (3.21 in asdot) announce 91.207.218.0/23.  Experienced eyes will notice that this is quite a large as number.  It&#8217;s a &#8216;new&#8217; 4-byte ASN.  When an OpenBGPd speaker with 4-Byte ASN support receives the update for <em>this</em> message, the session is torn down with the daemon logging a &#8216;fatal error&#8217;. Why?<br />
OpenBGPd is checking AS4_PATH to ensure that it contains only AS_SET and AS_SEQUENCE types, as per RFC4893.  When processing the UPDATE for 91.207.218.0/23 it sees :</p>
<blockquote><p>91.207.218.0/23<br />
Path Attributes &#8211; Origin: Incomplete<br />
Flags: 0&#215;40 (Well-known, Transitive, Complete)<br />
Origin: Incomplete (2)<br />
AS_PATH: xx xx 35320 23456 (13 bytes)<br />
AS4_PATH: (65044 65057) 196629 (7 bytes)</p></blockquote>
<p>See the confederation ASNs in the AS4_PATH ?  Thats forbidden :</p>
<blockquote><p>To prevent the possible propagation of confederation path segments outside of a confederation, the path segment types   AS_CONFED_SEQUENCE and AS_CONFED_SET [RFC3065] are declared invalid for the AS4_PATH attribute. <em>RFC 4893.</em></p></blockquote>
<p>The RFC does not suggest how to handle AS4_PATH violations, but if the bad path is learned on every upstream, this will cause a network with obgpd edges to disconnect from the internet&#8230;. Modifying the OpenBGPd software to permit AS_CONFED_SEQUENCE, AS_CONFED_SET in an as4_path causes the path to be accepted and the session is not torn down.  This isn&#8217;t a great fix.<br />
The impact today is fairly limited as there are relatively few bgp   speakers honouring the 4-byte ASN protocol extension rules, but as   code that support these features creeps around the internet, the next   time this happens the impact could be much greater, so we need to   understand which implementation of which BGP software caused this   illegal origination.</p>
<p>From a software point of view, I want to see a configurable option to reject the route but keep the session, reject the route and drop the session, accept the route but log/send trap, etc.</p>
<p>In any case we need to publish the arrangement that has led to this mistake so that other networks using the same toolset to originate prefixes can avoid the same situation happening.  I have made contact with an engineer at the NOC who are investigating.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/internet-broken-for-asn32-speakers-today/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VoIP For Network Operators Tutorial</title>
		<link>http://www.andyd.net/2008/voip-for-network-operators-tutorial/</link>
		<comments>http://www.andyd.net/2008/voip-for-network-operators-tutorial/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 19:26:41 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[The 'net]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[peering]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[telecoms]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/10/13/voip-for-network-operators-tutorial/</guid>
		<description><![CDATA[<p>These are the slides that I presented at <a href="http://www.nanog.org/meetings/nanog44/" onclick="javascript:urchinTracker ('/outbound/article/www.nanog.org');">NANOG44</a> in Los Angeles on Sunday, &#8220;<a href="http://www.andyd.net/media/talks/voip_for_service_providers.pdf"title="VoIP For Service Providers"  >VoIP For Network Operators</a>&#8220;.</p>
<p>This talk was for network operators looking to build voice segments of their network, and the slides cover</p>
<ul>
<li>Voice Basics for SPs</li>
<li>Why Operators should care</li>
<li>Voice Peering</li>
<li>Metrics</li>
<li>VoIP Security</li>
</ul>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/voip-for-network-operators-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube pushed off the air</title>
		<link>http://www.andyd.net/2008/youtube-pushed-off-the-air/</link>
		<comments>http://www.andyd.net/2008/youtube-pushed-off-the-air/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 22:01:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[The 'net]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[peering]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/02/24/youtube-pushed-off-the-air/</guid>
		<description><![CDATA[<p>In between browsing Facebook and Youtube, the UK economy generates $1,930,000,000 of output a year.  Thats $550,000 every two and a half hours.  Well if today had been a work day, there&#8217;d have been one two and a half hour period where that was much higher.  That&#8217;s because in a pique of routing excitement, Pakistan Telecom managed to hide Youtube from most of the internet for that length of time.</p>
<p>Pakistan Telecom and Youtube are likely to have no commercial relationship in place to carry Youtube traffic &#8211; particularly as around two hours ago, according to Yahoo News, the story broke that the <a href="http://uk.news.yahoo.com/afp/20080224/ttc-denmark-media-islam-pakistan-interne-0de2eff_1.html" onclick="javascript:urchinTracker ('/outbound/article/uk.news.yahoo.com');">Pakistan Government required ISPs operating in the country to block Youtube</a>.  Despite this, Pakistan Telecom were able to cause ISPs all over the world to send traffic that should be destined for Youtube to Pakistan instead.</p>
<p>This is because the protocol that determines how to find my network on the internet, is shaped by how &#8220;specific&#8221; the announcement of my network is.  If I make an announcement of a network of 1,024 addresses, and someone else makes a second announcement of 256 addresses within a subset of my 1,024, then the network which announces the smaller subset win the traffic destined to those hosts.  This is a feature &#8211; fully by design &#8211; of the BGP routing protocol.  Almost every time a more specific block of addresses is announced, this is because the administrators of those networks intend for the routing to be different for a subset of a large number of addresses.</p>
<p>Sadly, there are accidents from time to time &#8211; another network can announce a subset of my addresses without my knowledge or permission, and they win the traffic that should have gone to me.  This happened today &#8211; it seems that Pakistan Telecom decided to inject a fake route to <em>their</em> network containing Youtube&#8217;s webservers, and accidently then leaked that route to the networks they connect to.</p>
<p>Small networks and end sites can limit the chances that they will leak bad routes by explicitly listing the network addresses that they intend to send to their upstream or peered networks.  Larger networks may find it harder to stop themselves propagating someone else&#8217;s mistake, because they may have a contract to carry forward any announcement that their customers make.  Furthermore, the complexities of their own networks mean that an engineer working under pressure after announcements made by government ministers are more likely to make a typo error and do the wrong thing.</p>
<p><a href="http://www.lightbluetouchpaper.org/" onclick="javascript:urchinTracker ('/outbound/article/www.lightbluetouchpaper.org');">Richard Clayton</a> presented a very interesting set of commentaries at the last LINX meeting.  He commented that right now its very obvious indeed when someone hijacks some of my network space in this way, because all of my traffic disappears.  Youtube were probably aware that something was very wrong within moments of the announcement.  What if someone builds an infrastructure to steal my traffic &#8211; or at least some of my traffic &#8211; but after doing something with it, they send it back to me, it is much harder for me to spot that anything is wrong.</p>
<p>This is a significant risk to ecommerce infrastructures that competitors or e-pirates could seize upon opportunities to steal customer behaviour data.  What if a wizard stole the network containing your web server, proxied your shop, but set up a fake checkout?  How quickly would you spot?</p>
<p>Because this problem is inherent to the routing protocol, this is the obvious place to fix it.  There are attempts to <a href="http://www.ir.bbn.com/sbgp/" onclick="javascript:urchinTracker ('/outbound/article/www.ir.bbn.com');">blend PKI with routing information</a>, so that peers can verify the validity of your announcements.  S/BGP (secure BGP) requires me to sign my announcements, and gives my peers a method to check in an impartial internet community database that my announcement is valid.  It is the sort of technology that would have prevented Youtube from disappearing off the air today.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/youtube-pushed-off-the-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vodafone&#8217;s legal challenge to fast porting.</title>
		<link>http://www.andyd.net/2008/vodafones-legal-challenge-to-fast-porting/</link>
		<comments>http://www.andyd.net/2008/vodafones-legal-challenge-to-fast-porting/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 13:01:25 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[telecoms]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/02/04/vodafones-legal-challenge-to-fast-porting/</guid>
		<description><![CDATA[<p>I tried to open some dialogue with colleague members of the <a href="http://www.itspa.org.uk/" onclick="javascript:urchinTracker ('/outbound/article/www.itspa.org.uk');">ITSPA</a> about <a href="http://business.timesonline.co.uk/tol/business/industry_sectors/telecoms/article3280588.ece" onclick="javascript:urchinTracker ('/outbound/article/business.timesonline.co.uk');">Vodafone&#8217;s legal challenge to Ofcom&#8217;s two-hour number port ruling</a>.  Instead I got a number of offlist replies suggesting Vodafone&#8217;s challenge is still news to many in the industry.</p>
<p>Today, if you want to port your number from one service provider to another, it relies on two major coincidences &#8211; firstly that your old and new provider have an agreement in place to manage the technical transfer between the two networks, and secondly that your old provider remains fully willing to forward all calls destined from your old number, to your new service provider.</p>
<p>There are several issues with such a system &#8211; the first is that your old provider are still very much involved, so their technical or commercial failure causes a problem long after you have ported away, another is that the process is slow and manual, and a third is that not all service providers have agreements to permit number porting (called a Mutual Porting Agreement in the industry).</p>
<p>Vodafone are concerned about the costs of the new system, even though an industry group UKPorting has only just begun to gather information about how the system should work.  I think that it&#8217;s a flawed premise to argue that a system is too expensive before a system is selected (and associated costs are announced).  Instead Vodafone should get involved with designing a perfect system.</p>
<p>The UKporting system to facilitate fast, reliable, and simple porting must happen, and must succeed.  We have to protect consumers who port their number from failures caused by their former service provider.</p>
<p>I am concerned that the system may mean all multihomed telephone networks will need to move to any all-call-query model that&#8217;s run by one natural monopoly.  If a single entity holds the industry to ransom, we have not moved forward &#8211; there&#8217;s still a single commercial or technical position that can fail to break your port.  The single All-Call-Query model also lends itself well to governments having access to a single point where recording of most call attempts can be made.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/vodafones-legal-challenge-to-fast-porting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Government Data Loss</title>
		<link>http://www.andyd.net/2007/uk-government-data-loss/</link>
		<comments>http://www.andyd.net/2007/uk-government-data-loss/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 08:34:47 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/12/28/uk-government-data-loss/</guid>
		<description><![CDATA[<p>There are not many silver linings on the cloud sitting over Information Security experts who work for the UK Government this Christmas.  Following the loss of personal information on welfare recipients by HMRC (twice), learner driver information by the DVLA, personal information on policemen binned in an unencrypted and intact form by Devon police, and the medical records of potentially hundreds of thousands by the City and Hackney Primary Care Trust.</p>
<p>One silver lining is that the issue of Information Security is now at the front of the minds of IT decision makers everywhere.  If you store any information about customers, suppliers, or any people whatsoever, and you don&#8217;t already have a plan for how you will move this data securely, permit access to it by your staff, and destroy the data when it&#8217;s nolonger needed or the holding assets are destroyed, then you will be tomorrow&#8217;s headline about data loss.</p>
<p>Secondly, this catalogue of failure will contribute to burying the enforced ID card scheme, or rather, the associated single database which is planned to hold all medical, criminal, and financial records about you, for use by civil servants.  Civil liberty concerns aside, if the government show little regard for the safety of our data when it&#8217;s in a de-aggregated form, then how will their IT systems and policies cope with the sort of attack that would follow putting everything the government knows about British people in one place?</p>
<p>Unfortunately, the Government have not taken the data loss stories at all seriously. Ruth Kelly is on record explaining that the loss of 1.5 million learner drivers is &#8220;<a href="http://news.bbc.co.uk/1/hi/uk_politics/7147715.stm" onclick="javascript:urchinTracker ('/outbound/article/news.bbc.co.uk');">not substantial</a>.&#8221;  This means that she does not understand the risks of Social Engineering, a process where confidence tricksters use any trivial information that they know about you, to fool an individual into giving more information.  Claiming that the DVLA data loss is unsubstantial because bank details were not included in the data that is lost shows that the department have no understanding whatsoever of the motivations for stealing personal data. If you take a call starting, &#8220;Hi, I am calling from the DVLA about the test you took on the 3rd of December in Cardiff, which you failed &#8211; would you like to rebook a test?&#8221; then following the potential loss of your records as a driving student, you may have been telephoned by a thief.  Further more any con-man could use the data they have stolen as &#8216;pretext&#8217; &#8211; sharing enough data about you with you in order to make you believe the call was genuine.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/uk-government-data-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Network Is The Computer. Again.</title>
		<link>http://www.andyd.net/2007/the-network-is-the-computer-again/</link>
		<comments>http://www.andyd.net/2007/the-network-is-the-computer-again/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 09:12:00 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[The 'net]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/12/12/the-network-is-the-computer-again/</guid>
		<description><![CDATA[<p>Ever since John Gage of Sun first offered the phrase &#8220;The Network Is The Computer&#8221; to the world, people have been using it as inspiration.  Sun use it to explain that they mean <a href="http://sunfeedroom.sun.com/?&#038;fr_story=FEEDROOM193447" onclick="javascript:urchinTracker ('/outbound/article/sunfeedroom.sun.com');">Social Networking</a> without actually using the phrase (they prefer the old fashioned &#8220;community&#8221;).</p>
<p>I think web 2.0 developers are offering a new perspective on the phrase.  There was a time that if I wanted my computer to do a job, I would find or buy a piece of software that was engineered to cause that job to be performed.  The Internet and the Web 2.0 culture is changing this model completely.  Its becoming the case that the computer in front of me is stupid, and some cluster of servers in MarketPost Tower, San Jose actually does all the work.</p>
<p>Enter Mint.  <a href="http://www.mint.com/" onclick="javascript:urchinTracker ('/outbound/article/www.mint.com');">Mint</a> is self described as refreshing money management.   Sound like what <a href="http://quicken.intuit.com/personal-finance/" onclick="javascript:urchinTracker ('/outbound/article/quicken.intuit.com');">Quicken</a> does if I install it on my computer, but with the word &#8216;refreshing&#8217; in front?  It&#8217;s refreshing (well, different) because to use their software I simply need to visit their website and sign up.  Mint will learn about your spending via your online banking accounts, and aggregate your personal finance situation into one simple application.  It sounds so simple, and solves no problems that weren&#8217;t also solved with personal finance software on the ZX Spectrum.  And yet on Launch day just a couple of months ago it won $50,000 in the innovation contest, &#8216;<a href="http://www.techcrunch40.com/" onclick="javascript:urchinTracker ('/outbound/article/www.techcrunch40.com');">Techcrunch40</a>&#8216;.</p>
<p>There&#8217;s two lessons from this.  Firstly, there&#8217;s a new blueprint for guaranteed success in the web 2.0 world, and that is if you can take all the features of a market leading piece of traditional software, and build that functionality into a website, then you will be heralded an innovator.  But you have to be the first person to do that.  So hurry.</p>
<p>Secondly, and this is a lesson that wont be learned by the general public for a while, is that putting your private data in a central place that you do not control, is a weak point of attack when someone wants to learn something about you.  Maybe someone wants to target your assets.  Maybe the government want a nosey in what you&#8217;ve been spending.  Maybe a consumer profiling company want to run a survey.  They only have to get hold of one set of keys to your mint account, and all three of these groups can do what they want with your data.  If my computers were stolen, then an expert would be able to find out quite a lot about me.  If I put my data online and it gets stolen, the same can happen.  And if everyone puts their data online in the same place, then it becomes very attractive to break in and steal it for lots of groups.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/the-network-is-the-computer-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If VoIP kills phreaking, who are tomorrow&#8217;s engineers?</title>
		<link>http://www.andyd.net/2007/if-voip-kills-phreaking-who-are-tomorrows-engineers/</link>
		<comments>http://www.andyd.net/2007/if-voip-kills-phreaking-who-are-tomorrows-engineers/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 11:06:03 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The 'net]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/10/29/if-voip-kills-phreaking-who-are-tomorrows-engineers/</guid>
		<description><![CDATA[<p>&#8220;Ma Bell is a system I want to explore. It&#8217;s a beautiful system, you know, but Ma Bell screwed up. It&#8217;s terrible because Ma Bell is such a beautiful system, but she screwed up. I learned how she screwed up from a couple of blind kids who wanted me to build a device. A certain device. They said it could make free calls.&#8221;</p>
<p>That&#8217;s a paragraph from an article linked to from <a href="http://www.woz.org"title="Steve Wozniak's website"  onclick="javascript:urchinTracker ('/outbound/article/www.woz.org');">Steve Wozniak&#8217;s website</a>, which Steve describes as &#8220;<a href="http://www.webcrunchers.com/crunch/esq-art.html" onclick="javascript:urchinTracker ('/outbound/article/www.webcrunchers.com');">The Article that changed history</a>&#8220;.  He is one of the most important engineers of our time, and like thousands more, he was driven to learn more and more about how computer systems interact, after snooping around telephone networks.  The telephone system has always been a prime target for attack for two reasons &#8211; vulnerabilities have historically been well published, and telephony was so expensive that it was worth working out the ways to subvert the system and talk for free.</p>
<p>But what happens when talking across the world is so cheap that its not worth stealing any more? You may think this is an irrelevant point, calls from BT users to France are still 18.5p per minute, to New Zealand are still 31p per minute.  But what if these calls to France were a penny a minute?  Calls to New Zealand 1.4p a minute?</p>
<p>Well, they are now that price if you are a <a href="http://www.localphone.com/" onclick="javascript:urchinTracker ('/outbound/article/www.localphone.com');">Localphone</a> user. Does this mean no more Steve Wozniaks, young men driven to explore big networks so that they can use their skills to build something even bigger and better?</p>
<p>The first &#8216;Phreaks&#8217; &#8211; the collective name for people who like to exploit vulnerabilities in the phone system found their skills by accident.  A blind eight year old called Josef Carl Engressia discovered that he could stop a phone accounting for a call he was making by whistling a particular note in a long distance call. He&#8217;d accidently discovered the 2600Hz tone which signals to long-distance telephony kit that a user had hung the phone up.</p>
<p><img width="194" height="149" id="image85" alt="Woz and Steve Jobs look at the Bluebox" src="http://www.andyd.net/wp-content/uploads/2007/10/woz_jobs.jpg" />The later Phreaks like Steve Wozniak were more methodical, they took this learning and approached the exercise as engineers &#8211; phreaking was a learning experience &#8211; as Steve <a href="http://www.woz.org/letters/general/59.html" onclick="javascript:urchinTracker ('/outbound/article/www.woz.org');">puts it</a>, &#8220;The blue box year was 1972. Apple started in 1975. The biggest connection was some design tricks and techniques that I honed on the blue box.&#8221;  Fooling around with the telephone drove innovation and learning for the early Apples.</p>
<p>The telephone system acted as a central point of interest for those interested in information security, and gave the movement focus. Whilst the 2600Hz trick no longer works, the number features in the name of the world&#8217;s most popular security journal, <a href="http://www.2600.com/" onclick="javascript:urchinTracker ('/outbound/article/www.2600.com');">2600 The Hacker Quarterly</a>, which specialises in distributing information to IT personnel about improving their systems by demonstrating weaknesses in flawed systems. Again, without Phreakers would such openness and publicity for information security exist?<br />
I admit that phreaks are not only motivated by the prospect of free telecoms, they are fascinated with the huge telephone network. I only ask if calls were as cheap as they are through services like <a href="http://www.localphone.com/" onclick="javascript:urchinTracker ('/outbound/article/www.localphone.com');">Localphone</a>, would so many engineers have found value exploring telephone systems, learning techniques to use in their later masterpieces.</p>
<p>I hope that tomorrow&#8217;s engineers will still explore telecoms.  In fact, its easier today than before &#8211; downloading a free PBX like <a href="http://www.asterisk.org/" onclick="javascript:urchinTracker ('/outbound/article/www.asterisk.org');">Asterisk</a> means you nolonger need to be a criminal in order to explore how a telephone network interacts.  VoIP networks have existed as islands within a corporation, or groups of interested people (e.g. the closed FWD system permitted free calls between friends on their network, no matter where they were in the world, but did not allow calls to route to other telephone networks, such as the one your mobile is connected to). Cheaper telecoms was our drive to build <a href="http://www.localphone.com/" onclick="javascript:urchinTracker ('/outbound/article/www.localphone.com');">Localphone</a>, so it can still act as a motivator for engineers to create something, its just that today you can have more fun doing this legally!</p>
<p><em>Disclaimer: the author is an engineer at Localphone.</em></p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/if-voip-kills-phreaking-who-are-tomorrows-engineers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
