<?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>Archivos de malware &#187; Endless Manifesto</title>
	<atom:link href="https://kadai.com.mx/tag/malware/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Un blog personal sobre muchas cosas, en especial videojuegos, descubrimientos y escritos al azar.</description>
	<lastBuildDate>Tue, 12 Sep 2017 02:10:11 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://kadai.com.mx/wp-content/uploads/2017/08/new-favicon-88x88.png</url>
	<title>Archivos de malware &#187; Endless Manifesto</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">126519727</site>	<item>
		<title>Keep out the bots</title>
		<link>https://kadai.com.mx/keep-out-the-bots/</link>
					<comments>https://kadai.com.mx/keep-out-the-bots/#respond</comments>
		
		<dc:creator><![CDATA[Kadai Crosshansen]]></dc:creator>
		<pubDate>Mon, 08 May 2017 05:41:15 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[bots]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://kadai.com.mx/?p=428</guid>

					<description><![CDATA[<p>If you did not know it, half of the internet is overrun by bots. Most of them are very useful like the GoogleBot, crawlers, and spiders. But others are not so good and usually end up showing when you do not want to. I «recently» have been doing all sort of tests, attunements, and changes. [&#8230;]</p>
<p>The post <a href="https://kadai.com.mx/keep-out-the-bots/">Keep out the bots</a> appeared first on <a href="https://kadai.com.mx">Endless Manifesto</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">If you did not know it, <a href="https://www.theatlantic.com/technology/archive/2017/01/bots-bots-bots/515043/" target="_blank" rel="noopener noreferrer">half of the internet</a> is overrun by bots.</p>
<p style="text-align: justify;">Most of them are very useful like the GoogleBot, crawlers, and spiders. But others are <a href="http://www.computerworld.com/article/3070058/big-data/half-the-webs-traffic-comes-from-bots.html" target="_blank" rel="noopener noreferrer">not so good</a> and usually end up showing when you do not want to.</p>
<p style="text-align: justify;">I «recently» have been doing all sort of tests, attunements, and changes. This with the objective to make the website much more resilient to attacks and solve problems that were left unchecked from the past iteration as <a href="https://kadai.com.mx/2017/05/07/importance-blogging-blog/">mentioned before</a>.</p>
<p><span id="more-428"></span></p>
<p style="text-align: justify;">That is when I started to notice how much rampant was the problem of the bots at this place.</p>
<p style="text-align: justify;">For example, here is a graph showing the fall of traffic when changed the «Not found» errors to «Permanently Moved».</p>
<div id="attachment_430" style="width: 295px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-430" class="wp-image-430 size-medium" src="https://kadai.com.mx/wp-content/uploads/2017/05/traffic-drop-285x300.jpg" alt="No more bots traffic!" width="285" height="300" /><p id="caption-attachment-430" class="wp-caption-text">Sudden drop around April 24th</p></div>
<p style="text-align: justify;">That drop sure was dramatic.</p>
<h3>Why was it so?</h3>
<p style="text-align: justify;">Well, in short, most of the traffic that I had did come from bots and crawlers. They were trying to access parts of this website that did not exist anymore. Especially for a gallery that I set up for photo sharing with people.</p>
<p style="text-align: justify;">That and some links from nodes, created back when using Drupal, that were still indexed at google.</p>
<p>But of course, not all traffic was from nice behaving bots.</p>
<h3>Weird Requests from bots</h3>
<p style="text-align: justify;">During the time I checked the logs, started to see internal links to stuff like «Get X medicine», «shop for X and such», and so on.</p>
<p style="text-align: justify;">I did not ever remember to have had such stuff on this website!</p>
<p style="text-align: justify;">Since the attempts to access such content was quite often, it makes me wonder if maybe it was some sort of malicious bot, as I did not recognize the «browser string».</p>
<p style="text-align: justify;">The string just ended pointing to a corporation that offered «analytic solutions». I&#8217;ll not mention it the name, but it was really weird to see such thing in the logs.</p>
<p style="text-align: justify;">Maybe the bots were just hiding themselves to look less suspicious.</p>
<p style="text-align: justify;">Other requests were much more bizarre. They were attempting to access and change stuff at the old Drupal administration core.</p>
<p style="text-align: justify;">But the prize comes to the one that had me puzzled the most: «/_/_/».</p>
<p style="text-align: justify;">No idea what was the intention of this specific address, probably some sort of exploit attempt but that just came up with nothing now&#8230;</p>
<h3 style="text-align: justify;"> Just to end</h3>
<p style="text-align: justify;">While bots are very useful, from crawlers to news feeds fetchers, some of them just have very bizarre and obscure intentions.</p>
<p style="text-align: justify;">Keeping a website safe can be easy if you use the correct software on it and if you keep it up to date. This is maybe the core element in matters of security, alongside a strong password.</p>
<p style="text-align: justify;">But of course, <a href="https://www.wordfence.com/blog/2017/01/wordpress-botnet-monetization/" target="_blank" rel="noopener noreferrer">no software</a> or account is safe. Yet, you can do <a href="https://codex.wordpress.org/Hardening_WordPress" target="_blank" rel="noopener noreferrer">a lot of things</a> to protect yourself from it.</p>
<p>The post <a href="https://kadai.com.mx/keep-out-the-bots/">Keep out the bots</a> appeared first on <a href="https://kadai.com.mx">Endless Manifesto</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kadai.com.mx/keep-out-the-bots/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">428</post-id>	</item>
	</channel>
</rss>
