<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feedproxy.google.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feedproxy.google.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>vandeneynde.net</title>
	
	<link>http://www.vandeneynde.net</link>
	<description />
	<pubDate>Tue, 28 Oct 2008 17:13:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feedproxy.google.com/vandeneynde/blog" type="application/rss+xml" /><item>
		<title>Getting DHCP reservations into a Belkin N1 Vision router</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/p040EZmcXVM/</link>
		<comments>http://www.vandeneynde.net/2008/10/28/getting-dhcp-reservations-into-a-belkin-n1-vision-router/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:12:54 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=71</guid>
		<description><![CDATA[
Yesterday, I bought a new wireless router for home. I was in the computer store to buy some DVDs and picked it up in more of an impulse. My old router was not performing well so I bought the first draft-n gigabit router I happened to stumble upon after quickly having verified that it was [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.vandeneynde.net/wp-content/uploads/2008/10/std1_f5d8232-4.jpg" rel="lightbox"><img class="size-medium wp-image-70 aligncenter" title="BelkinN1Vision" src="http://www.vandeneynde.net/wp-content/uploads/2008/10/std1_f5d8232-4.jpg" alt="" width="150" height="150" /></a></p>
<p>Yesterday, I bought a new wireless router for home. I was in the computer store to buy some DVDs and picked it up in more of an impulse. My old router was not performing well so I bought the <a href="http://catalog.belkin.com/IWCatProductPage.process?Product_Id=377018">first draft-n gigabit router</a> I happened to stumble upon after quickly having verified that it was supported by <a href="http://www.dd-wrt.com/dd-wrtv3/index.php">dd-wrt</a>.</p>
<p>Back home, I noticed that I was a little too quick in verifying the dd-wrt support. It will be supported by dd-wrt but currently it is still a work in progress. So I decided to use the stock Belkin firmware for now. However, one minute later, I stumbled upon a major problem in that plan. The little router does not support DHCP reservations which I need in my home network. I could offload DHCP to another small device in my network but I preferred to have the router handle it.</p>
<p>This leaves three options for getting DHCP reservations in the box:</p>
<ol>
<li>cross-compile my own firmware (<a href="http://www.belkin.com/uk/support/article/?lid=enu&amp;pid=F5D8232uk4&amp;aid=10243&amp;scid=0">GPL sources and MIPS toolchain</a> are available for download)</li>
<li>modify an existing Belkin firmware image by injecting extras in the image</li>
<li>hack into the router and modify  configuration parameters to support DHCP reservations.</li>
</ol>
<p>I decided to see what&#8217;s behind door number 3 and after a an hour or two I found two ways of adding your static DHCP leases to the device.</p>
<p>The first way is by modifying he configuration file of the device. You can backup the running configuration from the GUI and save it to your local PC. That backup file (user.conf) contains all nvram parameters to get the router configured. I noticed that it had quite the same parameters as my old linksys router. Especially the parameter static_dhcp_clients was of interest to me. After looking at the linksys example, I filled it up with my dhcp leases :</p>
<pre>static_dhcp_clients=hostname1:192.168.20.2:001AAABBCCDD:1:hostname2:192.168.20.3:009988776655:1</pre>
<p>After feeding it back to the GUI (restore configuration), the GUI told me the CRC was incorrect. Some trial &amp; error learned me that the check was a CRC-32 (8 bit) check done over all the parameters. This checksum was put at the end of the file in hex. With this knowledge, I opened up my hex editor, changed the checksum, uploaded the modified configuration and after a reboot of the router, I had static leases working!</p>
<p>The second way I found is even easier. There is a hidden web page in the administration website : http://routerIP/wukongjiuwo.html. This is a diagnostics page which gives you web-form based console access to the device. In the console, the following command followed by a reboot should bring static dhcp leases in the box:</p>
<pre>nvram set static_dhcp_clients=hostname1:192.168.20.2:001AAABBCCDD:1:hostname2:192.168.20.3:009988776655:1</pre>
<p>If you decide to use some of this &#8216;wisdom&#8217; on your own router, please do so at your own risk!</p>

<p><a href="http://feedads.googleadservices.com/~a/LNxWe0FP5y0Lpu8IiXghlEUBVrg/a"><img src="http://feedads.googleadservices.com/~a/LNxWe0FP5y0Lpu8IiXghlEUBVrg/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/p040EZmcXVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/10/28/getting-dhcp-reservations-into-a-belkin-n1-vision-router/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/10/28/getting-dhcp-reservations-into-a-belkin-n1-vision-router/</feedburner:origLink></item>
		<item>
		<title>Backup  Encryption</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/lIwW6MdKLz4/</link>
		<comments>http://www.vandeneynde.net/2008/09/26/backup-encryption/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 11:40:48 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=67</guid>
		<description><![CDATA[Quick Post. I just read that laptops were stolen from one of our Belgian ministries. According to the ministry, the data was safe because it was backed up to a central server. That server was not comprimised and all sensitive data was stored there. I sure hope they also thought about encrypting the laptop hard [...]]]></description>
			<content:encoded><![CDATA[<p>Quick Post. I just read that<a href="http://www.datanews.be/nl/90-7-20332/article.html?cid=rss"> laptops were stolen </a>from one of our Belgian ministries. According to the ministry, the data was safe because it was backed up to a central server. That server was not comprimised and all sensitive data was stored there. I sure hope they also thought about encrypting the laptop hard drives and/or used some kind of DLP system to prevent data to be copied locally on the laptops. If not, the central backup won&#8217;t guarantee that no sensitive data was stolen. <strong>A</strong>vailability in the form of backups is just covering one letter of the CIA <em>(Confidentiality, Integrity, Availability)</em> Triad which forms the core of Information Security.</p>

<p><a href="http://feedads.googleadservices.com/~a/pNFY65PmWd1EDtTTfymOSqCG1Cg/a"><img src="http://feedads.googleadservices.com/~a/pNFY65PmWd1EDtTTfymOSqCG1Cg/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/lIwW6MdKLz4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/09/26/backup-encryption/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/09/26/backup-encryption/</feedburner:origLink></item>
		<item>
		<title>Chrome</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/q-iI3dOEyew/</link>
		<comments>http://www.vandeneynde.net/2008/09/06/chrome/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 20:15:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=60</guid>
		<description><![CDATA[
First of all: No I am not dead and yes I will continue to blog here. I just took a bit of a &#8216;blogging sabbatical&#8217; the last couple of months.
That said,  I  (and many others so it seems) downloaded Chrome, Google&#8217;s vision of a web browser this week and played around with it for a while. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" title="chrome2" src="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" alt="" width="154" height="154" /></p>
<p>First of all: No I am not dead and yes I will continue to blog here. I just took a bit of a &#8216;blogging sabbatical&#8217; the last couple of months.</p>
<p>That said,  I  (and many others so it seems) downloaded <a href="http://www.google.com/chrome">Chrome</a>, Google&#8217;s vision of a web browser this week and played around with it for a while. A new browser <a href="http://blogs.zdnet.com/security/?p=1858">always means new (or old) vulnerabilities</a> and Chrome does not seem to be an exception to this. Google has a pretty good track record in following up on vulnerabilities so they will hopefully fix them soon.</p>
<p>On the positive side, it seems that Google really thought about security in Chrome by isolating processes for different tabs and enforcing a security model. They explain most of it in a cartoon you can find <a href="http://www.google.com/googlebooks/chrome/index.html">here</a>.</p>
<p>Although I like the layout, the speed and the software design of Chrome, I will not be moving away from Firefox just yet. Even if all known vulnerabilities were to be fixed, there is one feature in Firefox which I think every browser should have and Chrome hasn&#8217;t: a decent password manager.</p>
<p>As a security conscious person, I use different passwords for each website I use on the internet. Unfortunately, I can&#8217;t remember all of them, so I store some of them in Firefox. I know I could use a tool like <a href="http://keepass.info/">KeePass </a>(and I do) but for most sites I find this overkill. Now what I like about Firefox is that you can specify a master password. Without this master password, you cannot unlock the password file (signons3.txt, passwords, and key3.db, the key, in your profile folder). This even survives a copy of the files. When you copy both files to another computer, you still have to specify the master password before getting access to the stored (encrypted) passwords.</p>
<p>Now back to Chrome. The profile data (in Vista)  seems to be stored in C:\Users\username\AppData\Local\Google\Chrome\User Data\Default. There is an <a href="http://www.sqlite.org/">SQLite </a>file called &#8216;Web Data&#8217; in that folder and this seems to contain the URLs and (obfuscated) saved passwords.  Since there is no master password functionality as there is in firefox, this file can be copied to another computer. Doing this gives the other computer access to all websites were there is a password stored for in the file (yups, I verified this).<br />
This might not seem like a big deal but think about it. Every process running on your computer with the same rights as the user (or more) has access to these password storage files. This includes malware as well&#8230;</p>
<p>So I&#8217;ll stick to Firefox for now <img src='http://www.vandeneynde.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>

<p><a href="http://feedads.googleadservices.com/~a/AmbKIdoTWlFRBs4nC1un3rZZ95c/a"><img src="http://feedads.googleadservices.com/~a/AmbKIdoTWlFRBs4nC1un3rZZ95c/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/q-iI3dOEyew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/09/06/chrome/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/09/06/chrome/</feedburner:origLink></item>
		<item>
		<title>Belgian Terrorists caught on possession of wiping software?</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/adOsDdH_hio/</link>
		<comments>http://www.vandeneynde.net/2008/06/09/belgian-terrorists-caught-on-possesion-of-wiping-software/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 10:27:49 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=58</guid>
		<description><![CDATA[
An article in Datanews (dutch only) today reports on the police arresting four ex-CCC members on two facts:

They were linked to a terrorist organization in Italy
They had &#8216;encoding&#8217; software on their PC&#8217;s to securely wipe hard drives. (most likely the reporter meant wiping instead of encoding.)

On the first fact, I can certainly agree but with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.vandeneynde.net/wp-content/uploads/2008/06/eraser.jpg" rel="lightbox"><img class="size-full wp-image-59 aligncenter" title="eraser" src="http://www.vandeneynde.net/wp-content/uploads/2008/06/eraser.jpg" alt="Eraser" /></a></p>
<p>An <a href="http://www.datanews.be/nl/90-7-18605/article.html?cid=rss">article in Datanews</a> (dutch only) today reports on the police arresting four ex-<a href="http://en.wikipedia.org/wiki/Communist_Combatant_Cells">CCC</a> members on two facts:</p>
<ol>
<li>They were linked to a terrorist organization in Italy</li>
<li>They had &#8216;encoding&#8217; software on their PC&#8217;s to securely wipe hard drives. (most likely the reporter meant wiping instead of encoding.)</li>
</ol>
<p>On the first fact, I can certainly agree but with regards to the second fact, I did not know it was illegal in Belgium to have this kind of software installed on your PC.</p>
<p>I for one have <a href="http://www.truecrypt.org/">Truecrypt </a>as encryption software and <a href="http://www.heidi.ie/node/6">Eraser </a>as DoD compliant erasing software installed on my laptop. Am I a terrorist now?</p>

<p><a href="http://feedads.googleadservices.com/~a/UjNyat-kaqh9h3KPmbqb2J_tvSY/a"><img src="http://feedads.googleadservices.com/~a/UjNyat-kaqh9h3KPmbqb2J_tvSY/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/adOsDdH_hio" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/06/09/belgian-terrorists-caught-on-possesion-of-wiping-software/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/06/09/belgian-terrorists-caught-on-possesion-of-wiping-software/</feedburner:origLink></item>
		<item>
		<title>Physical Access always means p0wned</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/q12kGpMQ0ec/</link>
		<comments>http://www.vandeneynde.net/2008/05/26/physical-access-always-means-p0wned/#comments</comments>
		<pubDate>Mon, 26 May 2008 07:54:16 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=57</guid>
		<description><![CDATA[I blogged about it before but every now and then someone finds a new physical &#8216;hack&#8217; into windows. Here is an example of a recent hack using backtrack to gain access.
This just illustrates one of Microsoft&#8217;s 10 Immutable Laws of Security:
Law #3: If a bad guy has unrestricted physical access to your computer, it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.vandeneynde.net/2008/03/30/using-firewire-to-get-into-a-windows-pc/">blogged about</a> it before but every now and then someone finds a new physical &#8216;hack&#8217; into windows. <a href="http://www.offensive-security.com/movies/vistahack/vistahack.html">Here </a>is an example of a recent hack using backtrack to gain access.</p>
<p>This just illustrates one of<a href="http://www.microsoft.com/technet/archive/community/columns/security/essays/10imlaws.mspx?mfr=true"> Microsoft&#8217;s 10 Immutable Laws of Security</a>:</p>
<p>Law #3: If a bad guy has unrestricted physical access to your computer, it&#8217;s not your computer anymore</p>

<p><a href="http://feedads.googleadservices.com/~a/mZCoRX09fYDfkNWzElSw7kXE6b8/a"><img src="http://feedads.googleadservices.com/~a/mZCoRX09fYDfkNWzElSw7kXE6b8/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/q12kGpMQ0ec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/05/26/physical-access-always-means-p0wned/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/05/26/physical-access-always-means-p0wned/</feedburner:origLink></item>
		<item>
		<title>Power To The Cloud!</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/WpKtCxF7L4U/</link>
		<comments>http://www.vandeneynde.net/2008/05/21/power-to-the-cloud/#comments</comments>
		<pubDate>Wed, 21 May 2008 09:59:37 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=56</guid>
		<description><![CDATA[
This week, I got my invite for Google App Engine in the mailbox. If you have not heard of it, Google App Engine is a beta product from Google where you can publish your web apps to Google&#8217;s massive infrastructure. Currently only Python is supported as a language but Google intends to add other languages [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.vandeneynde.net/wp-content/uploads/2008/05/Magritte_L_oiseau.jpg" alt="Cloud-Magritte-Sabena" width="143" height="177" /></p>
<p>This week, I got my invite for<a href="http://code.google.com/appengine/"> Google App Engine</a> in the mailbox. If you have not heard of it, Google App Engine is a beta product from Google where you can publish your web apps to Google&#8217;s massive infrastructure. Currently only Python is supported as a language but Google intends to add other languages in the future.<br />
It seems (I will try when I have more time) <a href="http://www.youtube.com/watch?v=3Ztr-HhWX1c&amp;eurl=http://code.google.com/appengine/">really easy</a> to publish your app to their cloud. As an extra advantage, you can use Google&#8217;s API for Authentication so you can for example authenticate your users based on their Google Account. For the moment, it is free although some quotas are enforced but I suspect that after the beta period ends, it will be a paying service.</p>
<p>Google is not the first to offer these kind of services. <a href="http://www.amazon.com/gp/browse.html?node=201590011">Amazon </a>currently already has a stable cloud platform. They even go further by offering a real computing platform instead of &#8216;just&#8217; the web application framework.<br />
The advantages of Cloud Computing for businesses are obvious. You get instant scalability and high availability for your application and you pay only for how much you use it without investing heavily in your own hosting infrastructure.</p>
<p>However, security is more than availability alone. There are obvious concerns about the confidentiality and integrity of your data while it lives in the cloud. Is your data private in the cloud? Could it become corrupt? The answers are that you don&#8217;t know and that you trust the cloud provider.</p>
<p>Potential vulnerabilities should also be a concern. Google has disabled most of the &#8216;unsafe&#8217; functions in Python but there are bound to be bugs (and security vulnerabilities) in the applications that developers push to the cloud. Will these affect other applications? Again, you trust the provider.</p>
<p>Or what about abuse of the cloud as such. I noticed Google offers a<a href="http://code.google.com/appengine/docs/mail/sendingmail.html"> mail API</a> to send out e-mail. Google is quite a <a href="http://arstechnica.com/news.ars/post/20080510-security-flaw-turns-gmail-into-open-relay-server.html">trusty sender of mail </a>so this would be ideal for spammers to abuse. Imagine littering the cloud with web apps which can send e-mail and writing a front-end spam app which sends round-robin spam to all these apps, who deliver mail through the trusted Google smtp engine.</p>
<p>Will these and other security concerns stop the trend to Cloud Computing? I don&#8217;t think so. As with all new technologies, there are concerns but when there is a business driver (cheap high availability) you might be able to slow it down but it will not disappear. This is something which not only goes for IT but for most technologies.<br />
The real challenge will not be to list all possible risks to scare people but will be to think about how we will handle this technology securely and how security can be embedded in the cloud. Interesting times I think.</p>

<p><a href="http://feedads.googleadservices.com/~a/LM_KY8o7wJegCKA1fcOi-wv1UHs/a"><img src="http://feedads.googleadservices.com/~a/LM_KY8o7wJegCKA1fcOi-wv1UHs/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/WpKtCxF7L4U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/05/21/power-to-the-cloud/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/05/21/power-to-the-cloud/</feedburner:origLink></item>
		<item>
		<title>Privacy Paradox</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/VoHypbEiczc/</link>
		<comments>http://www.vandeneynde.net/2008/05/18/privacy-paradox/#comments</comments>
		<pubDate>Sun, 18 May 2008 14:47:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=55</guid>
		<description><![CDATA[
It is interesting to see how we perceive our privacy on the Internet. When we see a third party publish personal information about us on the Internet without our permission, we tend to feel violated in our privacy. However, when we publish the same information on our LinkedIn, Facebook, Twitter, &#8230; profiles ourselves, we seem [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.vandeneynde.net/wp-content/uploads/2008/05/privacy.jpg" rel="lightbox"><img class="size-medium wp-image-54 aligncenter" title="privacy" src="http://www.vandeneynde.net/wp-content/uploads/2008/05/privacy.jpg" alt="privcacy key" width="300" height="215" /></a></p>
<p>It is interesting to see how we perceive our privacy on the Internet. When we see a third party publish personal information about us on the Internet without our permission, we tend to feel violated in our privacy. However, when we publish the same information on our <a href="http://www.linkedin.com">LinkedIn</a>, <a href="http://www.facebook.com">Facebook</a>, <a href="http://www.twitter.com">Twitter</a>, &#8230; profiles ourselves, we seem to have forgotten all about our privacy.</p>
<p>Take Twitter for example. If someone else would publish where you were and what you were doing on a website, you would definitely feel violated in your privacy but when you do it yourself most of us don&#8217;t seem to think twice and even allow everyone one to follow our twitter feed.</p>
<p>The other way around is a valid paradox as well. I know of companies who wanted to block access to LinkedIn and Facebook to prevent information leakage but soon after realized that these websites were used as a business tool by their users and managers to manage their professional network or to prospect potential customers.</p>
<p><a href="http://www.gnucitizen.org/about/pdp/">Pdp </a>from hacker think tank GNUCITIZEN also <a href="http://www.gnucitizen.org/blog/social-networks-evil-twins-and-puppet-masters/">warned </a>about some of the dangers of social networks. (and now runs his <a href="http://www.houseofhackers.org/">own social network</a> &#8230; <img src='http://www.vandeneynde.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>I am not saying here that these social networks are a bad thing but I think that users of those networks will need to keep in mind what information they want to &#8216;leak&#8217; about themselves on those networks. Once more it boils down to user awareness and how to handle this technology.</p>
<p>Since it is &#8216;Lazy Sunday&#8217; today, instead of <a href="http://www.firstmonday.org/issues/issue11_9/barnes/index.html">background reading on the subject,</a> some background videos:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=X7gWEgHeXcA">Privacy and Social Networks</a></li>
<li><a href="http://www.youtube.com/watch?v=azIW1xjSTCo&amp;feature=related">Facebook Killed the Private Life</a></li>
<li><a href="http://www.youtube.com/watch?v=wogtTQs8Kzw&amp;feature=related">Does what happens in the Facebook stay in the Facebook?</a> (for the really paranoid among us)</li>
</ul>

<p><a href="http://feedads.googleadservices.com/~a/qG944RM8tx8SI2aEo3IA8L_vdi8/a"><img src="http://feedads.googleadservices.com/~a/qG944RM8tx8SI2aEo3IA8L_vdi8/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/VoHypbEiczc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/05/18/privacy-paradox/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/05/18/privacy-paradox/</feedburner:origLink></item>
		<item>
		<title>Me in ‘Vacature Magazine’</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/f5VgQLXms5M/</link>
		<comments>http://www.vandeneynde.net/2008/05/01/me-in-vacature-magazine/#comments</comments>
		<pubDate>Thu, 01 May 2008 16:48:35 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=52</guid>
		<description><![CDATA[
I got interviewed for Vacature Magazine a few weeks ago. They wanted to know more about the IT Security profession. The article was published last weekend. You can read it by clicking on the thumbnail above. (Dutch only, not too technical)
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.vandeneynde.net/wp-content/uploads/2008/05/017.jpg" target="_self" rel="lightbox"><img class="aligncenter" src="http://www.vandeneynde.net/wp-content/uploads/2008/05/017.jpg" alt="Vacature Magazine" width="103" height="150" /></a></p>
<p>I got interviewed for <a href="http://magazine.vacature.com/" target="_blank">Vacature Magazine</a> a few weeks ago. They wanted to know more about the IT Security profession. The article was published last weekend. You can read it by clicking on the thumbnail above. (Dutch only, not too technical)</p>

<p><a href="http://feedads.googleadservices.com/~a/kGO7nJbKtzrH6EgbWhcZDPzgs1Y/a"><img src="http://feedads.googleadservices.com/~a/kGO7nJbKtzrH6EgbWhcZDPzgs1Y/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/f5VgQLXms5M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/05/01/me-in-vacature-magazine/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/05/01/me-in-vacature-magazine/</feedburner:origLink></item>
		<item>
		<title>Software (in)Security will never be solved.</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/SMJiDBdmwwg/</link>
		<comments>http://www.vandeneynde.net/2008/04/16/software-insecurity-will-never-be-solved/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:54:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/?p=51</guid>
		<description><![CDATA[I re-read Marcus Ranum six dumbest ideas in computer security. I had already read it in the past but a colleague referred to it and so I re-read the page.
While the cynical ideas of Marcus Ranum certainly have a core of hard truth embedded in them, I don&#8217;t agree with all of them. One of [...]]]></description>
			<content:encoded><![CDATA[<p>I re-read <a href="http://www.ranum.com/">Marcus Ranum</a> <a href="http://www.ranum.com/security/computer_security/editorials/dumb/">six dumbest ideas in computer security</a>. I had already read it in the past but a colleague referred to it and so I re-read the page.</p>
<p>While the cynical ideas of Marcus Ranum certainly have a core of hard truth embedded in them, I don&#8217;t agree with all of them. One of the key ideas is that instead of patching and running behind on security issues, a system should be designed to be safe in the first place. The focus should be on good engineering and not on hacking/patching afterwards.</p>
<p>I agree that this is the root cause of all evil. If every programmer/software engineer/architect would design his software/system from the ground up in an absolute secure way thinking about every attack vector we would be better off. For the sake of argument, let&#8217;s even assume that these securely designed systems would be usable and don&#8217;t fall into the usual security vs usability trade off trap. This would be great, don&#8217;t you think?</p>
<p>For clarity, I do believe that programmers need to be educated about the issues and that we do need to raise awareness in order to design better software. However, I don&#8217;t believe that the issue will ever be solved. The reason for this is not technical or educational but economical.</p>
<p>When I was studying, my economics professor said that there are a few reasons why a company could go bankrupt and some of the most important ones according to him were : bad management and brilliant engineers. (the course was given to future engineers btw)<br />
While &#8216;bad management&#8217; (this includes project definiton and  planning) is an obvious one, the &#8216;brilliant engineers&#8217; is not. Imagine a manufacturer who has &#8216;brilliant engineers&#8217; who have the technical ability to design and manufacture a product that is innovative, feature rich and would last a lifetime before failure. Take a car for example. Imagine they could engineer the perfect car which would not break and require almost no maintenance. The manufacturer would go bankrupt for a few reasons.<br />
First, the unbreakable car would cost the company much more than it could make on sales as the customer would not want to pay more for a car than he did now (maybe a little, since it is a perfect car).<br />
Secondly, for the unbreakable cars that they would sell, the customer would never return as the product is already perfect. (taking car crashes conveniently out of the equation here).</p>
<p>Now, let&#8217;s take this knowledge and transfer it to software development. Imagine that a software company employed &#8216;brilliant developpers&#8217; and that these developers would engineer functional perfect and secure software. It would fail for the same reasons. No one would want to pay more for a perfect OS and the company would only sell its software once as it already was perfect. Although the last might not be true in the software development industry as new feature requirements and demands are constantly changing. This brings in another problem of time-to-market and even more development costs.</p>
<p>I do think however that there are cases where you need to design your software or operating system in such a manner that it is bugfree and that the risk of insecurity is unacceptable. Take the space shuttle for example. You would not want a billion dollar plane being p0wned or fail because it runs an insecure or buggy version of Windows. In these cases where the risk is not acceptable and where the customer is willing to pay the cost, software insecurity will be resolved.</p>
<p>It will always remain a matter of which risk the customer is willing to accept, transfer, reject or compensate for the price and functionality the software is providing.</p>
<p>Just my 2 cents&#8230;.</p>

<p><a href="http://feedads.googleadservices.com/~a/-VFhldy7pX1-yDpLYu0SPXUDlXQ/a"><img src="http://feedads.googleadservices.com/~a/-VFhldy7pX1-yDpLYu0SPXUDlXQ/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/SMJiDBdmwwg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/04/16/software-insecurity-will-never-be-solved/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/04/16/software-insecurity-will-never-be-solved/</feedburner:origLink></item>
		<item>
		<title>Using firewire to get into a windows PC</title>
		<link>http://feedproxy.google.com/~r/vandeneynde/blog/~3/BrMMymcuoNM/</link>
		<comments>http://www.vandeneynde.net/2008/03/30/using-firewire-to-get-into-a-windows-pc/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 20:15:31 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.vandeneynde.net/2008/03/30/using-firewire-to-get-into-a-windows-pc/</guid>
		<description><![CDATA[As you may know, firewire devices can have access to the main memory of a PC thanks to DMA.
Because of this, firewire can be used as an attack vector against a running PC. This not news. Adam Boileau presented this technique back in 2006 but because of recent news, I decided to give it a [...]]]></description>
			<content:encoded><![CDATA[<p>As you may know, <a href="http://en.wikipedia.org/wiki/Firewire">firewire </a>devices can have access to the main memory of a PC thanks to <a href="http://en.wikipedia.org/wiki/Direct_memory_access">DMA</a>.<br />
Because of this, firewire can be used as an attack vector against a running PC. This not news.<a href="http://www.storm.net.nz/projects/16"> Adam Boileau</a> presented this technique back in 2006 but because of <a href="http://it.slashdot.org/article.pl?sid=08/03/04/1258210">recent</a> <a href="http://security4all.blogspot.com/2008/03/partytricks-winlockpwn-tutorial-or-how.html">news</a>, I decided to give it a go and see for myself how easy it is to exploit this attack vector:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/dFlXKCzpm38&amp;rel=0&amp;hl=en" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/dFlXKCzpm38&amp;rel=0&amp;hl=en" wmode="transparent"></embed></object><br />
Please note that this can also be used for good! Forensic investigators can use this technique to dump the memory of a running PC for investigation.</p>

<p><a href="http://feedads.googleadservices.com/~a/CJ1X5b6Kx4b-BSJ8BYS598WFdb0/a"><img src="http://feedads.googleadservices.com/~a/CJ1X5b6Kx4b-BSJ8BYS598WFdb0/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/vandeneynde/blog/~4/BrMMymcuoNM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.vandeneynde.net/2008/03/30/using-firewire-to-get-into-a-windows-pc/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.vandeneynde.net/2008/03/30/using-firewire-to-get-into-a-windows-pc/</feedburner:origLink></item>
	</channel>
</rss>
