<?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>Ranok&#039;s Ramblings &#187; IRC</title>
	<atom:link href="http://www.r4n0k.com/category/irc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r4n0k.com</link>
	<description>A peek into my life, and the projects I never complete</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:49:43 +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>Lulz of the Day: Ark</title>
		<link>http://www.r4n0k.com/2008/11/16/lotd-ark/</link>
		<comments>http://www.r4n0k.com/2008/11/16/lotd-ark/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:19:59 +0000</pubDate>
		<dc:creator>ranok</dc:creator>
				<category><![CDATA[For Fun]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[LOTD]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.r4n0k.com/?p=117</guid>
		<description><![CDATA[Well, it&#8217;s about time for there to be another Lulz of the Day! Today we&#8217;ll be lulzing about Ark, my IRC anti-floodbot script. As an IRCop on a network, I am constantly figthing floodbots who join, /msg everyone on the network some spam and then disconnect. I figured that there must be a way to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s about time for there to be another Lulz of the Day! Today we&#8217;ll be lulzing about Ark, my IRC anti-floodbot script. As an IRCop on a network, I am constantly figthing floodbots who join, /msg everyone on the network some spam and then disconnect. I figured that there must be a way to stop them, and so I diligently started working on Ark. Ark is a perlscript that connects to an IRC server as an IRCop and joins the most popular channels (which you specify). It then waits quietly, bidding its time until it gets /msg&#8217;d. Once it receives a message, it springs into action, checking the received message against a list of regexs. If any of them match, it will /kill the bot and resume its slumber.</p>
<p>This very simple, yet oddly helpful script can be downloaded from <a href="http://code.jitunleashed.com/ark.tar">my code site</a></p>
<p>Peace and chow,</p>
<p>Ranok</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r4n0k.com/2008/11/16/lotd-ark/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Squashing Botnets!</title>
		<link>http://www.r4n0k.com/2007/12/13/squashing-botnets/</link>
		<comments>http://www.r4n0k.com/2007/12/13/squashing-botnets/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 00:28:54 +0000</pubDate>
		<dc:creator>ranok</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://r4n0k.nfshost.com/2007/12/13/squashing-botnets/</guid>
		<description><![CDATA[Well, today I helped diffuse a botnet by destroying it&#39;s control method. Some of you may not know, but I happen to be a services operator on CAIRC, and I was noticing some strange connect lines, with users from all over with the nick: XP&#124;USA&#124;000&#124;2394 that were all idling in a channel called #V3NOM. So [...]]]></description>
			<content:encoded><![CDATA[<p>Well, today I helped diffuse a botnet by destroying it&#39;s control method. Some of you may not know, but I happen to be a services operator on <a href="irc://irc.cyberarmy.net">CAIRC</a>, and I was noticing some strange connect lines, with users from all over with the nick: XP|USA|000|2394 that were all idling in a channel called #V3NOM. So I decided to join and see what was going on, and lo and behold, there were about 10 of them idling along, not responding to any message or private messages. I looked at their IPs and they were connecting from all over (Belgium, USA, Estonia, etc&#8230;) so I assumed that they were part of a botnet. I started by taking over the channel and setting the mode to +mutn (so they couldn&#39;t talk and see anyone else in the channel), just to neutralize any control mechanism, and I set a JAKILL (regex AKILL) which easily took them all out</p>
<p>This is my second botnet that I detected and stopped, though this one was larger than the other one. So hopefully I&#39;m doing my part to help slow the growth of the &quot;zombie armies&quot;.&nbsp;</p>
<p>&nbsp;EDIT: After talking with the other IRCops, it was decided to let them join, but join the channel with a bot like nick, hopefully gathering the passwords so we can remove/disarm the bots. </p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peace and chow,</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Ranok&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.r4n0k.com/2007/12/13/squashing-botnets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
