<?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>CoreTrace WhiteSpace&#187; CoreTrace WhiteSpace</title>
	<atom:link href="http://www.coretraceblogs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coretraceblogs.com</link>
	<description>The Application Whitelisting and Security Weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:46:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fallout for DLL exploits increases&#8230; but it doesn’t have to be the case</title>
		<link>http://www.coretraceblogs.com/2010-09/fallout-for-dll-exploits-increases-but-it-doesn%e2%80%99t-have-to-be-the-case/</link>
		<comments>http://www.coretraceblogs.com/2010-09/fallout-for-dll-exploits-increases-but-it-doesn%e2%80%99t-have-to-be-the-case/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:42:02 +0000</pubDate>
		<dc:creator>Toney Jennings</dc:creator>
				<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[whitelisting]]></category>
		<category><![CDATA[application whitelisting]]></category>
		<category><![CDATA[BOUNCER]]></category>
		<category><![CDATA[CoreTrace]]></category>
		<category><![CDATA[DLL bugs]]></category>
		<category><![CDATA[DLL exploits]]></category>
		<category><![CDATA[DLL hijacking attacks]]></category>

		<guid isPermaLink="false">http://www.coretraceblogs.com/?p=2076</guid>
		<description><![CDATA[The fallout for DLL exploits is growing, as newly published research shows that binary planting bugs are not limited to Microsoft programs alone.
According to recently published lists, programs such as Mozilla Firefox and Adobe Photoshop have been added to the increasing number of vulnerable DLL applications that include Microsoft Word 2007, Microsoft Office Visio 2003, [...]]]></description>
			<content:encoded><![CDATA[<p>The fallout for DLL exploits is growing, as newly published research shows that binary planting bugs are not limited to Microsoft programs alone.</p>
<p><a href="http://www.eweek.com/c/a/Security/Windows-DLL-Bugs-Affect-Adobe-Photoshop-Firefox-117236/" target="_blank">According to recently published lists, programs such as Mozilla Firefox and Adobe Photoshop have been added to the increasing number of vulnerable DLL applications</a> that include Microsoft Word 2007, Microsoft Office Visio 2003, and Microsoft Office PowerPoint 2010. The DLL bugs, Microsoft says, are caused by applications passing an insufficiently qualified path when loading an external library. Of the 520 DLL exploits found by researchers at Acros Security, most were DLL file loading issues. The rest were due to insecure loading of executables such as exe. and .com files.</p>
<p>In a recent video post, CoreTrace&#8217;s Greg Valentine demonstrates <a href="http://www.coretraceblogs.com/2010-08/watch-how-whitelisting-stops-microsoft-dll-hijacking-attack/#more-2039">how the base operating system is susceptible to the DLL hijack vulnerability, and how application whitelisting protects systems by blocking all attempts made by PowerPoint to execute corrupt DLL files.</a></p>
<p>With application developers still the ones responsible for fixing affected applications, one of the biggest challenges organizations face is knowing the number of applications that are potentially vulnerable to DLL bugs. On the other hand, networks protected by whitelisting solutions such as BOUNCER by CoreTrace aren&#8217;t hit with the extra time and resources needed to research and clean up applications impacted by malicious DLL files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretraceblogs.com/2010-09/fallout-for-dll-exploits-increases-but-it-doesn%e2%80%99t-have-to-be-the-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch how whitelisting stops Microsoft DLL hijacking attack</title>
		<link>http://www.coretraceblogs.com/2010-08/watch-how-whitelisting-stops-microsoft-dll-hijacking-attack/</link>
		<comments>http://www.coretraceblogs.com/2010-08/watch-how-whitelisting-stops-microsoft-dll-hijacking-attack/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:10:41 +0000</pubDate>
		<dc:creator>Greg Valentine</dc:creator>
				<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[whitelisting]]></category>
		<category><![CDATA[2269637]]></category>
		<category><![CDATA[application whitelisting]]></category>
		<category><![CDATA[BOUNCER]]></category>
		<category><![CDATA[CoreTrace]]></category>
		<category><![CDATA[DLL hijacking attacks]]></category>

		<guid isPermaLink="false">http://www.coretraceblogs.com/?p=2039</guid>
		<description><![CDATA[Recently, &#8220;MUTTS&#8221; at Offensive Security Training did an excellent  video demonstrating the Metasploit exploit module for the &#8220;new&#8221; Insecure Library Loading vulnerability (2269637). Part of the title was &#8220;We can&#8217;t fix this one&#8221;. While I assume he meant we can&#8217;t fix the vulnerability, I wanted to show that we can prevent the attack itself.
I [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, &#8220;MUTTS&#8221; at <a href="http://www.offensive-security.com/" target="_blank">Offensive Security Training</a> did an excellent <a href="http://www.offensive-security.com/offsec/microsoft-dll-hijacking-exploit-in-action/" target="_blank"> video demonstrating the Metasploit exploit module for the &#8220;new&#8221; Insecure Library Loading vulnerability (2269637)</a>. Part of the title was &#8220;We can&#8217;t fix this one&#8221;. While I assume he meant we can&#8217;t fix the vulnerability, I wanted to show that we can prevent the attack itself.<span id="more-2039"></span></p>
<p>I just posted my new video on the DLL hijacking attack and how the exploit gets loaded and executed on a victim&#8217;s machine. Check out how the malicious DLL uploads on endpoint systems when end-users open up legitimate Powerpoint files:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/PLJYsPNbNUQ?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PLJYsPNbNUQ?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>The video demonstrates how the base operating system is susceptible to the DLL hijack vulnerability and how organizations using application whitelisting such as BOUNCER by CoreTrace are protected from this particular DLL attack. Through the BOUNCER interface, our customers see how our application whitelisting solution successfully blocks all attempts Powerpoint makes to run the corrupt DLL files.</p>
<p>Check it out and let me know what you think or if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretraceblogs.com/2010-08/watch-how-whitelisting-stops-microsoft-dll-hijacking-attack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>McAfee raises the white flag for reactive security&#8230; Is whitelisting the answer?</title>
		<link>http://www.coretraceblogs.com/2010-08/mcafee-raises-the-white-flag-for-reactive-security-is-whitelisting-the-answer/</link>
		<comments>http://www.coretraceblogs.com/2010-08/mcafee-raises-the-white-flag-for-reactive-security-is-whitelisting-the-answer/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 18:30:57 +0000</pubDate>
		<dc:creator>Toney Jennings</dc:creator>
				<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[whitelisting]]></category>
		<category><![CDATA[application whitelisting]]></category>
		<category><![CDATA[CoreTrace]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[McAfee]]></category>

		<guid isPermaLink="false">http://www.coretraceblogs.com/?p=2017</guid>
		<description><![CDATA[The white flag is a universal symbol of truce, a ceasefire if you will. In war, or in this case the war against cybercrime, McAfee this week issued a sort of truce with its call to arms for the security industry to take the offensive against malware attacks. This action speaks volumes about the current [...]]]></description>
			<content:encoded><![CDATA[<p>The white flag is a universal symbol of truce, a ceasefire if you will. In war, or in this case the war against cybercrime, McAfee this week issued a sort of truce with its call to arms for the security industry to take the offensive against malware attacks. This action speaks volumes about the current state of the security industry. And we couldn&#8217;t agree more. If one of the world’s leading antivirus security software makers is saying that the <a href="http://www.coretraceblogs.com/2010-08/hackers-winning-cat-and-mouse-game-with-antivirus-programmers/">cat-and-mouse game</a> of trying to keep up with the <a href="http://www.darkreading.com/vulnerability_management/security/vulnerabilities/showArticle.jhtml?articleID=226600369" target="_blank">record amount of malware seen in the first half of 2010</a> is not working, then we all need to sit up and listen.<span id="more-2017"></span></p>
<p>Rather than continuing with the current approach of adding layer upon layer of security to defend endpoints against expected attacks, Jeff Green, senior vice president of McAfee Labs and product development, said the security industry needs to get more aggressive if it expects to get a leg up on the tens of thousands of malware variants that surface every day.</p>
<blockquote>
<p>&#8220;The tools and techniques of cybercrime continue to grow in number and sophistication at alarming rates. The cybercriminals prosper as they never have before because they have very little reason to fear the consequences. Maybe this is because we have really never given them a reason to fear. This must change. We must adapt our industry at its core and at all levels. It is time to send the security industry on the offensive.&#8221;</p>
</blockquote>
<p>This statement comes at a time when testing continues to reinforce how much cybercriminals still have the upper hand. <a href="http://www.infoworld.com/d/security-central/testing-shows-most-antivirus-suites-fail-against-exploits-171" target="_blank">A recent independent study by NSS Labs found that a majority of antivirus security software suites still fail to detect malware attacks on PCs</a>, with average protective scores of 76% even when exploits have been publicly available for months, or in some cases, years. The report concluded:</p>
<blockquote>
<p>&#8220;Based on market share, between 70 to 75 percent of the market is under protected. Keeping AV software up-to-date does not yield adequate protection against exploits, as evidence by coverage gaps for vulnerabilities several years old.&#8221;</p>
</blockquote>
<p>Even with the security industry in such dire straits, we all know surrender is never an option. What security professionals need to do is re-evaluate their current approaches and implement more proactive strategies for combating cybercrime. Instead of waving a white flag, the industry needs to consider other options such as application whitelisting. At a time when organizations desperately need to stay one step ahead of hackers, whitelisting solutions such as <a href="http://www.coretrace.com/products/BOUNCER_by_CoreTrace/default.aspx" target="_blank">BOUNCER by CoreTrace</a> can prevent the execution of the growing number of malware attacks that continue to slip passed even the most trusted antivirus security software on the market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretraceblogs.com/2010-08/mcafee-raises-the-white-flag-for-reactive-security-is-whitelisting-the-answer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hackers winning cat-and-mouse game with antivirus programmers</title>
		<link>http://www.coretraceblogs.com/2010-08/hackers-winning-cat-and-mouse-game-with-antivirus-programmers/</link>
		<comments>http://www.coretraceblogs.com/2010-08/hackers-winning-cat-and-mouse-game-with-antivirus-programmers/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 21:50:03 +0000</pubDate>
		<dc:creator>Ron Clarkson</dc:creator>
				<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[whitelisting]]></category>
		<category><![CDATA[application whitelisting]]></category>
		<category><![CDATA[BOUNCER]]></category>
		<category><![CDATA[BOUNCER 6.0]]></category>
		<category><![CDATA[CoreTrace]]></category>
		<category><![CDATA[GlobalSCAPE]]></category>
		<category><![CDATA[stuxnet]]></category>

		<guid isPermaLink="false">http://www.coretraceblogs.com/?p=1996</guid>
		<description><![CDATA[Ever since malware writers swapped worldwide infamy for hefty profits, they&#8217;ve become a larger problem to deal with. And as the game of cat-and-mouse with antivirus software programmers continues, hackers remain one step ahead of their chief nemesis.
In the article, &#8220;&#8216;Viruses Are Winning&#8217;: Malware Threat Outpaces Antivirus Software,&#8221; not only has malware gotten stealthier, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since malware writers swapped worldwide infamy for hefty profits, they&#8217;ve become a larger problem to deal with. And as the game of cat-and-mouse with antivirus software programmers continues, hackers remain one step ahead of their chief nemesis.</p>
<p>In the article, <a href="http://www.technewsdaily.com/malware-computer-viruses-challenge-firewall-antivirus-protection-0918/" target="_blank">&#8220;&#8216;Viruses Are Winning&#8217;: Malware Threat Outpaces Antivirus Software,&#8221;</a> not only has malware gotten stealthier, it&#8217;s multiplied in variety and volume at an unmanageable rate. According to Sean-Paul Correll, a threat researcher at Panda Security, in 2006 the growth in malware samples were doubling year-after-year. By 2009, that number jumped to 25 million new strains, more than the previous 20 years combined.<span id="more-1996"></span> Through July 2010, the number has grown to 46.6 million malware samples, nearly 100% growth over last year, with 5 months remaining.</p>
<p>While antivirus security companies have responded with new technologies to detect more sophisticated attacks, security experts such as Golden Richard III, a professor of computer science at the University of New Orleans, say antivirus software programmers are losing the battle.</p>
<p>&#8220;The viruses are winning because the defenses don&#8217;t work very well. It&#8217;s much harder to be on defense. And the offensive guys are really smart, they&#8217;ve got a lot of resources. It&#8217;s a bleak situation.&#8221;</p>
<p>Modern malware uses many different ways to conceal itself from the most advanced antivirus software, which only detects 40-70% of infections, said Danny Quist, a malware specialist at Offensive Computing, LLC. The most recent example is the latest incarnation of the <a href="http://www.coretraceblogs.com/2010-07/protect-your-endpoint-systems-from-stuxnet-with-coretrace-bouncer/">Stuxnet worm, which uses techniques to evade antivirus detection and install itself on Windows systems to access SCADA environments.</a> The good news for networks protected by CoreTrace&#8217;s BOUNCER application whitelisting solution, they don&#8217;t have to play the cat-and-mouse game with enhanced malware specifically designed to defeat virus scanners.</p>
<p>If you would like to read an independant view on our new version, BOUNCER 6.0, check out what Enterprise Management Associates (EMA had to say about the enhancements in their Impact Brief,<a href="http://www.coretrace.com/resources/brochures_briefs/EMA_Brief_Taking_Adaptive_Application_Whitelisting_to_the_Next_Level.aspx" target="_blank">&#8220;Taking Adaptive Application Whitelisting to the Next Level: CoreTrace Introduces BOUNCER 6.0.&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretraceblogs.com/2010-08/hackers-winning-cat-and-mouse-game-with-antivirus-programmers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top endpoint security stories for July 2010 &#8212; Targeted attacks heat up in July, broaden scope of intended corporate victims</title>
		<link>http://www.coretraceblogs.com/2010-08/top-endpoint-security-stories-for-july-2010-targeted-attacks-heat-up-in-july-broaden-scope-of-intended-corporate-victims/</link>
		<comments>http://www.coretraceblogs.com/2010-08/top-endpoint-security-stories-for-july-2010-targeted-attacks-heat-up-in-july-broaden-scope-of-intended-corporate-victims/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:55:03 +0000</pubDate>
		<dc:creator>Toney Jennings</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[endpoint security]]></category>
		<category><![CDATA[critical national infrastructure]]></category>
		<category><![CDATA[cyber crime]]></category>
		<category><![CDATA[defense in depth]]></category>
		<category><![CDATA[SCADA systems]]></category>
		<category><![CDATA[stuxnet]]></category>
		<category><![CDATA[targeted attacks]]></category>
		<category><![CDATA[targeted malware]]></category>
		<category><![CDATA[zero-day vulnerability]]></category>

		<guid isPermaLink="false">http://www.coretraceblogs.com/?p=1971</guid>
		<description><![CDATA[If targeted cyber attacks weren&#8217;t already one of the year&#8217;s top security concerns, a new study revealed that they&#8217;re no longer limiting their focus on the corporate giants of the world. They’re becoming the norm for midsized businesses, as well. This was just one of several recent reports and newly surfaced malware like the Stuxnet [...]]]></description>
			<content:encoded><![CDATA[<p class="margin_bottom_2em">If targeted cyber attacks weren&#8217;t already one of the year&#8217;s top security concerns, a new study revealed that they&#8217;re no longer limiting their focus on the corporate giants of the world. They’re becoming the norm for midsized businesses, as well. This was just one of several recent reports and newly surfaced malware like the Stuxnet worm that have security professionals on high alert. With more stealthier attacks aimed at beating forensic efforts, cyber crime continues to have a growing impact on organizations and their bottom line. Here are some of the top security stories from July 2010.<span id="more-1971"></span></p>
<h3>Targeted malware attacks are the new norm, not the exception</h3>
<p>Stealthier, targeted cyber attacks aren’t exclusively going after high-tech giants anymore. Research presented at last month’s Black Hat Conference said <a href="http://www.infoworld.com/t/hacking/targeted-malware-attacks-the-new-normal-159" target="_blank">advanced persistent attacks that have hit defense agencies and high-profiled corporations like Google are also becoming the norm with medium-sized businesses.</a></p>
<p>In two separate analyzed attacks, researchers Nicolas Percoco and Jibran Ilyas of TrustWave&#8217;s Spider Labs research group said the malware didn&#8217;t discriminate between the size of the organization. The primary goal of the attack was to avoid detection and maintain a presence on the intended networks.</p>
<blockquote>
<p>&#8220;Targeted malware is the norm, not the exception,&#8221; said Percoco.</p>
</blockquote>
<p class="margin_bottom_2em">Research has found that advancements in malware and anti-forensic features allow remote attackers to stay on their victims&#8217; networks an average 156 days before they are detected. By avoiding detection, more persistent threats enable hackers to dive deeper into a mission-critical applications to steal valuable intellectual property or sensitive financial data they can resell on the black market.</p>
<h3>Cyber crime costs businesses each $3.8 million per year</h3>
<p><a href="http://www.infoworld.com/d/security-central/cybercrime-costs-businesses-each-38-million-year-732" target="_blank">A new report by the Ponemon Institute on the cost of cyber crime</a> revealed that midsized and large U.S. organizations from different industries and government agencies are each paying $3.8 million per year to fight weekly cyber attacks, malicious code and rogue insiders. The annual cost, which represents the direct cost of dealing with the attacks (not the antivirus software used to protect their networks), was derived from varying business reports that ranged between $1 million to a whopping $52 million per year.</p>
<p>The study also found it took, on average, 14 days for an organization to respond to a successful cyber attack, which cost businesses $17,696 per day. According to the report, defense, energy and financial services companies experienced higher costs than organizations in retail, services and education.</p>
<p>No matter if you’re working in the public or private sector, Larry Ponemon, director of the Ponemon Institute, said the study shows the impact cyber crime continues to have on businesses and their bottom line.</p>
<blockquote class="margin_bottom_2em">
<p>&#8220;The eye-popping thing we found is a lot of organizations are very disorganized in even understanding the environments they&#8217;re dealing with.&#8221;</p>
</blockquote>
<h3>Study finds SCADA systems security &#8220;like a ticking time bomb&#8221;</h3>
<p>While organizations that run SCADA systems claim their networks are secure because they&#8217;re not connected to the Internet, findings from an extensive nine-year analysis of more than 120 security assessments of systems that manage power plants, oil refineries, and other critical national infrastructure found the opposite to be true.</p>
<p>The study, conducted by Jonathan Pollet, founder and principal consultant of Red Tiger Security, <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1517544,00.html" target="_blank">found that critical infrastructure facilities across the U.S. have been operating with tens of thousands of security vulnerabilities, outdated operating systems, and unauthorized applications.</a> According to the report, facilities unknowingly had computers crucial to the operations running everything from Windows 95 and other unauthorized software such as peer-to-peer applications to games and pornography that contained major vulnerabilities.</p>
<blockquote>
<p>&#8220;It&#8217;s kind of like a ticking time bomb. I&#8217;m hoping the message that we&#8217;re giving here can open a few eyes.&#8221;</p>
</blockquote>
<p>While most systems contained common errors and were vulnerable to SQL injections, cross-site scripting and denial-of-service attacks, Pollet found that deploying a patch could take up to a year on systems that couldn’t be taken offline or were too important to risk installing a patch because it would disrupt a critical process.</p>
<p class="margin_bottom_2em">Unfortunately, system vulnerabilities like these are exactly what attackers use to write malicious code around. Take, for example, <a href="http://siblog.mcafee.com/critical_infrastructure/stuxnet-a-view-from-an-energy-perspective/" target="_blank">the newly surfaced Stuxnet malware, which targets utility companies and exploits a zero-day vulnerability in Windows to access the Siemens WinCC SCADA systems database.</a> Advanced knowledge of system flaws are the key to creating worms that target control systems. You can bet the energy sector is keeping a close eye on this one, and doing everything they can to work with NERC, the U.S. Department of Energy, and others to develop strategies to protect their critical infrastructures.</p>
<h3>Are cyber spies already in your system?</h3>
<p>It may sound a little farfetched, but some <a href="http://www.infoworld.com/d/security-central/the-quiet-threat-cyber-spies-are-already-in-your-systems-404" target="_blank">security experts believe that an increasing number of organizations are under surveillance by foreign spybots</a> that are spying on U.S. businesses to gain competitive advantages or exploit weaknesses in their systems. While it&#8217;s difficult for researchers to pin down the magnitude of these insidious threats, they&#8217;re enough to put security professionals on high alert. Mark Lobel, advisory principal at PricewaterhouseCoopers, said the quiet nature of electronic cyber espionage can be deceiving, particularly when they are undetected by the usual security tools.</p>
<blockquote>
<p>&#8220;Because the whole point is for the espionage to be stealthy, there is truly no way to know the size and scope of the issue. In conversations with people in the industry, they are confident that it is a larger problem than most people recognize or understand.&#8221;</p>
</blockquote>
<p>Gartner VP of research for computer security, Neil MacDonald, takes it one step further by maintaining that as many as 75% of enterprises have been or are being infected with undetected, financially driven, targeted attacks that evaded their traditional perimeter and host defenses.</p>
<p>While there&#8217;s no way to completely protect an organization against increasingly sophisticated attacks, one security strategy that many experts agree can reduce the impact of such attacks is to practice defense in depth. While most companies continue to remain blissful of electronic surveillance, MacDonald added that denial never works. Taking false comfort in antivirus software and network scans that show zero infections doesn’t mean that a system hasn’t already been compromised.</p>
<p>Thanks for reading this monthly recap of some of the top stories within our space. Please feel free to provide feedback on any of these important topics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretraceblogs.com/2010-08/top-endpoint-security-stories-for-july-2010-targeted-attacks-heat-up-in-july-broaden-scope-of-intended-corporate-victims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
