<?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>Blog Central &#187; Advanced Persistent Threat</title>
	<atom:link href="http://blogs.mcafee.com/tag/advanced-persistent-threat/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.mcafee.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 22:07:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Tracking PDF Usage Poses a Security Problem</title>
		<link>http://blogs.mcafee.com/mcafee-labs/tracking-pdf-usage-poses-a-security-problem</link>
		<comments>http://blogs.mcafee.com/mcafee-labs/tracking-pdf-usage-poses-a-security-problem#comments</comments>
		<pubDate>Fri, 26 Apr 2013 23:18:19 +0000</pubDate>
		<dc:creator>Haifei Li</dc:creator>
				<category><![CDATA[McAfee Labs]]></category>
		<category><![CDATA[0 day vulnerability]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[Advanced Persistent Threat]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[email tracking service]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[tracking usage]]></category>
		<category><![CDATA[Zero-Day]]></category>

		<guid isPermaLink="false">http://blogs.mcafee.com/?p=24235</guid>
		<description><![CDATA[Update on May 2 Adobe has confirmed this vulnerability and has scheduled a patch release for May 14. &#160; Looking back this year&#8217;s RSA Conference, you might have the feeling that the current threat landscape is primarily a series of advanced attacks. This concept includes well-known advanced persistent threats (APTs) and zero-day vulnerability exploits. To <a href="http://blogs.mcafee.com/mcafee-labs/tracking-pdf-usage-poses-a-security-problem">Read more...</a>]]></description>
				<content:encoded><![CDATA[<p><strong>Update on May 2</strong></p>
<p><em>Adobe <a href="http://blogs.adobe.com/psirt/2013/05/adobe-reader-and-acrobat-information-leakage-issue.html">has confirmed this</a> vulnerability and has scheduled a patch release for May 14.</em></p>
<p>&nbsp;</p>
<p>Looking back this year&#8217;s RSA Conference, you might have the feeling that the current threat landscape is primarily a series of advanced attacks. This concept includes well-known advanced persistent threats (APTs) and zero-day vulnerability exploits. To respond to this trend in threats, McAfee Labs has launched several innovative projects, one of which we call the advanced exploit detection system (AEDS). The AEDS is based on our in-depth understanding of application security, which comes from our long-term cutting-edge research efforts. We have already seen some interesting results that reflect the effectiveness of the project.</p>
<p>Recently, we detected some unusual PDF samples. After some investigation, we successfully identified that the samples are exploiting an unpatched security issue in every version of Adobe Reader including the latest &#8220;sandboxed&#8221; Reader XI (11.0.2). Although the issue is not a serious problem (such as allowing code execution), it does let people track the usage of a PDF. Specifically, it allows the sender to see when and where the PDF is opened.</p>
<p><b>The vulnerability</b></p>
<p>When a specific PDF JavaScript API is called with the first parameter having a UNC-located resource, Adobe Reader will access that UNC resource. However, this action is normally blocked and creates a warning dialog asking for permission, such as we see below:</p>
<p><a href="http://blogs.mcafee.com/wp-content/uploads/2013/04/pdf_track_of_usage1.png"><img class="alignnone size-full wp-image-24236" alt="pdf_track_of_usage1" src="http://blogs.mcafee.com/wp-content/uploads/2013/04/pdf_track_of_usage1.png" width="427" height="191" /></a></p>
<p>The danger is that if the second parameter is provided with a special value, it changes the API&#8217;s behavior. In this situation, if the UNC resource exists, we see the warning dialog. However, if the UNC resource does not exist, the warning dialog will not appear even though the TCP traffic has already gone.</p>
<p>The following screen capture shows the outgoing traffic:</p>
<p><a href="http://blogs.mcafee.com/wp-content/uploads/2013/04/pdf_track_of_usage2.png"><img class="alignnone size-full wp-image-24237" alt="pdf_track_of_usage2" src="http://blogs.mcafee.com/wp-content/uploads/2013/04/pdf_track_of_usage2.png" width="767" height="165" /></a></p>
<p><b>How does this affect users?</b></p>
<p>Is this a serious problem? No, we don&#8217;t want to overvalue the issue. However, we do consider this issue a security vulnerability. Considering this, we have reported the issue to Adobe and we are waiting for their confirmation and a future patch. We are also hiding the key details of the vulnerability to protect Reader users. We may update this post at some point after we see a patch from Adobe.</p>
<p>Some people might leverage this issue just out of curiosity to know who has opened their PDF documents, but others won&#8217;t stop there. An APT attack usually consists of several sophisticated steps. The first step is often collecting information from the victim; this issue opens the door. Malicious senders could exploit this vulnerability to collect sensitive information such as IP address, Internet service provider, or even the victim&#8217;s computing routine. In addition, our analysis suggests that more information could be collected by calling various PDF JavaScript APIs. For example, the document’s location on the system could be obtained by calling the JavaScript &#8220;this.path&#8221; value.</p>
<p><b>Who is exploiting this issue?</b></p>
<p>We have detected some PDF samples in the wild that are exploiting this issue. Our investigation shows that the samples were made and delivered by an &#8220;email tracking service&#8221; provider. We don&#8217;t know whether the issue has been abused for illegal or APT attacks.</p>
<p><b>Conclusion and protection</b></p>
<p>This interesting case highlights the point that privacy protection is a part of security. It shows that we can form different opinions depending on our goals (such as security protection vs. email tracking service).</p>
<p>This case also demonstrates that we need to constantly explore methods of detection because these examples won’t trigger memory corruption or code execution. Some of the most advanced detection technologies in the industry failed to detect them. We are happy to see that our AEDS is filling the gap.</p>
<p>Until Adobe creates a patch, Reader users should consider disabling JavaScript in Reader.</p>
<p>&nbsp;</p>
<p><i>Thanks to my colleagues Bing Sun, Xiaobo Chen, and Chong Xu for their help with this investigation.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mcafee.com/mcafee-labs/tracking-pdf-usage-poses-a-security-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Science Behind Gausswork</title>
		<link>http://blogs.mcafee.com/cto/the-science-behind-gausswork</link>
		<comments>http://blogs.mcafee.com/cto/the-science-behind-gausswork#comments</comments>
		<pubDate>Wed, 15 Aug 2012 16:58:13 +0000</pubDate>
		<dc:creator>Raj Samani</dc:creator>
				<category><![CDATA[CTO]]></category>
		<category><![CDATA[Advanced Persistent Threat]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[APTs]]></category>
		<category><![CDATA[cyber attacks]]></category>
		<category><![CDATA[DLP]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[Gauss]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[McAfee Security]]></category>
		<category><![CDATA[Night Dragon]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blogs.mcafee.com/?p=17910</guid>
		<description><![CDATA[‘Nation-state sponsored cyber attacks’ – A powerful statement, and one that represented the majority of recent headlines in press articles about the Gauss malware.  With the targeted nature of the attack, and its complexity cited as examples to support ‘Gauss-es’ of the attribution. Whilst the speculation makes for excellent media stories and fuels alcohol induced <a href="http://blogs.mcafee.com/cto/the-science-behind-gausswork">Read more...</a>]]></description>
				<content:encoded><![CDATA[<p>‘Nation-state sponsored cyber attacks’ – A powerful statement, and one that represented the majority of recent headlines in press articles about the Gauss malware.  With the targeted nature of the attack, and its complexity cited as examples to support ‘Gauss-es’ of the attribution.</p>
<p>Whilst the speculation makes for excellent media stories and fuels alcohol induced debates at security conferences &#8211; for the beleaguered CISO faced with the threats it really becomes nothing more than an afterthought.  Whether we are discussing, Flame, Gauss, Night Dragon, or any other attack; the first question asked will be;</p>
<p><em>Is my organisation impacted? </em></p>
<p>Of course, dependent on the answer, there is likely to be a whole host of additional answers sought by management; such as what information was leaked, how long was the threat on our network, and why didn’t <span style="text-decoration: underline;">you</span> stop it? Some organisations may well rephrase the last question to ask why didn’t <em><span style="text-decoration: underline;">we</span></em> stop it?</p>
<p>The key question that should be (and not always is) asked is how do <em><span style="text-decoration: underline;">we</span></em> prevent from being compromised again?  Threats of this nature are invariably difficult to detect, which explains why with Gauss the threat appeared to be active for 10 months. Authors will dedicate efforts with the explicit intention of remaining as stealthy as possible, a far cry from website defacements and declarations on social media of compromised organisations, or intended targets.  The standard response is as expected to be ‘Defence in depth’, and quite rightly so.  As was documented in the McAfee Advanced Persistent Threat, Solution brief<a title="" href="http://blogs.mcafee.com/wp-admin/post-new.php#_ftn1">[1]</a>; ‘There is no silver bullet for APTs because it’s more than firewall and IPS, more than anti-malware, and more than data loss prevention’.        </p>
<p>Those tasked with building the defenses have to be well-funded and versed in information security.  They also need to be patient in building an effective security management programme as developing security maturity does not happen overnight, and is a repetitive process.  For example, initiating security awareness is a continuous process that demands constant reminders for employees on adopting best practices. When we consider the ‘modus operandi’ for many of these ‘APT’ types of attacks, they invariably utilise the inherent human propensity to click before they think!  </p>
<p>Sharing information about the threats allows organizations to begin to answer that initial question.  Although the answer may be painful, there is no benefit in burying one’s head in the sand, and without it building the defences to mitigate the risk of it happening again becomes almost impossible!</p>
<p>Raj Samani</p>
<p>McAfee EMEA CTO<br />
Twitter@Raj_Samani</p>
<div><br clear="all" /></p>
<hr align="left" size="1" width="33%" />
<div>
<p><a title="" href="http://blogs.mcafee.com/wp-admin/post-new.php#_ftnref1">[1]</a> <a href="http://www.mcafee.com/us/resources/solution-briefs/sb-advanced-persistent-threats.pdf">http://www.mcafee.com/us/resources/solution-briefs/sb-advanced-persistent-threats.pdf</a></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mcafee.com/cto/the-science-behind-gausswork/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skywiper – Fanning the &#8216;Flames&#8217; of Cyberwarfare</title>
		<link>http://blogs.mcafee.com/security-perspectives/skywiper-fanning-the-flames-of-cyber-warfare</link>
		<comments>http://blogs.mcafee.com/security-perspectives/skywiper-fanning-the-flames-of-cyber-warfare#comments</comments>
		<pubDate>Mon, 28 May 2012 17:30:10 +0000</pubDate>
		<dc:creator>Peter Szor</dc:creator>
				<category><![CDATA[McAfee Labs]]></category>
		<category><![CDATA[Security Perspectives]]></category>
		<category><![CDATA[Advanced Persistent Threat]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[Cybercrime]]></category>
		<category><![CDATA[cyberespionage]]></category>
		<category><![CDATA[cyberwarfare]]></category>
		<category><![CDATA[espionage]]></category>
		<category><![CDATA[global threat intelligence]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[targeted attack]]></category>

		<guid isPermaLink="false">http://blogs.mcafee.com/?p=16413</guid>
		<description><![CDATA[A few weeks ago, Iran reported intensified cyberattacks on its energy sector that they observed as a direct continuation of the Stuxnet and Duqu attacks. Over the weekend, the IR Cert (Iran’s emergency response team) published a new report that describes this attack as Flame and/or Flamer. Some other news agencies also called  the attack <a href="http://blogs.mcafee.com/security-perspectives/skywiper-fanning-the-flames-of-cyber-warfare">Read more...</a>]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago, Iran reported intensified cyberattacks on its energy sector that they observed as a direct continuation of the Stuxnet and Duqu attacks.</p>
<p>Over the weekend, the IR Cert (Iran’s emergency response team) published a new report that describes this attack as Flame and/or Flamer. Some other news agencies also called  the attack Viper. The complex functionality of the malware is controlled by command servers, of which there are possibly dozens. The malware is also capable of slowly spreading via USB drives.</p>
<p>CrySys Lab, a Hungarian security team, noticed that a complex threat it had been analyzing for weeks was clearly the same threat as Flamer. They published a large, preliminary document, several dozen pages in size, that described the complex malware. The report shows that a lot more work has to be done to analyze the full details of this malware, as it has some extraordinary complexity.</p>
<p>Previously, other cyberthreats such as Stuxnet and Duqu required months of analysis; this threat is clearly a magnitude more complex. Just to give an idea of the complexity, one of its smallest encrypted modules is more than 70,000 lines of C decompiled code, which contains over 170 encrypted “strings”!</p>
<p>Evidently, the threat has been developed over many years, possibly by a large group or dedicated team.</p>
<p>We found publicly available reports from antispyware companies, and log files in public help forums that could indicate infections of early variants of Skywiper in Europe and Iran several years ago (for example, in March 2010). Skywiper appears to be more wildly spread than Duqu, with similarly large numbers of variants.</p>
<p>Skywiper is a modular, extendable, and updateable threat. It is capable of, but not limited to, the following key espionage functions:</p>
<p>- Scanning network resources<br />
- Stealing information as specified<br />
- Communicating to control servers over SSH and HTTPS protocols<br />
- Detecting the presence of over 100 security products (AV, antispyware, FW, etc)<br />
- Using both kernel- and user-mode logic<br />
- Employing complex internal functionality using Windows APC calls and and threads start manipulation, and code injections to key processes<br />
- Loading as part of Winlogon.exe and then injecting itself into Internet Explorer and services<br />
- Concealing its presence as ~ named temp files, just like Stuxnet and Duqu<br />
- Capable of attacking new systems over USB flash memory and local network (spreading slowly)<br />
- Creating screen captures<br />
- Recording voice conversations<br />
- Running on Windows XP, Windows Vista, and Windows 7 systems<br />
- Containing known exploits, such as the print spooler and lnk exploits found in Stuxnet<br />
- Using SQLite database to store collected information<br />
- Using a custom database for attack modules (this is very unusual, but shows the modularity and extendability of the malware)<br />
- Often located on nearby systems: a local network for both control and target infection cases<br />
- Using PE-encrypted resources</p>
<p>To summarize, the threat shows great similarity to Stuxnet and Duqu in some of its ways of operation, yet its code base and implementation are very different, and much more complex and robust in its basic structure.</p>
<p>Skywiper’s main executable files:</p>
<p>Windows\System32\mssecmgr.ocx – Main module<br />
Windows\System32\msglu32.ocx<br />
Windows\System32\nteps32.ocx<br />
Windows\System32\advnetcfg.ocx<br />
Windows\System32\soapr32.ocx</p>
<p><strong>Misleading Program Information Blocks</strong></p>
<p>According to its program information block, the main module pretends to be written by Microsoft Corporation. It claims to be a “Windows Authentication Client” for Microsoft Windows Version 5.1 (2600 Build). Several other modules also claim to be Microsoft Windows components. However, none of the files analyzed so far are signed with a valid (or even possibly stolen) key, as it was the case with Duqu and Stuxnet.</p>
<p>Further key filenames of the threat can include:</p>
<p>~dra52.tmp<br />
target.lnk<br />
zff042<br />
urpd.ocx<br />
ccalc32.sys<br />
boot32drv.sys<br />
Pcldrvx.ocx<br />
~KWI<br />
guninst32<br />
~HLV<br />
~DEB93D.tmp<br />
~DEB83C.tmp<br />
~dra53.tmp<br />
cmutlcfg.ocx<br />
~DFL983.tmp<br />
~DF05AC8.tmp<br />
~DFD85D3.tmp<br />
~a29.tmp<br />
dsmgr.ocx<br />
~f28.tmp<br />
~dra51k.tmp<br />
~d43a37b.tmp<br />
~dfc855.tmp<br />
Ef_trace.log<br />
contents.btr<br />
wrm3f0<br />
scrcons.exe<br />
wmiprvse.exe<br />
wlndh32<br />
mprhlp<br />
kbdinai<br />
~ZLM0D1.ocx<br />
~ZLM0D2.ocx<br />
sstab<br />
~rcf0<br />
~rcj0</p>
<p><strong>Mutex usage</strong></p>
<p>The threat files also use the TH_POOL_SHD_PQOISNG_#PID#SYNCMTX Mutex name to identify already infected systems, a common technique in modern malware. The #PID# is the process ID of the process in which the injection of the threat occurred.</p>
<p><strong>I change my name; I change my extension</strong></p>
<p>The threat files can change both filenames and extensions, according to specific control server requests, as well as configuration usage. In some cases, Skywiper detects specific antivirus software. The malware might then change the extension of the executable files (DLLs) from OCX to TMP, for example. However, we have not always seen this functionality on affected systems, especially if the threat has been installed prior to the security product in question.</p>
<p>Skywiper’s main module is over 6MB in size, while the completely deployed set is close to 20MB. Yes, this is a lot of code for malware, but this is necessary to carry the complex libraries such as Zlib, LUA interpreter, SQLite support, custom database support code, and so on.</p>
<p>Encryption includes simple obfuscation like XOR with a byte value. The XOR key, 0xAE, has appeared in some other cases&#8211;showing a potential relationship to Duqu and Stuxnet, as they also used this value. However, Stuxnet and Duqu always used other values in conjunction with this byte, which included dates of possible meaning.</p>
<p>Other than the above, Skywiper does not show a direct relationship in its code to Stuxnet or Duqu at this point. It uses a similar yet more complex structure, which in many ways reminds researchers of these attacks. In some ways it could be a parallel project, as the early date may suggest. The attack files showed recent development in January and August 2011, according to some of the leftover date values in its files. The dates in the file headers have been purposely changed (claiming to be from 1994, etc.), but export-table date values and dates elsewhere in the files indicate 2011.</p>
<p>The main module of Skywiper starts via the registry, over an exported function:</p>
<p>HKEY_LOCAL_MACHINE\CurrentControlSet\Control\Lsa\Authentication Packages<br />
- mssecmgr.ocx</p>
<p>Initial infections gathered by our network sensors are shown on the map below:</p>
<p><a href="http://blogs.mcafee.com/wp-content/uploads/2012/05/szor_blog_map.bmp"><img class="alignnone size-full wp-image-16426" title="Skywiper Threat Map" alt="" src="http://blogs.mcafee.com/wp-content/uploads/2012/05/szor_blog_map.bmp" /></a></p>
<p>Generally, attackers try to conceal their presence by infecting locations unrelated to the main targets, possibly to further conceal their identity, and then use these locations as control servers. Continuing research will certainly need to take this into consideration.</p>
<p>McAfee antivirus products will detect and clean the threat as W32/Skywiper from infected systems. Our initial data indicates that there are multiple variants of this threat in the field.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mcafee.com/security-perspectives/skywiper-fanning-the-flames-of-cyber-warfare/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shady RAT Is Not a Botnet</title>
		<link>http://blogs.mcafee.com/mcafee-labs/shady-rat-is-not-a-botnet</link>
		<comments>http://blogs.mcafee.com/mcafee-labs/shady-rat-is-not-a-botnet#comments</comments>
		<pubDate>Fri, 19 Aug 2011 16:44:08 +0000</pubDate>
		<dc:creator>Dr. Phyllis Schneck</dc:creator>
				<category><![CDATA[McAfee Labs]]></category>
		<category><![CDATA[Advanced Persistent Threat]]></category>
		<category><![CDATA[attacks]]></category>
		<category><![CDATA[critical infrastructure]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[Shady RAT]]></category>

		<guid isPermaLink="false">http://blogs.mcafee.com/?p=10684</guid>
		<description><![CDATA[Eugene Kaspersky has weighed in this week on Shady RAT, criticizing McAfee for exposing an operation that attacked a wide range of companies, governments, and nonprofit organizations across 14 countries and numerous sectors of the economy. Among other things, Kaspersky says he doesn&#8217;t believe it was a sophisticated attack and that our approach is alarmist. He&#8217;s missing <a href="http://blogs.mcafee.com/mcafee-labs/shady-rat-is-not-a-botnet">Read more...</a>]]></description>
				<content:encoded><![CDATA[<p>Eugene Kaspersky has weighed in this week on <a href="http://blogs.mcafee.com/mcafee-labs/revealed-operation-shady-rat">Shady RAT,</a> criticizing McAfee for exposing an operation that attacked a wide range of companies, governments, and nonprofit organizations across 14 countries and numerous sectors of the economy. Among other things, Kaspersky says he doesn&#8217;t believe it was a sophisticated attack and that our approach is alarmist. He&#8217;s missing the point.</p>
<p>McAfee exposed Operation <a href="http://blogs.mcafee.com/mcafee-labs/revealed-operation-shady-rat">Shady RAT,</a> a massive case of espionage and wealth transfer. The intellectual property and confidential information of companies and agencies worldwide has been stolen by a single adversary over a 5+ year period. This attack was exposed so honest global communities can be aware of the urgency of cross-sector cyberresiliency. The cyberadversaries are agile and fast and disregard the law. They share information with ease and they execute their will upon companies, markets, and potentially entire economies. We lack the alacrity to defend against this threat without public-private collaboration, which begins with global awareness&#8211;the very thing we must promote to protect our way of life. It is unfortunate that Mr. Kaspersky takes issue with providing information to the public.</p>
<p>Would it be alarmist to let a bank know that someone has just walked out with a wad of cash while they weren&#8217;t paying attention? It doesn&#8217;t matter how sophisticated the attack is if it results in material loss. If a bank robber gets $100 million by walking in the front door with a gun, it&#8217;s news&#8211;not because the attack is novel, but because of its effectiveness. It&#8217;s not the sophistication of the attack that’s important, and this is a clear case where technical arguments are preventing some people from seeing the larger, more important picture.</p>
<p>Speaking of technical arguments, apparently Mr. Kaspersky has gotten it in his head that Shady RAT is a botnet. Really? Unfortunately for Mr. Kaspersky, he is getting botnets and advanced persistent threats confused. In this case, the APT should be really be called an SPT (Successful Persistent Threat). It was only as advanced as it needed to be. The impressive thing here was the breadth of targets, the length of the attack, and the amount of data taken, remembering also that we know only of 72 companies/organizations victimized through one command and control server, out of hundreds or more used by this adversary. Quiet, insidious, market-changing threats like these hide in the noise of botnets, &#8220;hacks,&#8221; and other high-profile or nuisance events.</p>
<p>We invite critics to join with McAfee and our greater global community and focus on what we can do collectively to keep organizations safe from these types of attacks, prosecute and lower the profit model for the adversaries, and to protect our critical infrastructures and way of life worldwide.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mcafee.com/mcafee-labs/shady-rat-is-not-a-botnet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safeguarding Against Advanced Persistent Threats</title>
		<link>http://blogs.mcafee.com/risk-compliance/safeguarding-against-advanced-persistent-threats</link>
		<comments>http://blogs.mcafee.com/risk-compliance/safeguarding-against-advanced-persistent-threats#comments</comments>
		<pubDate>Wed, 06 Apr 2011 18:25:39 +0000</pubDate>
		<dc:creator>Archive</dc:creator>
				<category><![CDATA[Risk Compliance]]></category>
		<category><![CDATA[Advanced Persistent Threat]]></category>
		<category><![CDATA[critical infrastructure]]></category>
		<category><![CDATA[data breach]]></category>
		<category><![CDATA[McAfee Application Control]]></category>

		<guid isPermaLink="false">http://blogs.mcafee.com/?p=8638</guid>
		<description><![CDATA[Advanced persistent threats like we’ve seen with Stuxnet and Night Dragon target the manufacturing and process industry, including national critical infrastructure.  The industrial revolution started our reliance on automation. However as the industry became more integrated, modular and adaptable to broader industrial processing it also grew more vulnerable and susceptible to attack. Adding further complication <a href="http://blogs.mcafee.com/risk-compliance/safeguarding-against-advanced-persistent-threats">Read more...</a>]]></description>
				<content:encoded><![CDATA[<p>Advanced persistent threats like we’ve seen with Stuxnet and Night Dragon target the manufacturing and process industry, including national critical infrastructure.  The industrial revolution started our reliance on automation. However as the industry became more integrated, modular and adaptable to broader industrial processing it also grew more vulnerable and susceptible to attack. Adding further complication is the fact that most nations today rely heavily on automated processing controls and all kinds of people have detailed knowledge about the functional aspects of these systems. In fact, a recent Ponemon Institute report reflected that three in four energy firms experienced a data breach in the past twelve months.</p>
<p>The systems in question are advanced controllers that cannot afford to behave erratically as it can lead to lost time, destruction of property, production safety issues and even fatalities. The consequences of altering the integrity of integrated automation systems are somewhat predictable and very unpleasant. Implementing off-the-shelf security solutions on these systems can be very risky if not thoroughly examined and tested. Furthermore few companies have adequate test environments or the resources to explore this option.   </p>
<p>We are pleased that Siemens-Division of Industry Automation has tested the compatibility of <a href="http://www.mcafee.com/us/products/application-control.aspx">McAfee Application Control</a> with their systems to defend against advanced persistent threats. As part of this joint effort, McAfee Application Control for Siemens-Division Industry Automation is available now from McAfee and its partners to deliver effective security controls and ongoing integrity of these systems.</p>
<p>No one wants to consider the disruptive possibilities that advanced persistent threats bring to our world. We at McAfee will continue to monitor these threats and look for ways to provide proper protection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mcafee.com/risk-compliance/safeguarding-against-advanced-persistent-threats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twirling Mustaches &amp; Hatching Plots: Advanced Persistent Threats</title>
		<link>http://blogs.mcafee.com/security-connected/twirling-mustaches-hatching-plots-advanced-persistent-threats</link>
		<comments>http://blogs.mcafee.com/security-connected/twirling-mustaches-hatching-plots-advanced-persistent-threats#comments</comments>
		<pubDate>Mon, 13 Sep 2010 20:10:51 +0000</pubDate>
		<dc:creator>Archive</dc:creator>
				<category><![CDATA[Security Connected]]></category>
		<category><![CDATA[Advanced Persistent Threat]]></category>
		<category><![CDATA[critical infrastructure]]></category>
		<category><![CDATA[Cybercrime]]></category>
		<category><![CDATA[Operation Aurora]]></category>

		<guid isPermaLink="false">http://blogs.mcafee.com?p=3977</guid>
		<description><![CDATA[Advanced Persistent Threats or APTs have many definitions. In most cases it’s an over used and abused marketing term adopted by point solution security vendors to talk about their ability to stop “bad things.” The term most generally defines an adversary with formidable means, organization, and motivation: they’re on a mission. It is often associated <a href="http://blogs.mcafee.com/security-connected/twirling-mustaches-hatching-plots-advanced-persistent-threats">Read more...</a>]]></description>
				<content:encoded><![CDATA[<p>Advanced Persistent Threats or APTs have many definitions. In most cases it’s an over used and abused marketing term adopted by point solution security vendors to talk about their ability to stop “bad things.” The term most generally defines an adversary with formidable means, organization, and motivation: they’re on a mission. It is often associated with espionage, and as such the concept predates the digital era and can be traced back to the earliest documentation of intelligence gathering recorded by military strategists such as Sun-Tzu and Chanakya. Richard Bejtlich of GE provides a great overview of APT in a recent <a href="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1516312_mem1,00.html">article</a> for SearchSecurity.</p>
<p>Talking about APTs has become increasingly popular over the last year. This is in part because of a series of cyber attacks dubbed <a href="http://en.wikipedia.org/wiki/Operation_Aurora">Operation Aurora</a>. These attacks started in mid-2009; Google, Northrop Grumman, Dow Chemical and around 30 other companies were targeted and it has been speculated that these attacks originated in China. Operation Aurora was considered an APT because the attacks were sophisticated, targeted, stealthy, and designed for long term manipulation of their targets. Over the last decade there have been several other attacks thought to be from China that could fall into the APT category including:</p>
<p><strong>Titan Rain</strong> – A series of attacks in 2003 that extracted information equivalent in size to the Library of Congress from Lockheed Martin, Sandia National Laboratories, Redstone Arsenal, NASA and several other government organizations.</p>
<p><strong>F-35 Joint Strike Fighter</strong> – In 2009 the Wall Street Journal reported that the Pentagon’s $300 billion project had terabytes of data stolen.</p>
<p>When it comes to understanding APT, and the risk it poses to your business, you first need to consider four things: the actors, their motives, the targets, and goals. Once you understand these four aspects of an APT, you can better outline your own security strategy:</p>
<p><strong>Actors:</strong> The actors behind an APT could be part of a terrorist group, activist group, or members of organized crime. Many perceive these actors as radical parts of a nation-state, but sympathizers and non-state participants can also be involved in APTs as seen in China with the antiCNN.exe attacks and in Russia with the Nashi youth groups where non-government citizens are called upon to engage in patriotic online attacks. We see many APTs based in Eastern European countries, Russia or China.<br />
<strong></strong></p>
<p><strong>Motives: </strong>Hackers conducting an APT are almost always motivated by economic or political gain. These folks either want to make a significant amount of money from what they’re stealing, or they are driven by a strong ideology that is fundamentally at odds with an organization or group.<br />
<strong></strong></p>
<p><strong>Targets: </strong>APT targets are often organizations such as the mainstream media, government, defense contractors, academic institutions or high powered individuals in control of sought-after, highly sensitive information. Organizations tied to state utility services are often targets.<br />
<strong></strong></p>
<p><strong>Goals:</strong> Organizations involved in APT what to remain stealth or at least the organizers do. They will create backdoors, hide footprints, and take other measures to remain undetected while allowing alternative paths in. Ultimately they want sensitive data, they want to monitor communications, they want to disrupt operations, or some combination of all three.</p>
<p>Of imminent concern is the recent <a href="http://threatpost.com/en_us/blogs/stuxnet-attack-shows-signs-nation-state-involvement-experts-say-080410">Stuxnet</a> worm found on industrial control systems in the US, India, Iran and a handful of other nations this July. Now this is one sophisticated, expensive, and purpose-built worm. While the exact origins and motives behind Stuxnet are unknown, it is likely that it isn’t built to steal sensitive information or hold industrial control facilities hostage. There are far better ways to accomplish this. It targets controllers – the stuff that turns things on and off. It exploits a zero day vulnerability, uses stolen encryption signatures, leverages a rootkit and does all of this for the very first time we’ve ever seen it &#8211; on programmable logic controllers. Read: this worm is built to take over control of system operations. Not good.</p>
<p>So, what do <em>you</em> need to know about protecting against APT? Here are my thoughts in a nutshell:</p>
<p>First, there is no silver bullet for APT. If anybody offers you an anti-APT box – don’t walk away, run.</p>
<p>Take a risk-based approach to your security, rather than a threat-based approach. This may sound counter-intuitive, but trust me. Do discovery on your sensitive assets and create a broad, deep view of your network and assets from a centralized location.  Integrate threat intelligence into your overall strategy so you understand the behaviors and techniques of the attackers. Break down the silos. Disparate security silos give APT attackers the advantage. A connected, integrated strategy is the best bet against APTs, whether your organization is a Fortune 50 or company of 50.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mcafee.com/security-connected/twirling-mustaches-hatching-plots-advanced-persistent-threats/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
