# peachpit agents file # # blank lines or lines beginning with # are considered comments. # all other lines have the form: # # # # (tab-delimited) # # patterns are perl-style. The directive list at present should # simply be one of 'tarpit', 'noaction'. # Directives will be acted upon in order supplied. The first time # a matching noaction directive is encountered, parsing stops and # peachpit prints out simple safe content and exits. If no 'tarpit' # directive matches, peachpit will assume the agent is not to be # tarpitted and exit safely. # known-legit browsers (e.g. those used by humans at otherwise-matching hosts agent ^Mozilla noaction agent wget|lynx noaction # BESS spider (respects robots.txt, see http://duke.bess.net/~larry/bots/flyingace.html" agent flyingace tarpit agent N2H2 tarpit # attributed to cyberpatrol agent mudcrawler tarpit host websense.com$ tarpit host solidoak.com$ tarpit host cyberpatrol.com$ tarpit host bess.net$ tarpit host n2h2.com$ tarpit host microsys.com$ tarpit host cybersitter.com$ tarpit host surfwatch.com$ tarpit host securecomputing.com$ tarpit host xstop.com$ tarpit host netrated.com$ tarpit host urlabs.com$ tarpit host safesurf.com$ tarpit host netfilter.net$ tarpit host safesurf.com$ tarpit # $Id: agents.conf,v 1.1 2000/03/28 06:46:02 aqua Exp aqua $