<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Revenge of Gumblar Zombies</title>
	<atom:link href="http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/</link>
	<description>Website insecurity by example</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to remove IFRAME Virus and Malware found Warning from websites &#124; TRUSTMEHER</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-10126</link>
		<dc:creator>How to remove IFRAME Virus and Malware found Warning from websites &#124; TRUSTMEHER</dc:creator>
		<pubDate>Sun, 31 Oct 2010 06:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-10126</guid>
		<description>[...] How to REMOVE Exploits [...]</description>
		<content:encoded><![CDATA[<p>[...] How to REMOVE Exploits [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-7409</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 11 May 2010 21:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-7409</guid>
		<description>Thank you for the excellent summary... I would like to add that where possible, an IP whitelist for FTP access seems like it will effectively prevent this (or stop it from happening again once a site is truly clean, no backdoors etc).

With a compatible FTP daemon, simply placing one simple .ftpaccess file in the root directory will do the trick:

(Limit ALL)
DenyAll
Allow w.x.y.z
Allow a.b.c.d
(/Limit)

*Replace ( and ) with less than/greater than symbols.  Add as many IPs as you need to whitelist, or as few as one.

In this way, even if the virus has obtained the FTP username and password, it cannot log in unless from an IP on the whitelist.

I suppose the botnet could learn to spoof IP&#039;s, but this is really just a case of making your site NOT be the &quot;low-hanging fruit&quot;.

Hope that helps someone...</description>
		<content:encoded><![CDATA[<p>Thank you for the excellent summary&#8230; I would like to add that where possible, an IP whitelist for FTP access seems like it will effectively prevent this (or stop it from happening again once a site is truly clean, no backdoors etc).</p>
<p>With a compatible FTP daemon, simply placing one simple .ftpaccess file in the root directory will do the trick:</p>
<p>(Limit ALL)<br />
DenyAll<br />
Allow w.x.y.z<br />
Allow a.b.c.d<br />
(/Limit)</p>
<p>*Replace ( and ) with less than/greater than symbols.  Add as many IPs as you need to whitelist, or as few as one.</p>
<p>In this way, even if the virus has obtained the FTP username and password, it cannot log in unless from an IP on the whitelist.</p>
<p>I suppose the botnet could learn to spoof IP&#8217;s, but this is really just a case of making your site NOT be the &#8220;low-hanging fruit&#8221;.</p>
<p>Hope that helps someone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soviet</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6906</link>
		<dc:creator>Soviet</dc:creator>
		<pubDate>Tue, 23 Mar 2010 17:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6906</guid>
		<description>This is an excellent write up to a topic that most Joomla administrators could not help me with. I am very very grateful!</description>
		<content:encoded><![CDATA[<p>This is an excellent write up to a topic that most Joomla administrators could not help me with. I am very very grateful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acop</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6841</link>
		<dc:creator>acop</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6841</guid>
		<description>You can use following tools to remove the injection code:
Windows - FART
1. download from hxxp://sourceforge.net/projects/fart-it/
2. run following command:
fart -r -i -C --remove C:\path_to_file\* &quot;&quot;

Linux - sed command
1. Use following command:
sed -i &#039;/injected_code/d&#039; /path/to/file.htm</description>
		<content:encoded><![CDATA[<p>You can use following tools to remove the injection code:<br />
Windows &#8211; FART<br />
1. download from hxxp://sourceforge.net/projects/fart-it/<br />
2. run following command:<br />
fart -r -i -C &#8211;remove C:\path_to_file\* &#8220;&#8221;</p>
<p>Linux &#8211; sed command<br />
1. Use following command:<br />
sed -i &#8216;/injected_code/d&#8217; /path/to/file.htm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amin Ch</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6780</link>
		<dc:creator>Amin Ch</dc:creator>
		<pubDate>Sat, 20 Feb 2010 19:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6780</guid>
		<description>Please send also your program to amin.cheng @ gmail.com Thanks.</description>
		<content:encoded><![CDATA[<p>Please send also your program to amin.cheng @ gmail.com Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inside Gumblar: Looking for the trigger &#124; Fortinet FortiGuard Blog</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6635</link>
		<dc:creator>Inside Gumblar: Looking for the trigger &#124; Fortinet FortiGuard Blog</dc:creator>
		<pubDate>Tue, 19 Jan 2010 18:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6635</guid>
		<description>[...] addressing its Javascript obfuscation, the affected domains and its C&amp;C communication[2][3][4]. However, scarce detail is available about the very vulnerabilities and exploits leveraged by [...]</description>
		<content:encoded><![CDATA[<p>[...] addressing its Javascript obfuscation, the affected domains and its C&amp;C communication[2][3][4]. However, scarce detail is available about the very vulnerabilities and exploits leveraged by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Parker</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6593</link>
		<dc:creator>Christopher Parker</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6593</guid>
		<description>I had backups of my website which seems to have taken care of the problem, but own laptop seems to still be compromised and I think I&#039;m going to have to format it - I&#039;ve been using AVG and Malware Bytes over and over and it&#039;s fine until I re-enable the internet connection and promptly something downloads new trojan software and the google redirects resume.  Something, somewhere, is persistent - but what?</description>
		<content:encoded><![CDATA[<p>I had backups of my website which seems to have taken care of the problem, but own laptop seems to still be compromised and I think I&#8217;m going to have to format it &#8211; I&#8217;ve been using AVG and Malware Bytes over and over and it&#8217;s fine until I re-enable the internet connection and promptly something downloads new trojan software and the google redirects resume.  Something, somewhere, is persistent &#8211; but what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Rogers</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6427</link>
		<dc:creator>Greg Rogers</dc:creator>
		<pubDate>Mon, 28 Dec 2009 21:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6427</guid>
		<description>Hi

Your blog - report on Gumblar helped me to understand what is going on..

My site with 1000&#039;s of pages was ruined...

I have found that they got the ftp and went through one by one putting code into every joomla site...

Someone calling himself Alex used the contact for of each one sending this message

Very Nice Site ! Is this yours too&quot;

There seems to have been an intrusion in July and it resumed in late December 23 approx

Here is the code that they place on every joomla site...

It shows up in the database in 10 location 

user
sessionplugin
modules
acl ora section
acl ora groups
acl ora something else
contact detail
components ( 17 locations )
categories


Here is the code that they use

I have been banned from Google News as a result of this..

I can see no cure as the code is too deep in the database.. 

CODE FOLLOWS  BEWARE

 SELECT *
FROM `que0927708391162`.`jos_core_acl_aro_sections`
WHERE (
`id` LIKE &#039;%&quot;Female%&#039;
OR `value` LIKE &#039;%&quot;Female%&#039;
OR `order_value` LIKE &#039;%&quot;Female%&#039;
OR `name` LIKE &#039;%&quot;Female%&#039;
OR `hidden` LIKE &#039;%&quot;Female%&#039;
)
OR (
`id` LIKE &#039;%use%&#039;
OR `value` LIKE &#039;%use%&#039;
OR `order_value` LIKE &#039;%use%&#039;
OR `name` LIKE &#039;%use%&#039;
OR `hidden` LIKE &#039;%use%&#039;
)
OR (
`id` LIKE &#039;%of%&#039;
OR `value` LIKE &#039;%of%&#039;
OR `order_value` LIKE &#039;%of%&#039;
OR `name` LIKE &#039;%of%&#039;
OR `hidden` LIKE &#039;%of%&#039;
)
OR (
`id` LIKE &#039;%viagra&quot;%&#039;
OR `value` LIKE &#039;%viagra&quot;%&#039;
OR `order_value` LIKE &#039;%viagra&quot;%&#039;
OR `name` LIKE &#039;%viagra&quot;%&#039;
OR `hidden` LIKE &#039;%viagra&quot;%&#039;
)
LIMIT 0 , 30








DELETE FROM `que0927708391162`.`jos_categories` WHERE (`id` LIKE &#039;%&quot;Female%&#039; OR `parent_id` LIKE &#039;%&quot;Female%&#039; OR `title` LIKE &#039;%&quot;Female%&#039; OR `name` LIKE &#039;%&quot;Female%&#039; OR `alias` LIKE &#039;%&quot;Female%&#039; OR `image` LIKE &#039;%&quot;Female%&#039; OR `section` LIKE &#039;%&quot;Female%&#039; OR `image_position` LIKE &#039;%&quot;Female%&#039; OR `description` LIKE &#039;%&quot;Female%&#039; OR `published` LIKE &#039;%&quot;Female%&#039; OR `checked_out` LIKE &#039;%&quot;Female%&#039; OR `checked_out_time` LIKE &#039;%&quot;Female%&#039; OR `editor` LIKE &#039;%&quot;Female%&#039; OR `ordering` LIKE &#039;%&quot;Female%&#039; OR `access` LIKE &#039;%&quot;Female%&#039; OR `count` LIKE &#039;%&quot;Female%&#039; OR `params` LIKE &#039;%&quot;Female%&#039;)  OR  (`id` LIKE &#039;%use%&#039; OR `parent_id` LIKE &#039;%use%&#039; OR `title` LIKE &#039;%use%&#039; OR `name` LIKE &#039;%use%&#039; OR `alias` LIKE &#039;%use%&#039; OR `image` LIKE &#039;%use%&#039; OR `section` LIKE &#039;%use%&#039; OR `image_position` LIKE &#039;%use%&#039; OR `description` LIKE &#039;%use%&#039; OR `published` LIKE &#039;%use%&#039; OR `checked_out` LIKE &#039;%use%&#039; OR `checked_out_time` LIKE &#039;%use%&#039; OR `editor` LIKE &#039;%use%&#039; OR `ordering` LIKE &#039;%use%&#039; OR `access` LIKE &#039;%use%&#039; OR `count` LIKE &#039;%use%&#039; OR `params` LIKE &#039;%use%&#039;)  OR  (`id` LIKE &#039;%of%&#039; OR `parent_id` LIKE &#039;%of%&#039; OR `title` LIKE &#039;%of%&#039; OR `name` LIKE &#039;%of%&#039; OR `alias` LIKE &#039;%of%&#039; OR `image` LIKE &#039;%of%&#039; OR `section` LIKE &#039;%of%&#039; OR `image_position` LIKE &#039;%of%&#039; OR `description` LIKE &#039;%of%&#039; OR `published` LIKE &#039;%of%&#039; OR `checked_out` LIKE &#039;%of%&#039; OR `checked_out_time` LIKE &#039;%of%&#039; OR `editor` LIKE &#039;%of%&#039; OR `ordering` LIKE &#039;%of%&#039; OR `access` LIKE &#039;%of%&#039; OR `count` LIKE &#039;%of%&#039; OR `params` LIKE &#039;%of%&#039;)  OR  (`id` LIKE &#039;%viagra&quot;%&#039; OR `parent_id` LIKE &#039;%viagra&quot;%&#039; OR `title` LIKE &#039;%viagra&quot;%&#039; OR `name` LIKE &#039;%viagra&quot;%&#039; OR `alias` LIKE &#039;%viagra&quot;%&#039; OR `image` LIKE &#039;%viagra&quot;%&#039; OR `section` LIKE &#039;%viagra&quot;%&#039; OR `image_position` LIKE &#039;%viagra&quot;%&#039; OR `description` LIKE &#039;%viagra&quot;%&#039; OR `published` LIKE &#039;%viagra&quot;%&#039; OR `checked_out` LIKE &#039;%viagra&quot;%&#039; OR `checked_out_time` LIKE &#039;%viagra&quot;%&#039; OR `editor` LIKE &#039;%viagra&quot;%&#039; OR `ordering` LIKE &#039;%viagra&quot;%&#039; OR `access` LIKE &#039;%viagra&quot;%&#039; OR `count` LIKE &#039;%viagra&quot;%&#039; OR `params` LIKE &#039;%viagra&quot;%&#039;)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Your blog &#8211; report on Gumblar helped me to understand what is going on..</p>
<p>My site with 1000&#8217;s of pages was ruined&#8230;</p>
<p>I have found that they got the ftp and went through one by one putting code into every joomla site&#8230;</p>
<p>Someone calling himself Alex used the contact for of each one sending this message</p>
<p>Very Nice Site ! Is this yours too&#8221;</p>
<p>There seems to have been an intrusion in July and it resumed in late December 23 approx</p>
<p>Here is the code that they place on every joomla site&#8230;</p>
<p>It shows up in the database in 10 location </p>
<p>user<br />
sessionplugin<br />
modules<br />
acl ora section<br />
acl ora groups<br />
acl ora something else<br />
contact detail<br />
components ( 17 locations )<br />
categories</p>
<p>Here is the code that they use</p>
<p>I have been banned from Google News as a result of this..</p>
<p>I can see no cure as the code is too deep in the database.. </p>
<p>CODE FOLLOWS  BEWARE</p>
<p> SELECT *<br />
FROM `que0927708391162`.`jos_core_acl_aro_sections`<br />
WHERE (<br />
`id` LIKE &#8216;%&#8221;Female%&#8217;<br />
OR `value` LIKE &#8216;%&#8221;Female%&#8217;<br />
OR `order_value` LIKE &#8216;%&#8221;Female%&#8217;<br />
OR `name` LIKE &#8216;%&#8221;Female%&#8217;<br />
OR `hidden` LIKE &#8216;%&#8221;Female%&#8217;<br />
)<br />
OR (<br />
`id` LIKE &#8216;%use%&#8217;<br />
OR `value` LIKE &#8216;%use%&#8217;<br />
OR `order_value` LIKE &#8216;%use%&#8217;<br />
OR `name` LIKE &#8216;%use%&#8217;<br />
OR `hidden` LIKE &#8216;%use%&#8217;<br />
)<br />
OR (<br />
`id` LIKE &#8216;%of%&#8217;<br />
OR `value` LIKE &#8216;%of%&#8217;<br />
OR `order_value` LIKE &#8216;%of%&#8217;<br />
OR `name` LIKE &#8216;%of%&#8217;<br />
OR `hidden` LIKE &#8216;%of%&#8217;<br />
)<br />
OR (<br />
`id` LIKE &#8216;%viagra&#8221;%&#8217;<br />
OR `value` LIKE &#8216;%viagra&#8221;%&#8217;<br />
OR `order_value` LIKE &#8216;%viagra&#8221;%&#8217;<br />
OR `name` LIKE &#8216;%viagra&#8221;%&#8217;<br />
OR `hidden` LIKE &#8216;%viagra&#8221;%&#8217;<br />
)<br />
LIMIT 0 , 30</p>
<p>DELETE FROM `que0927708391162`.`jos_categories` WHERE (`id` LIKE &#8216;%&#8221;Female%&#8217; OR `parent_id` LIKE &#8216;%&#8221;Female%&#8217; OR `title` LIKE &#8216;%&#8221;Female%&#8217; OR `name` LIKE &#8216;%&#8221;Female%&#8217; OR `alias` LIKE &#8216;%&#8221;Female%&#8217; OR `image` LIKE &#8216;%&#8221;Female%&#8217; OR `section` LIKE &#8216;%&#8221;Female%&#8217; OR `image_position` LIKE &#8216;%&#8221;Female%&#8217; OR `description` LIKE &#8216;%&#8221;Female%&#8217; OR `published` LIKE &#8216;%&#8221;Female%&#8217; OR `checked_out` LIKE &#8216;%&#8221;Female%&#8217; OR `checked_out_time` LIKE &#8216;%&#8221;Female%&#8217; OR `editor` LIKE &#8216;%&#8221;Female%&#8217; OR `ordering` LIKE &#8216;%&#8221;Female%&#8217; OR `access` LIKE &#8216;%&#8221;Female%&#8217; OR `count` LIKE &#8216;%&#8221;Female%&#8217; OR `params` LIKE &#8216;%&#8221;Female%&#8217;)  OR  (`id` LIKE &#8216;%use%&#8217; OR `parent_id` LIKE &#8216;%use%&#8217; OR `title` LIKE &#8216;%use%&#8217; OR `name` LIKE &#8216;%use%&#8217; OR `alias` LIKE &#8216;%use%&#8217; OR `image` LIKE &#8216;%use%&#8217; OR `section` LIKE &#8216;%use%&#8217; OR `image_position` LIKE &#8216;%use%&#8217; OR `description` LIKE &#8216;%use%&#8217; OR `published` LIKE &#8216;%use%&#8217; OR `checked_out` LIKE &#8216;%use%&#8217; OR `checked_out_time` LIKE &#8216;%use%&#8217; OR `editor` LIKE &#8216;%use%&#8217; OR `ordering` LIKE &#8216;%use%&#8217; OR `access` LIKE &#8216;%use%&#8217; OR `count` LIKE &#8216;%use%&#8217; OR `params` LIKE &#8216;%use%&#8217;)  OR  (`id` LIKE &#8216;%of%&#8217; OR `parent_id` LIKE &#8216;%of%&#8217; OR `title` LIKE &#8216;%of%&#8217; OR `name` LIKE &#8216;%of%&#8217; OR `alias` LIKE &#8216;%of%&#8217; OR `image` LIKE &#8216;%of%&#8217; OR `section` LIKE &#8216;%of%&#8217; OR `image_position` LIKE &#8216;%of%&#8217; OR `description` LIKE &#8216;%of%&#8217; OR `published` LIKE &#8216;%of%&#8217; OR `checked_out` LIKE &#8216;%of%&#8217; OR `checked_out_time` LIKE &#8216;%of%&#8217; OR `editor` LIKE &#8216;%of%&#8217; OR `ordering` LIKE &#8216;%of%&#8217; OR `access` LIKE &#8216;%of%&#8217; OR `count` LIKE &#8216;%of%&#8217; OR `params` LIKE &#8216;%of%&#8217;)  OR  (`id` LIKE &#8216;%viagra&#8221;%&#8217; OR `parent_id` LIKE &#8216;%viagra&#8221;%&#8217; OR `title` LIKE &#8216;%viagra&#8221;%&#8217; OR `name` LIKE &#8216;%viagra&#8221;%&#8217; OR `alias` LIKE &#8216;%viagra&#8221;%&#8217; OR `image` LIKE &#8216;%viagra&#8221;%&#8217; OR `section` LIKE &#8216;%viagra&#8221;%&#8217; OR `image_position` LIKE &#8216;%viagra&#8221;%&#8217; OR `description` LIKE &#8216;%viagra&#8221;%&#8217; OR `published` LIKE &#8216;%viagra&#8221;%&#8217; OR `checked_out` LIKE &#8216;%viagra&#8221;%&#8217; OR `checked_out_time` LIKE &#8216;%viagra&#8221;%&#8217; OR `editor` LIKE &#8216;%viagra&#8221;%&#8217; OR `ordering` LIKE &#8216;%viagra&#8221;%&#8217; OR `access` LIKE &#8216;%viagra&#8221;%&#8217; OR `count` LIKE &#8216;%viagra&#8221;%&#8217; OR `params` LIKE &#8216;%viagra&#8221;%&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuseppe Ridinò (aka Pepecito)</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6289</link>
		<dc:creator>Giuseppe Ridinò (aka Pepecito)</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6289</guid>
		<description>I faced with this issue. The file with the eval code was the index.php of my joomla default RHUK Milkyway template.
In addiction to this I found that the password of the admin user was changed, together with its email.

Thanks you very much for this valuable article.
Best regards from Italy!!!</description>
		<content:encoded><![CDATA[<p>I faced with this issue. The file with the eval code was the index.php of my joomla default RHUK Milkyway template.<br />
In addiction to this I found that the password of the admin user was changed, together with its email.</p>
<p>Thanks you very much for this valuable article.<br />
Best regards from Italy!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pato</title>
		<link>http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/comment-page-1/#comment-6189</link>
		<dc:creator>Pato</dc:creator>
		<pubDate>Sat, 12 Dec 2009 00:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=350#comment-6189</guid>
		<description>&lt;strong&gt;Very interesting article!!&lt;/strong&gt; 
I´ve one client site´s with this malicious script (the one that end with billeterie.php) and still can´t clean it out. its a pain in the ass! 
And get worst, since there isn´t a clean copy of the site, so the only thing to try (keep trying) is the manually remove.

Thanks for taking the time to help us with this helpfull guide!

Regards from argentina.</description>
		<content:encoded><![CDATA[<p><strong>Very interesting article!!</strong><br />
I´ve one client site´s with this malicious script (the one that end with billeterie.php) and still can´t clean it out. its a pain in the ass!<br />
And get worst, since there isn´t a clean copy of the site, so the only thing to try (keep trying) is the manually remove.</p>
<p>Thanks for taking the time to help us with this helpfull guide!</p>
<p>Regards from argentina.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

