<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>IRC-Junkie.org - IRC News &#187; NeoStats</title>
	<atom:link href="http://www.irc-junkie.org/tag/neostats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.irc-junkie.org</link>
	<description>All about Internet Relay Chat</description>
	<lastBuildDate>Sun, 27 Nov 2011 23:50:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.irc-junkie.org/?pushpress=hub'/>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/de/</creativeCommons:license>		<item>
		<title>How to protect an IRC network from spam</title>
		<link>http://www.irc-junkie.org/2008-11-06/how-to-protect-an-irc-network-from-spam/</link>
		<comments>http://www.irc-junkie.org/2008-11-06/how-to-protect-an-irc-network-from-spam/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:38:05 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[IRCd]]></category>
		<category><![CDATA[Network Addons]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[BOPM]]></category>
		<category><![CDATA[DNSBLs]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[InspIRCd]]></category>
		<category><![CDATA[IRC-Defender]]></category>
		<category><![CDATA[NeoStats]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Unreal IRCd]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=410</guid>
		<description><![CDATA[Dealing with spam is something every IRC network had to do in the past, present or even maybe in the future.

If it is somebody that is trying to give your network a bad name, a trojan horse that tries to infect your users or just someone that tries to annoy you and your users ...<p><a href="http://www.irc-junkie.org/2008-11-06/how-to-protect-an-irc-network-from-spam/">How to protect an IRC network from spam</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-02-25/how-to-promote-an-irc-network/' rel='bookmark' title='Permanent Link: How to: Promote an IRC network'>How to: Promote an IRC network</a></li>
<li><a href='http://www.irc-junkie.org/2008-03-03/sentence-spam-convicted-maintains/' rel='bookmark' title='Permanent Link: Sentence Spam Convicted Maintains'>Sentence Spam Convicted Maintains</a></li>
<li><a href='http://www.irc-junkie.org/2006-04-08/rootkits-connect-to-irc-directly/' rel='bookmark' title='Permanent Link: Rootkits Connect to IRC Directly'>Rootkits Connect to IRC Directly</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Dealing with spam is something every IRC network had to do in the past, present or even maybe in the future.</p>
<p>If it is somebody that is trying to give <a href="http://searchirc.com/boards/viewtopic.php?t=7157">your network a bad name</a>, a <a href="http://searchirc.com/boards/viewtopic.php?t=459">trojan horse</a> that tries to infect your users or just someone that tries to annoy you and your users doesn&#8217;t quite matter, spam probably has been an issue as long as IRC has existed.</p>
<p>Luckily, there are quite a few methods and ways to counter-act on it.</p>
<p>First thing should be educating your users to not click on anything that has been sent to them unsolicited &#8211; or performing any commands that promise them to &#8220;get free ops&#8221; and what else is going to be tempting to some &#8211; or they also might unwillingly and unknowingly join the spammers.</p>
<p>There are many (semi-) automated means to combat spam, mostly depending on what software you use &#8211; or are willing to use &#8211; on your network.</p>
<p>Some IRCd&#8217;s, such as Unreal or InspIRCd, already have built-in functionality to filter spam in any part that is visible to other IRCers &#8211; those however require that someone notices the spam and adds a <a href="http://en.wikipedia.org/wiki/Regular_expression">regular</a> <a href="http://www.regular-expressions.info/">expression</a> to block and act upon it.</p>
<p>Completely automated ways to combat drones and malicious users include setting up a <a href="http://wiki.blitzed.org/BOPM">proxy</a> <a href="http://www.neostats.net/project/?view=8">scanner</a> using <a href="http://en.wikipedia.org/wiki/DNSBL">DNS blacklists</a>, or DNSBLs for short. There are <a href="http://www.dnsbl.info/dnsbllist.asp">extensive lists</a> of various blacklists available on the internet but only <a href="http://rbl.efnetrbl.org/">some</a> <a href="http://swiftbl.org/">of</a> <a href="http://dronebl.org/">them</a> are meant to be used exclusively for IRC so choose wisely.</p>
<p>But what if the IRCd of your choice doesn&#8217;t support spamfilters and you don&#8217;t want to use DNS-based blacklists? <a href="http://ircdefender.sourceforge.net/">IRCDefender</a> is a software that could provide you with such functionality by adding a &#8220;pseudo-server&#8221; to your network which sole purpose would be checking for spam and everything else you configure it to do.</p>
<p><a href="http://neostats.net">Neostats</a> is another service that can help you combat malicious activity &#8211; it might even already be installed so you only would need to add the <a href="http://www.neostats.net/project/?view=7">SecureServ module</a> to it to have an additional layer of protection available.</p>
<p>So, since preventing spam also somewhat pertains to security, the same rules apply to it: you rather have a few layers to prevent something bad from happening than depend on a single line of defense.</p>
<p>Please share your tips what you do about spam on your network as well as stuff i might have missed <img src='http://www.irc-junkie.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!--Digiprove_Start--><span style="vertical-align:middle; display:inline; padding:3px; line-height:normal;border:1px solid #bbbbbb;background-color:#FFFFFF;" title="certified 29 August 2010 10:19:52 UTC by Digiprove certificate P42585" ><a href="http://www.digiprove.com/show_certificate.aspx?id=P42585;guid=1bKqdr0WfkOl6_WKAOJdVw" target="_blank" style="border:0px; float:none; display:inline; text-decoration: none;background-color:#FFFFFF;"><img src="http://www.digiprove.com/images/dp_seal_trans_16x16.png" style="vertical-align:middle; display:inline; border:0px; margin:0px; float:none; background-color:transparent" border="0" width="12px" height="12px" alt=""/><span style="font-family: Tahoma, MS Sans Serif; font-size:9px; color:#636363; border:0px; float:none; display:inline; text-decoration:none; letter-spacing:normal" onmouseover="this.style.color='#A35353';" onmouseout="this.style.color='#636363';">&nbsp;&nbsp;Copyright secured by Digiprove</span></a><!--A80E1DAEEE69AF5BA528E8E17BABD93847259D2276EA35EFBEE344E5A7272EAC--></span><!--Digiprove_End--></p>
 <p><a href="http://www.irc-junkie.org/?flattrss_redirect&amp;id=410&amp;md5=5022c0c500bfc0fab82fbc87401e3dac" title="Flattr" target="_blank"><img src="http://www.irc-junkie.org/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2008-11-06/how-to-protect-an-irc-network-from-spam/">How to protect an IRC network from spam</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>
<p class="wp-flattr-button"></p>

<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-02-25/how-to-promote-an-irc-network/' rel='bookmark' title='Permanent Link: How to: Promote an IRC network'>How to: Promote an IRC network</a></li>
<li><a href='http://www.irc-junkie.org/2008-03-03/sentence-spam-convicted-maintains/' rel='bookmark' title='Permanent Link: Sentence Spam Convicted Maintains'>Sentence Spam Convicted Maintains</a></li>
<li><a href='http://www.irc-junkie.org/2006-04-08/rootkits-connect-to-irc-directly/' rel='bookmark' title='Permanent Link: Rootkits Connect to IRC Directly'>Rootkits Connect to IRC Directly</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2008-11-06/how-to-protect-an-irc-network-from-spam/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

