Jump to content

Project Honeypot

From Wikitech
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains historical information. It may be outdated or unreliable.
Andrew doesn't think this is running any more and SAL indicates it was disabled 2009-08-13.

We send data from spam.log to an external party, Project Honeypot, in exchange for them sending us abuse data.

It's run as a script, /home/andrew/send-honeypot-data.pl in Andrew's crontab on hume.

Here's the general outline they gave of how to send data to them:

curl -k 'https://feeds.projecthoneypot.org/rc3.php' \
       -F 'access_key=[See the script]' \
       -F 'op=FILE_GENERIC' \
       -F 'logfile=@/absolute/path/to/logfile'

It uses .last-honeypot-pos in /home/andrew to figure out the last line it sent, so as not to send the same data more than once.

Contacts at Project Honeypot:

  • Lee Holloway, first name at unspam dot com.
  • Matthew Prince, first name at unspam dot com.