<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: colombian]]></title>
    <link>http://securityratty.com/tag/colombian</link>
    <description></description>
    <pubDate>Wed, 09 Jan 2008 21:00:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[A Life or Death InfoSec Subversion]]></title>
      <link>http://securityratty.com/article/ce84889e3d8b870803c3f3d97330cfdd</link>
      <guid>http://securityratty.com/article/ce84889e3d8b870803c3f3d97330cfdd</guid>
      <description><![CDATA[Details about failures of complex and well-implemented information-based attacks on systems are extremely difficult to obtain. However, here the authors examine a real-life analoguean information...]]></description>
      <content:encoded><![CDATA[Details about failures of complex and well-implemented information-based attacks on systems are extremely difficult to obtain. However, here the authors examine a real-life analogue—an information attack on a highly complex security system, that of the Colombian guerrilla group FARC. This operation included a man-in-the-middle attack, targeted denial of service (DoS), and authentication subversion. The attack on FARC's communications structure is interesting not only because of its electronic and analog components, but also because it was a life or death matter. The authors examine the hostages' liberation from an information security perspective, compiling data from several Colombian newspapers and magazines and using the most accepted version of the events.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=344380c94465538d8840535190445e21"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=344380c94465538d8840535190445e21"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=344380c94465538d8840535190445e21" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 00:42:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/authors examine">authors examine</category>
      <category domain="http://securityratty.com/tag/information security perspective">information security perspective</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/communications structure">communications structure</category>
      <category domain="http://securityratty.com/tag/death matter">death matter</category>
      <category domain="http://securityratty.com/tag/colombian guerrilla">colombian guerrilla</category>
      <category domain="http://securityratty.com/tag/life">life</category>
      <category domain="http://securityratty.com/tag/colombian newspapers">colombian newspapers</category>
      <category domain="http://securityratty.com/tag/extremely difficult">extremely difficult</category>
      <source url="http://www.pheedo.com/click.phdo?i=344380c94465538d8840535190445e21">A Life or Death InfoSec Subversion</source>
    </item>
    <item>
      <title><![CDATA[Man-in-the-Middle Attacks]]></title>
      <link>http://securityratty.com/article/4886f7013362b82e729992218c60dc53</link>
      <guid>http://securityratty.com/article/4886f7013362b82e729992218c60dc53</guid>
      <description><![CDATA[Last week's dramatic rescue of 15 hostages held by the guerrilla organization FARC was the result of months of intricate deception on the part of the Colombian government. At the center was a classic...]]></description>
      <content:encoded><![CDATA[Last week's dramatic rescue of 15 hostages held by the guerrilla organization FARC was the result of months of intricate deception on the part of the Colombian government. At the center was a classic man-in-the-middle attack.

In a man-in-the-middle attack, the attacker inserts himself between two communicating parties. Both believe they're talking to each other, and the attacker can delete or modify the communications at will. </p><p><cite>The Wall Street Journal</cite> reported how this <a href="http://online.wsj.com/article/SB121518490923829025.html">gambit played out in Colombia</a>: 

<blockquote>"The plan had a chance of working because, for months, in an operation one army officer likened to a 'broken telephone,' military intelligence had been able to convince Ms. Betancourt's captor, Gerardo Aguilar, a guerrilla known as 'Cesar,' that he was communicating with his top bosses in the guerrillas' seven-man secretariat. Army intelligence convinced top guerrilla leaders that they were talking to Cesar. In reality, both were talking to army intelligence."</blockquote>

This ploy worked because Cesar and his guerrilla bosses didn't know one another well. They didn't recognize one anothers' voices, and didn't have a friendship or shared history that could have tipped them off about the ruse. Man-in-the-middle is defeated by context, and the FARC guerrillas didn't have any.

And that's why man-in-the-middle, abbreviated MITM in the computer-security community, is such a problem online: Internet communication is often <a href="http://www.monkey.org/~dugsong/dsniff/">stripped of any context</a>. There's no way to <a href="http://www.oxid.it/">recognize someone's face</a>. There's no way to <a href="http://ettercap.sourceforge.net/">recognize someone's voice</a>. When you receive an e-mail purporting to come from a person or organization, you have no idea who actually sent it. When you visit a website, you have no idea if you're really visiting that website. We all like to pretend that we know who we're communicating with -- and for the most part, of course, there isn't any attacker inserting himself into our communications -- but in reality, we don't. And there are lots of <a href="http://sourceforge.net/projects/airjack/">hacker tools</a> that exploit this <a href="http://www.wsniff.com/">unjustified trust</a>, and <a href="http://www.theta44.org/karma/">implement MITM attacks</a>.

Even with context, it's still possible for MITM to fool both sides -- because electronic communications are often intermittent. Imagine that one of the FARC guerrillas became suspicious about who he was talking to. So he asks a question about their shared history as a test: "What did we have for dinner that time last year?" or something like that. On the telephone, the attacker wouldn't be able to answer quickly, so his ruse would be discovered.  But e-mail conversation isn't synchronous. The attacker could simply pass that question through to the other end of the communications, and when he got the answer back, he would be able to reply.

This is the way MITM attacks work against web-based financial systems. A bank demands authentication from the user: a password, a one-time code from a token or whatever. The attacker sitting in the middle receives the request from the bank and passes it to the user.  The user responds to the attacker, who passes that response to the bank. Now the bank assumes it is talking to the legitimate user, and the attacker is free to send transactions directly to the bank. This kind of attack completely bypasses any <a href="http://www.schneier.com/crypto-gram-0503.html#2">two-factor authentication mechanisms</a>, and is becoming a more popular identity-theft tactic.

There are cryptographic solutions to MITM attacks, and there are secure web protocols that implement them. Many of them require shared secrets, though, making them useful only in situations where people already know and trust one another.

The NSA-designed <a href="http://www.fas.org/irp/program/security/_work/stu3.html">STU-III and STE</a> secure telephones solve the MITM problem by embedding the identity of each phone together with its key. (The NSA creates all keys and is trusted by everyone, so this works.) When two phones talk to each other securely, they exchange keys and display the other phone's identity on a screen. Because the phone is in a secure location, the user now knows who he is talking to, and if the phone displays another organization -- as it would if there were a MITM attack in progress -- he should hang up.

Zfone, a <a href="http://zfoneproject.com/faq.html#mitm">secure VoIP system</a>, protects against MITM attacks with a short authentication string. After two Zfone terminals exchange keys, both computers display a four-character string. The users are supposed to manually verify that both strings are the same -- "my screen says 5C19; what does yours say?" -- to ensure that the phones are communicating directly with each other and not with an MITM. The <a href="http://www.flickr.com/photos/21746901@N08/2275723713/">AT&T TSD-3600</a> worked similarly.

This sort of protection is embedded in SSL, although no one uses it. As it is normally used, SSL provides an encrypted communications link to whoever is at the other end: bank and phishing site alike. And the better phishing sites create valid SSL connections, so as to more effectively fool users. But if the user wanted to, he could manually <a href="http://www.microsoft.com/protect/yourself/phishing/spoof.mspx">check the SSL certificate</a> to see if it was issued to "National Bank of Trustworthiness" or "Two Guys With a Computer in Nigeria."  
 
No one does, though, because you have to both remember and be willing to do the work. (The browsers could make this easier if they wanted to, but they don’t seem to want to.) In the real world, you can easily tell a branch of your bank from a money changer on a street corner. But on the internet, a phishing site can be easily made to look like your bank's legitimate website. Any method of telling the two apart takes work. And that's the first step to fooling you with a MITM attack.
 
Man-in-the-middle isn't new, and it doesn't have to be technological. But the internet makes the attacks easier and more powerful, and that's not going to change anytime soon.

This essay <a href="http://www.wired.com/politics/security/commentary/securitymatters/2008/07/securitymatters_0710">originally appeared</a> on Wired.com.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=bCKMKJ"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=bCKMKJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=1NNFNJ"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=1NNFNJ" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 15 Jul 2008 02:47:19 +0000</pubDate>
      <category domain="http://securityratty.com/tag/implement mitm attacks">implement mitm attacks</category>
      <category domain="http://securityratty.com/tag/implement">implement</category>
      <category domain="http://securityratty.com/tag/mitm attacks">mitm attacks</category>
      <category domain="http://securityratty.com/tag/mitm">mitm</category>
      <category domain="http://securityratty.com/tag/mitm attack">mitm attack</category>
      <category domain="http://securityratty.com/tag/bank">bank</category>
      <category domain="http://securityratty.com/tag/bank demands authentication">bank demands authentication</category>
      <category domain="http://securityratty.com/tag/bank assumes">bank assumes</category>
      <category domain="http://securityratty.com/tag/attacker inserts">attacker inserts</category>
      <source url="http://www.schneier.com/blog/archives/2008/07/maninthemiddle_1.html">Man-in-the-Middle Attacks</source>
    </item>
    <item>
      <title><![CDATA[How a Classic Man-in-the-Middle Attack Saved Colombian Hostages]]></title>
      <link>http://securityratty.com/article/829be68b0dad7d2f6c98b7ac9ac74b63</link>
      <guid>http://securityratty.com/article/829be68b0dad7d2f6c98b7ac9ac74b63</guid>
      <description><![CDATA[Last week's dramatic rescue of 15 hostages held by the guerrilla organization FARC was the result of months of intricate deception on the part of the Colombian government. At the center was a classic...]]></description>
      <content:encoded><![CDATA[<p>
Last week's dramatic rescue of 15 hostages held by the guerrilla organization FARC was the result of months of intricate deception on the part of the Colombian government. At the center was a classic man-in-the-middle attack.
</p>

<p>
In a man-in-the-middle attack, the attacker inserts himself between two communicating parties. Both believe they're talking to each other, and the attacker can delete or modify the communications at will. <cite>The Wall Street Journal</cite> reported how this <a href="http://online.wsj.com/article/SB121518490923829025.html">gambit</a> played out in Colombia.
</p>
<div class="blockquote">The plan had a chance of working because, for months, in an operation one army officer likened to a "broken telephone," military intelligence had been able to convince Ms. Betancourt's captor, Gerardo Aguilar, a guerrilla known as "Cesar," that he was communicating with his top bosses in the guerrillas' seven-man secretariat. Army intelligence convinced top guerrilla leaders that they were talking to Cesar. In reality, both were talking to army intelligence.</div>
</p>
<p><p>
This ploy worked because Cesar and his guerrilla bosses didn't know each other well. They didn't recognize each others' voices, and didn't have a friendship or shared history that could have tipped them off about the ruse. Man-in-the-middle is defeated by context, and the FARC guerillas didn't have any.
</p>

<p>
And that's why man-in-the-middle, abbreviated MITM in the computer security community, is such a problem online: Internet communication is often stripped of any context. There's no way to recognize someone's face. There's no way to recognize someone's voice. When you receive an e-mail purporting to come from a person or organization, you have no idea who actually sent it. When you visit a website, you have no idea if you're really visiting that website. We all like to pretend that we know who we're communicating with -- and for the most part, of course, there isn't any attacker inserting himself into our communications -- but in reality, we don't. And <a href="http://www.monkey.org/~dugsong/dsniff/">there</a> <a href="http://www.oxid.it/">are</a> <a href="http://ettercap.sourceforge.net/">lots</a> <a href="http://www.theta44.org/karma/">of</a> <a href="http://sourceforge.net/projects/airjack/">hacker</a> <a href="http://www.wsniff.com/">tools</a> that exploit this unjustified trust, and implement MITM attacks.
</p>

<p>
Even with context, it's still possible for MITM to fool both sides -- because electronic communications are often intermittent. Imagine that one of the FARC guerillas became suspicious about who he was talking to. So he asks a question about their shared history as a test: "What did we have for dinner that time last year?" or something like that. On the telephone, the attacker wouldn't be able to answer quickly, so his ruse would be discovered.  But e-mail conversation isn't synchronous. The attacker could simply pass that question through to the other end of the communications, and when he got the answer back, he would be able to reply.
</p>

<p>
This is the way MITM attacks work against web-based financial systems. A bank demands authentication from the user: a password, a one-time code from a token or whatever. The attacker sitting in the middle receives the request from the bank and passes it to the user.  The user responds to the attacker, who passes that response to the bank. Now the bank assumes it is talking to the legitimate user, and the attacker is free to send transactions directly to the bank. This kind of attack <a href="http://www.schneier.com/crypto-gram-0503.html#2">completely bypasses</a> any two-factor authentication mechanisms, and is becoming a more popular identity theft tactic.
</p>

<p>
There are cryptographic solutions to MITM attacks, and there are secure web protocols that implement them. Many of them require shared secrets, though, making them only useful in situations where people already know and trust each other.
</p>

<p>
The NSA-designed <a href="http://www.fas.org/irp/program/security/_work/stu3.html">STU-III and STE</a> secure telephones solve the MITM problem by embedding the identity of each phone together with its key. (The NSA creates all keys and is trusted by everyone, so this works.) When two phones talk to each other securely, they exchange keys and display the other phone's identity on a screen. Because the phone is in a secure location, the user now knows who he is talking to, and if the phone displays another organization -- as it would if there were a MITM attack in progress -- he should hang up.
</p>
<!--pagebreak-->
<p>
Zfone, a secure VoIP system, <a href="http://zfoneproject.com/faq.html#mitm">protects</a> against MITM attacks with a short authentication string. After two Zfone terminals exchange keys, both computers display a four-character string. The users are supposed to manually verify that both strings are the same -- "my screen says 5C19; what does yours say?" -- to ensure that the phones are communicating directly with each other and not with an MITM. The <a href="http://www.flickr.com/photos/21746901@N08/2275723713/">AT&T TSD-3600</a> worked similarly.
</p>

<p>
This sort of protection is embedded in SSL, although no one uses it. As it is normally used, SSL provides an encrypted communications link to whoever is at the other end: bank and phishing site, alike. And the better phishing sites create valid SSL connections, so as to more effectively fool users. But if the user wanted to, he could manually <a href="http://www.microsoft.com/protect/yourself/phishing/spoof.mspx">check the SSL certificate</a> to see if it was issued to "National Bank of Trustworthiness" or "Two Guys With a Computer in Nigeria."  
</p>

<p>
No one does, though, because you both have to remember and be willing to do the work. (The browsers could make this easier if they wanted to, but they don’t seem to want to.) In the real world, you can easily tell a branch of your bank from a money changer on a streetcorner. But on the internet, a phishing site can be easily made to look like your bank's legitimate website. Any method of telling the two apart takes work. And that's the first step to fooling you with a MITM attack.
</p>

<p>
Man-in-the-middle isn't new, and it doesn't have to be technological. But the internet makes the attacks easier and more powerful, and that's not going to change anytime soon.
</p>
<p>
---
</p>
<p><em>Bruce Schneier is chief security technology officer of BT, and author of</em> Beyond Fear: Thinking Sensibly About Security in an Uncertain World<em>.</em>
</p><br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=4cad3ca7e2001432898237fa77e75268" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=4cad3ca7e2001432898237fa77e75268" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=aX9oJJ"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=aX9oJJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=rp8MCj"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=rp8MCj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=857Rpj"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=857Rpj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=muwNHJ"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=muwNHJ" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=aPjeTJ"><img src="http://feeds.wired.com/~f/wired/politics/security?i=aPjeTJ" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=Cwhwpj"><img src="http://feeds.wired.com/~f/wired/politics/security?i=Cwhwpj" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=xjD5Kj"><img src="http://feeds.wired.com/~f/wired/politics/security?i=xjD5Kj" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=8kOVWJ"><img src="http://feeds.wired.com/~f/wired/politics/security?i=8kOVWJ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/331277239" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/331277241" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 09 Jul 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/implement mitm attacks">implement mitm attacks</category>
      <category domain="http://securityratty.com/tag/implement">implement</category>
      <category domain="http://securityratty.com/tag/mitm attacks">mitm attacks</category>
      <category domain="http://securityratty.com/tag/mitm">mitm</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/mitm attack">mitm attack</category>
      <category domain="http://securityratty.com/tag/bank">bank</category>
      <category domain="http://securityratty.com/tag/bank demands authentication">bank demands authentication</category>
      <category domain="http://securityratty.com/tag/bank assumes">bank assumes</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/331277241/securitymatters_0710">How a Classic Man-in-the-Middle Attack Saved Colombian Hostages</source>
    </item>
    <item>
      <title><![CDATA[Colombian man sentenced for computer fraud]]></title>
      <link>http://securityratty.com/article/6207e56a147d9eedcff75cdca16ca9a4</link>
      <guid>http://securityratty.com/article/6207e56a147d9eedcff75cdca16ca9a4</guid>
      <description><![CDATA[A Colombian man who used keylogging software in a lucrative identity theft scheme has been sentenced to nine years in prison and ordered to pay restitution of US$347,000



Scan your IP for the Latest...]]></description>
      <content:encoded><![CDATA[A Colombian man who used keylogging software in a lucrative identity theft scheme has been sentenced to nine years in prison and ordered to pay restitution of US$347,000.
			
			<div style="margin-top:20" />
			<table border="1" BORDERCOLOR="#0033CC" cellspacing="0" cellpadding="2">
				<tr valign="top" align="left">
					<td>
						<table border="0" cellspacing="3" cellpadding="2" width="100%">
			
			
		  
		<tr> 
		<tr>
      <td width="*">
				<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" size="-1">
				<p>	
			
			<a href="http://rsslinks.industrybrains.com/click?sid=93&scid=10069&rqctid=589&lid=475581&cid=134274&pr=2&tstamp=20080412000000&url=http://www.qualys.com/forms/trials/freescan/matrix/%3flsid%3d6598" target=_blank><strong>Scan your IP for the Latest Vulnerabilities, Free!</strong></a></p>
				<td align="right">
					<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" COLOR="#0033CC" size="-1"><p>Advertisement</p></font>
				</td>
				</tr>
				<tr><td colspan="2"><font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" size="-1"><p>Download this valuable tool and Accurately scan your server for thousands of NEW vulnerabilities.
			
				</p>
				</font>
		 	</td>
     </tr>
		 
		 
			
						</table>
					</td>
				</tr>
			</table>
			<div style="margin-top:20" />
			
			]]></content:encoded>
      <pubDate>Fri, 11 Apr 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/accurately scan">accurately scan</category>
      <category domain="http://securityratty.com/tag/scan">scan</category>
      <category domain="http://securityratty.com/tag/valuable tool">valuable tool</category>
      <category domain="http://securityratty.com/tag/colombian">colombian</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/advertisement">advertisement</category>
      <category domain="http://securityratty.com/tag/thousands">thousands</category>
      <category domain="http://securityratty.com/tag/prison">prison</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <source url="http://www.networkworld.com/news/2008/041208-colombian-man-sentenced-for-computer.html?fsrc=rss-security">Colombian man sentenced for computer fraud</source>
    </item>
    <item>
      <title><![CDATA[Colombian man pleads guilty to computer fraud]]></title>
      <link>http://securityratty.com/article/49576817d6b8ba4033bf52e4239e9aac</link>
      <guid>http://securityratty.com/article/49576817d6b8ba4033bf52e4239e9aac</guid>
      <description><![CDATA[A Colombian man pleaded guilty Wednesday to a 16-county indictment involving an identity theft scheme in which he installed keylogging software on hotel business center computers and Internet lounges...]]></description>
      <content:encoded><![CDATA[A Colombian man pleaded guilty Wednesday to a 16-county indictment involving an identity theft scheme in which he installed keylogging software on hotel business center computers and Internet lounges in order to steal passwords, account data and other personal information, the U.S. Department of Justice announced.]]></content:encoded>
      <pubDate>Wed, 09 Jan 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/identity theft scheme">identity theft scheme</category>
      <category domain="http://securityratty.com/tag/colombian">colombian</category>
      <category domain="http://securityratty.com/tag/internet lounges">internet lounges</category>
      <category domain="http://securityratty.com/tag/personal information">personal information</category>
      <category domain="http://securityratty.com/tag/account data">account data</category>
      <category domain="http://securityratty.com/tag/16-county indictment">16-county indictment</category>
      <category domain="http://securityratty.com/tag/guilty wednesday">guilty wednesday</category>
      <category domain="http://securityratty.com/tag/passwords">passwords</category>
      <category domain="http://securityratty.com/tag/department">department</category>
      <source url="http://www.networkworld.com/news/2008/011008-colombian-man-pleads-guilty-to.html?fsrc=rss-security">Colombian man pleads guilty to computer fraud</source>
    </item>
  </channel>
</rss>
