<?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>Security Musings &#187; article</title>
	<atom:link href="http://securitymusings.com/article/category/article/feed" rel="self" type="application/rss+xml" />
	<link>http://securitymusings.com</link>
	<description>Rants and raves from information security professionals</description>
	<lastBuildDate>Mon, 07 May 2012 21:31:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using a Mac with VMWare vSphere (ESXi) 5</title>
		<link>http://securitymusings.com/article/3110/using-a-mac-with-vmware-vsphere-esxi-5</link>
		<comments>http://securitymusings.com/article/3110/using-a-mac-with-vmware-vsphere-esxi-5#comments</comments>
		<pubDate>Tue, 29 Nov 2011 21:07:14 +0000</pubDate>
		<dc:creator>Peter Hesse</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorial Tuesday]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware macintosh client]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[vsphere macintosh client]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=3110</guid>
		<description><![CDATA[One of the biggest complaints I’ve had with VMWare vSphere and VMWare ESX/ESXi over the last few years is that managing my virtual machines from my Mac computer was a hassle. The VMWare management utilities are all Windows-only, and even the few web-based tools either do not work or are extremely limited from a Mac. While [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest complaints I’ve had with VMWare vSphere and VMWare ESX/ESXi over the last few years is that managing my virtual machines from my Mac computer was a hassle. The VMWare management utilities are all Windows-only, and even the few web-based tools either do not work or are extremely limited from a Mac. While it isn’t perfect yet, VMWare vSphere 5 has made it so you can actually do just about anything you need to using a Macintosh computer; you just need to go through a few hurdles.</p>
<p>To enable the administration of your various virtual machines, storage, clusters, datacenters, and the like, you can now use the vSphere 5 Web Client. Before it can be used, it must be authorized; the best instructions I found for this are <a href="http://www.virtualizationadmin.com/articles-tutorials/vmware-esx-and-vsphere-articles/general/getting-starting-vsphere-5-web-client.html">here</a>. Follow the steps in the “<span style="color: #000080;">Authorizing the vSphere Web Client (Server)</span>” section. This is a one-time configuration necessary to enable the vSphere Web Client.</p>
<p>Once authenticated, you will see something that looks very similar to the Windows-based vSphere Client running in your browser.</p>
<p><a href="http://securitymusings.com/wp-content/uploads/2011/11/Screen-shot-2011-11-29-at-3.11.24-PM.png"><img class="aligncenter size-medium wp-image-3111" title="vSphere Web Client" src="http://securitymusings.com/wp-content/uploads/2011/11/Screen-shot-2011-11-29-at-3.11.24-PM-300x168.png" alt="vSphere Web Client" width="300" height="168" /></a></p>
<p>This will satisfy most of your management needs, but it leaves out an all-important capability; the ability to remotely view the console of the systems. There&#8217;s a Console button, but it won&#8217;t work on a Mac. Once you’ve installed a machine, you can typically enable some sort of remote desktop capability in the operating system, but what do you do before then? If you’re running Windows, you use the vSphere client and open a console, but on a Mac, you’re out of luck. Right? Wrong.</p>
<p>There is an under-documented feature of vSphere that allows the capability of opening up VNC connections from the host directly to the console of the virtual machine. To perform this, we first have to enable incoming connections to your vSphere server, as vSphere 5 has an integrated firewall. This is the one step you will actually need to use the Windows vSphere Client; everything else can be done using the Web Client. This step needs to be executed once for each vSphere or ESXi host running virtual machines you want to access using VNC.</p>
<p><span style="text-decoration: underline;">In the Windows vSphere client</span>, choose the host you wish to enable VNC connections on. Choose the <strong>Configuration</strong> tab and on the left choose <strong>Security Profile</strong>. On the right, next to <strong>Firewall</strong> click <strong>Properties…</strong> As VMWare does not include VNC as a protocol, it is not listed as an available option. However the ports allowed by the <strong>gdbserver</strong> protocol will suit our purposes. Check the box next to <strong>gdbserver</strong>. (<em>It is also wise to highlight the <strong>gdbserver</strong> line and click the <strong>Firewall…</strong> button and lock down where you will allow these VNC connections to take place from; in ours I restricted this to our intranet.</em>) Click <strong>OK</strong> and you’ve now enabled the incoming ports to be used for VNC.</p>
<p>Finally, enabling VNC access to the console machines is a matter of setting advanced configuration parameters on each virtual machine, which can only be done when the virtual machine is off. To open up the advanced configuration:</p>
<ul>
<li><span style="text-decoration: underline;">In the Windows vSphere client</span>, choose the machine, click <strong>Edit Settings…</strong>, click the <strong>Options</strong> tab, choose <strong>Advanced-&gt;General</strong> on the left, and click <strong>Configuration Parameters…</strong> on the right.</li>
<li><span style="text-decoration: underline;">In the Web client</span>, choose the machine, click Edit Settings… under the <strong>VM Hardware</strong> section, click <strong>VM Options</strong>, click <strong>Advanced</strong>, and click <strong>Edit Configuration…</strong>.</li>
</ul>
<p>In both cases, you now want to add three rows by clicking the <strong>Add Row</strong> button.</p>
<table style="background-color: #ffffcc; border: 1px solid black;">
<tr>
<td style="padding: 10px; border: 1px solid black;"><strong>Name</strong></td>
<td style="padding: 10px; border: 1px solid black;"><strong>Value</strong></td>
</tr>
<tr>
<td style="font-family: monospace; padding: 10px; border: 1px solid black;">RemoteDisplay.vnc.enabled</td>
<td style="font-family: monospace; padding: 10px; border: 1px solid black;">true</td>
</tr>
<tr>
<td style="font-family: monospace; padding: 10px; border: 1px solid black;">RemoteDisplay.vnc.port</td>
<td style="padding: 10px; border: 1px solid black;"><em>5900-5999 are the “standard” ports, choose one different from other VMs on the host.</em></td>
</tr>
<tr>
<td style="font-family: monospace; padding: 10px; border: 1px solid black;">RemoteDisplay.vnc.password</td>
<td style="padding: 10px; border: 1px solid black;"><em>the VNC password used to access the VNC session; only the first 8 characters are encrypted using the VNC protocol, and weakly at that. Don&#8217;t rely on this for security.</em></td>
</tr>
</table>
<p>Once you’ve added these rows and click OK, you can now use a VNC client to connect to the console of the machine. Power up the machine, and then using Finder on the Mac, choose Go-&gt;Connect to Server (or hit Command-K), and type the following:</p>
<p><strong>vnc://</strong><span style="color: #0000ff;"><em>&lt;ip or name of esxi host&gt;</em></span><strong>:</strong><span style="color: #800080;"><em>&lt;port chosen in configuration settings&gt;</em></span><strong>/</strong></p>
<p>and click <strong>Connect</strong>. You will be prompted for your password, and depending on your client/version of OSX you may receive a warning about how keystroke encryption is not enabled. Accept the warning, and you will see the console of the virtual machine! (And note, since Macs don’t already use the three-finger salute, you can safely just press Ctrl-Alt-Del in that VNC-window to log into Windows systems!)</p>
<p>Once you’ve installed the operating system of choice, and enabled that OS’ remote desktop capability, you may want to disable this VNC access. Just shut down the VM, go back into the advanced options and change the <span style="font-family: monospace;">RemoteDisplay.vnc.enabled</span> setting to <span style="font-family: monospace;">false</span>.</p>
<p>Hopefully at some point soon, VMWare will enable a true web-based console application (which doesn’t require host-specific plugins to be installed) to go with their nice new web client. Until then, this is a reasonable workaround for accessing virtual machines using a Mac.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Using+a+Mac+with+VMWare+vSphere+%28ESXi%29+5+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D3110" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/3110/using-a-mac-with-vmware-vsphere-esxi-5&amp;t=Using+a+Mac+with+VMWare+vSphere+%28ESXi%29+5" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/3110/using-a-mac-with-vmware-vsphere-esxi-5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Health Information Insecurity</title>
		<link>http://securitymusings.com/article/2050/health-information-insecurity</link>
		<comments>http://securitymusings.com/article/2050/health-information-insecurity#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:05:29 +0000</pubDate>
		<dc:creator>Peter Hesse</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Electronic Health Records]]></category>
		<category><![CDATA[IEEE Computer]]></category>
		<category><![CDATA[Personal Health Information]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2050</guid>
		<description><![CDATA[A colleague lent me his most recent copy of IEEE&#8217;s Computer magazine.  Inside was an article entitled A Web 2.0 Model for Patient-Centered Health Informatics Applications (IEEE membership required to read).  Some possible benefits of their proposed approach were listed, including: Run deeper analytics across physicians groups and facilities, which can include relevant patient data&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague lent me his most recent copy of IEEE&#8217;s Computer magazine.  Inside was an article entitled <a href="http://www.computer.org/portal/web/csdl/doi/10.1109/MC.2010.190" target="_blank">A Web 2.0 Model for Patient-Centered Health Informatics Applications</a> (IEEE membership required to read).  Some possible benefits of their proposed approach were listed, including:</p>
<blockquote>
<ul>
<li>Run deeper analytics across physicians groups and facilities, which can include relevant patient data&#8230;</li>
<li>Provide a wide community of health professionals with feedback on the use and effectiveness of protocols&#8230;</li>
<li>Share similar and alternative protocols and their analyses across many medical facilities and individual providers&#8230;</li>
</ul>
</blockquote>
<p>Anyone want to guess what&#8217;s completely missing from their approach?  You guessed it, any mention of security.  The commonly misunderstood (and frequently misspelled) <a href="http://en.wikipedia.org/wiki/Health_Insurance_Portability_and_Accountability_Act" target="_blank">HIPAA</a> makes it pretty clear that the privacy and confidentiality of personal health information must be protected.  Even without HIPAA, it would just make good sense to be extra careful when sharing information and running data mining and analytics across large sets of health information.</p>
<p>The only mention of keeping information safe in the article is the fact that there is a division of data between the protocol, protocol modifications, and actual patient data &#8211; but it is very difficult to draw such bright, clear lines considering medical records and information.  How can you be sure the protocol modification a doctor submits won&#8217;t include information on the patient he tried it on?  Without even mentioning or considering the need for the protection of privacy, confidentiality, and data integrity within such a system, the authors of this article have done themselves and the software community a disservice.  Security requirements and threats must be considered at every phase of the life cycle, especially during the architecture phase.  As Kenneth Van Wyck and Mark Graff put it in their book <a href="http://www.amazon.com/Secure-Coding-Principles-Mark-Graff/dp/0596002424" target="_blank">Secure Coding: Principles and Practices</a>,</p>
<blockquote><p>As a general rule, the hardest vulnerabilities to fix are those resulting from architectural or design decisions. You may be surprised at how many of the vulnerabilities you have heard of we ascribe to errors at &#8220;pure think&#8221; time.</p></blockquote>
<p>By developing an 8 page article published in a respected technical journal without any mention of the need for security controls in such a system, the authors of this article have once again helped me with my job security.  It is still difficult for me to foresee the day where security and risk management training programs won&#8217;t be necessary, and <a href="http://www.schneier.com/blog/archives/2007/05/do_we_really_ne.html" target="_blank">we won&#8217;t need an information security industry</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Health+Information+Insecurity+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2050" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2050/health-information-insecurity&amp;t=Health+Information+Insecurity" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2050/health-information-insecurity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MD5 is really seriously broken this time</title>
		<link>http://securitymusings.com/article/699/md5-is-really-seriously-broken-this-time</link>
		<comments>http://securitymusings.com/article/699/md5-is-really-seriously-broken-this-time#comments</comments>
		<pubDate>Tue, 30 Dec 2008 17:34:59 +0000</pubDate>
		<dc:creator>Laura Raderman</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[md5]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=699</guid>
		<description><![CDATA[If you haven&#8217;t heard yet, a practical attack on the X.509 infrastructure using MD5 hashes has been demonstrated at the Chaos Communication Congress (CCC) today. The basic gist of the attack is that a &#8220;normal&#8221; certificate is issued from a well-known and trusted CA (in this case &#8220;Equifax Secure Global eBusiness CA-1&#8243;) and then use [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heard yet, <a href="http://www.win.tue.nl/hashclash/rogue-ca/">a practical attack on the X.509 infrastructure using MD5 hashes</a> has been demonstrated at the Chaos Communication Congress (CCC) today.</p>
<p>The basic gist of the attack is that a &#8220;normal&#8221; certificate is issued from a well-known and trusted CA (in this case &#8220;Equifax Secure Global eBusiness CA-1&#8243;) and then use the &#8220;magic&#8221; of MD5 hashing to create a certificate that collides with the &#8220;real&#8221; one, but just happens to be a CA.  This CA can then issue certificates as they please, and your browser will trust them, no questions asked.</p>
<p>The details are a bit more in depth, and unless you study cryptography, you will find rather boring and dry.  However, MD5 hashes have been <a href="http://eprint.iacr.org/2005/067">known to collide in X.509 certificates</a> since 2005, and this paper just takes it a step further and shows how bad this really is.  The attack requires a little bit of money (to buy certificates) and some statistics on how the CA operates (how soon certs are issued, what the &#8220;next&#8221; serial number will be).  Then a knowledge of how to collide MD5 hashes is used to create a new certificate &#8211; with the CA basic constraint set to &#8220;true&#8221;.  Suddenly, you have a CA certificate that is trusted by all of the major browsers.</p>
<p><strong>What does this mean for &#8220;normal&#8221; people?</strong> It means that an attacker can now create a site that looks just like your bank&#8217;s but takes your username and password, and your browser isn&#8217;t going to complain about it.  You&#8217;ll have a lock, or a yellow location bar, or whatever your browser uses to indicate that the site is &#8220;trusted&#8221; and &#8220;secure&#8221;.  However, you&#8217;ll be giving your username and password to the attacker.</p>
<p><strong>What can you do about it? </strong> Immediately, remove the Equifax Secure Global eBusiness CA-1 from the list of trusted CAs &#8211; I&#8217;ve provided links below for how to do that on various systems and browsers.  However, that is certainly not the only CA that is vulnerable, just the one that&#8217;s been proven to be vulnerable.  There are several CAs listed in the linked paper that issue MD5 certificates &#8211; stop trusting them too.  In the long run, the CAs have to fix themselves and stop using MD5 hashes in certificates.  SHA-1 is better, and SHA-256 is best (good luck finding a CA that issues only SHA-256 hash certificates).</p>
<p>How to distrust CAs:</p>
<ul>
<li><a href="http://securitymusings.com/article/526/os-x-keychain">OS X &#8211; Keychain</a>.  Double-click the CA in X509Anchors (Tiger) or System Roots (Leopard) and under Trust, select &#8220;Never Trust&#8221;.</li>
<li><a href="http://benjamin.smedbergs.us/blog/2008-12-24/how-to-disable-the-comodo-root-certificate-in-firefox/">Firefox</a> &#8211; The instructions are for the Comodo certificate, but it&#8217;s the same thing.</li>
<li><a href="http://www.proper.com/root-cert-problem/">Internet Explorer</a> (and anything that uses MS CAPI, like Outlook).</li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MD5+is+really+seriously+broken+this+time+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D699" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/699/md5-is-really-seriously-broken-this-time&amp;t=MD5+is+really+seriously+broken+this+time" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/699/md5-is-really-seriously-broken-this-time/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Improve Cybersecurity With Hackers.</title>
		<link>http://securitymusings.com/article/633/improve-cybersecurity-with-hackers</link>
		<comments>http://securitymusings.com/article/633/improve-cybersecurity-with-hackers#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:20:20 +0000</pubDate>
		<dc:creator>Tim Donaworth</dc:creator>
				<category><![CDATA[article]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=633</guid>
		<description><![CDATA[It&#8217;s good to know the government is finally looking towards some real-life scenarios in changing how they view cybersecurity. According to a recent article from FederalTimes.com the government is finally looking at the knowledge of hackers to help improve cybersecurity instead of relying only on compliance. The strategy would fix the current model’s focus on [...]]]></description>
			<content:encoded><![CDATA[<div class="para">It&#8217;s good to know the government is finally looking towards some real-life scenarios in changing how they view cybersecurity. According to a recent article from <a title="FederalTimes.com" href="http://www.federaltimes.com/index.php?S=3849692" target="_blank">FederalTimes.com</a> the government is finally looking at the knowledge of hackers to help improve cybersecurity instead of relying only on compliance.</div>
<div class="para">The strategy would fix the current model’s focus on compliance, rather than security, according to Alan Paller, director of the Maryland-based SANS Institute, a computer research center. &#8220;We’re trying to secure systems rather than secure compliance,” Paller said. “If you know how [hackers] are getting in, you’d have to be crazy not to use your resources to stop that. But people are too focused on compliance.&#8221;</div>
<div class="para">When you get into these big organizations, the level of compliance that needs to be met can be overwhelming. Having to meet thousands of pages of regulatory requirements, it&#8217;s almost impossible to ensure that every machine or network appliance is up to par for these standards. But if you take a step back and at least ensure that your current vulnerabilities are being fixed and stopped, then at least you can ensure your basic levels of security are met, and you can continue to work towards regulatory compliance.</div>
<div class="para">The use of hackers to find current vulnerabilities has been used throughout many companies for a while now, and I&#8217;m simply glad sectors of the government have finally started to see the value in this approach and are at least looking seriously at it as an alternative.</div>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Improve+Cybersecurity+With+Hackers.+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D633" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/633/improve-cybersecurity-with-hackers&amp;t=Improve+Cybersecurity+With+Hackers." title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/633/improve-cybersecurity-with-hackers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 Olympics Visitor Security Guide</title>
		<link>http://securitymusings.com/article/376/2008-olympics-visitor-security-guide</link>
		<comments>http://securitymusings.com/article/376/2008-olympics-visitor-security-guide#comments</comments>
		<pubDate>Mon, 04 Aug 2008 02:01:54 +0000</pubDate>
		<dc:creator>Peter Hesse</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[2008 summer olympics]]></category>
		<category><![CDATA[beijing olympics]]></category>
		<category><![CDATA[beijing security]]></category>
		<category><![CDATA[china olympics]]></category>
		<category><![CDATA[china security]]></category>
		<category><![CDATA[olympics security]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=376</guid>
		<description><![CDATA[If you&#8217;re lucky enough to be traveling to China for the 2008 Summer Olympics, you should think carefully about the security and safety of your personal belongings, as well as your information.  Travelers should be aware that as in any large metropolitan area, any computing devices (such as smart phones, PDAs, and laptops) are at [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re lucky enough to be traveling to China for the <img class="alignright size-medium wp-image-375" src="http://securitymusings.com/wp-content/uploads/2008/08/beijing-olympics-logo-221x300.jpg" alt="" width="110" height="150" />2008 Summer Olympics, you should think carefully about the security and safety of your personal belongings, as well as your information.  Travelers should be aware that as in any large metropolitan area, any computing devices (such as smart phones, PDAs, and laptops) are at a high risk of theft.   Additionally, the United States State Department has <a href="http://travel.state.gov/travel/cis_pa_tw/cis/cis_1089.html">advised the following</a> about travel to China:</p>
<blockquote><p>Security personnel may at times place foreign visitors under surveillance.  Hotel rooms, telephones, and fax machines may be monitored, and personal possessions in hotel rooms, including computers, may be searched without the consent or knowledge of the traveler.  Foreign government officials, journalists, and business people with access to advanced proprietary technology are particularly likely to be under surveillance.</p></blockquote>
<p>Therefore, we recommend the following approach for 2008 Olympics Visitors in order to keep their information and belongings safe:
<ul>
<li><strong>If at all possible, leave your computing devices home</strong>.  It will eliminate potential travel hassles, and alleviate the need to keep tabs on your things while you are out and about.  Enjoy the Olympic Games, and take a vacation from your email.</li>
<li><strong>If you bring a computing device, keep it with you at all times</strong>.  If you cannot bring the device with you, inquire at your hotel about a safe, or other secure storage area.  Hotel rooms and rental cars are prime places for theft to occur in China.</li>
<li><strong>Use file or disk encryption</strong>.  Products such as <a href="http://www.truecrypt.org/">TrueCrypt</a> or <a href="http://www.winmagic.com/">SecureDoc</a>, or operating system capabilities such as <a href="http://technet.microsoft.com/en-us/library/bb457065(TechNet.10).aspx">Encrypting File System</a> or <a href="http://www.microsoft.com/windows/windows-vista/features/bitlocker.aspx">BitLocker</a> can keep your information safe even if your device is stolen.</li>
<li><strong>If you must write down passwords, secure them</strong>.  If you keep a post-it note with passwords on the lid of your notebook, the criminal may be able to use this information to get further access to the information in your machine or your networks.</li>
<li><strong>Keep your identification documents safe. </strong> Keep passports and other identification documents safe from pick pockets.  The State department recommends travelers make photocopies of their passport bio-data pages and Chinese visas and to keep these in a separate, secure location in case of passport theft.</li>
</ul>
<p>We hope visitors to Beijing find this information useful, and stay safe during their visit to the 2008 Olympic Summer Games!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=2008+Olympics+Visitor+Security+Guide+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D376" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/376/2008-olympics-visitor-security-guide&amp;t=2008+Olympics+Visitor+Security+Guide" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/376/2008-olympics-visitor-security-guide/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

