<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://dikini.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>dikini.net - spam</title>
 <link>http://dikini.net/taxonomy/term/184/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Poisoning a distributed system</title>
 <link>http://dikini.net/17.07.2007/poisoning_a_distributed_system</link>
 <description>&lt;p&gt;The last few months I&#039;ve been silently working on some &#039;population based&#039; or &#039;social&#039; methods. It is a long story, so I will revisit that part some day later. But the question I ask today is &lt;/p&gt;
&lt;h4&gt;what are the effects of poisoning a network&lt;/h4&gt;
&lt;p&gt;Or alternatively - how do different network topologies differ in their resistance to cancer cells? Disinformation? Spam? ???&lt;/p&gt;
&lt;p&gt;There was and there is still a lot of research ongoing in the Semantic Web community, but it looks like they live in the ideal world, the don&#039;t consider either failure or deliberate sabotage. But these effects are known, for example p2p poisoning by the big four, spamming google, poisoning spam-word indexes, etc... Poison pills are one of the most used and useful weapons in the so called cyber-warfare.&lt;/p&gt;
&lt;p&gt;I&#039;m struggling to find useful research on the effects of poison. Any help is welcome. Can you post or help with references. I&#039;ll compile them and post them back here and on delicious, or wherever you fancy.&lt;/p&gt;
&lt;h4&gt;update 1&lt;/h4&gt;
&lt;p&gt;The guys down at &lt;a href=&quot;http://freenetproject.org&quot;&gt;freenet project&lt;/a&gt; have done some research on p2p network attacks. A few groups are working on collaborative filtering. So here follows the first instalment of (semi-relevant) links&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cis.poly.edu/~ross/papers/poison.pdf&quot;&gt;The Index Poisoning Attack in P2P File Sharing Systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.math.chalmers.se/~ossa/p2ppres.pdf&quot;&gt;Attacking P2P Networks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.math.chalmers.se/~ossa/sw_background.pdf&quot;&gt;Distributed Routing in Small Worlds - Background&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.math.chalmers.se/~ossa/lic.pdf&quot;&gt;Searching in a Small World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cs.sfu.ca/~wangk/pub/dawakfin.pdf&quot;&gt;RecTree: An Efficient Collaborative Filtering Method&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ieor.berkeley.edu/~goldberg/pubs/eigentaste.pdf&quot;&gt;Eigentaste: A Constant Time Collaborative Filtering Algorithm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cs.colorado.edu/department/publications/reports/docs/CU-CS-1025-07.pdf&quot;&gt;Low-Resource Routing Attacks Against Anonymous Systems&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://dikini.net/17.07.2007/poisoning_a_distributed_system&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dikini.net/17.07.2007/poisoning_a_distributed_system#comment</comments>
 <category domain="http://dikini.net/tags/net">net</category>
 <category domain="http://dikini.net/tags/networks">networks</category>
 <category domain="http://dikini.net/tags/p2p">p2p</category>
 <category domain="http://dikini.net/tags/poison">poison</category>
 <category domain="http://dikini.net/tags/population_based_methods">population based methods</category>
 <category domain="http://dikini.net/tags/rdf">rdf</category>
 <category domain="http://dikini.net/tags/semantic_web">semantic web</category>
 <category domain="http://dikini.net/tags/spam">spam</category>
 <pubDate>Tue, 17 Jul 2007 09:45:32 -0400</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">262 at http://dikini.net</guid>
</item>
<item>
 <title>Quick and dirty httpbl and drupal. An attempt to weed out evil bots, a bit</title>
 <link>http://dikini.net/21.06.2007/quick_and_dirty_httpbl_and_drupal_an_attempt_to_weed_out_evil_bots_a_bit</link>
 <description>&lt;p&gt;Lately I was looking into how to reduce the spam traffic to this website. Not just comment spam, but various harvesters and other nasties. They steal too much http bandwidth.&lt;/p&gt;
&lt;p&gt;.htaccess methods are tempting, but they have a  huge disadvantage - they are static. DNS blacklists can be used to dynamically query &#039;is this ip a known threat?&#039;. One such list is provided by &lt;a href=&quot;http://www.projecthoneypot.org&quot;&gt;project honepot&lt;/a&gt;. They have an apache module in beta implementing it. If you don&#039;t have the option, or want a bit more dynamism, you can do the checks from your own php script. &lt;/p&gt;
&lt;p&gt;In drupal there is already an httpbl module, but I decided not to use it. It looked easier to just insert the checks in index.php. The other benefit is that I can interfere before the drupal bootstrap has even started. The downside - none of the goodies provided by the module. I used a modified version of the script provided by &lt;a href=&quot;http://planetozh.com/blog/my-projects/honey-pot-httpbl-simple-php-script&quot;&gt;planet ozh&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dikini.net/21.06.2007/quick_and_dirty_httpbl_and_drupal_an_attempt_to_weed_out_evil_bots_a_bit&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dikini.net/21.06.2007/quick_and_dirty_httpbl_and_drupal_an_attempt_to_weed_out_evil_bots_a_bit#comment</comments>
 <category domain="http://dikini.net/tags/bots">bots</category>
 <category domain="http://dikini.net/tags/drupal">drupal</category>
 <category domain="http://dikini.net/tags/httpbl">httpbl</category>
 <category domain="http://dikini.net/tags/project_honeypot">project honeypot</category>
 <category domain="http://dikini.net/tags/spam">spam</category>
 <pubDate>Thu, 21 Jun 2007 06:44:01 -0400</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">259 at http://dikini.net</guid>
</item>
</channel>
</rss>
