- The Autoshun Shun List
- Autoshun Plugin
- Snort p0f Plugin
- Pepper Jack's Recommendations. This is a Snort source tree with p0f, timeofday, dayofweek, bastardlist, snortsam, and autoshun plug-ins already built-in.
- Pepper Jack's Snort plug-ins
- Interesting snort rulesets
- Wildcard "*" DNS snort rules
- Pedantic Blackhole DNS snort rules
- Regex-from-hell Blackhole DNS snort rules
only use one of the bh dns rulesets - Rules to alert on communications with one of the known storm C&C addresses
- snort rules for the Dec2008 IE7 exploit domains
- more detailed snort rules for the conficker worm domains
- more efficient snort rules for the conficker worm domains
- snort rules to alert on Zeus C&C IP addrs
- snort rules to alert on Zeus C&C domain Names
- snort rules to alert on Conficker domain Names
- Old arachnids stuff, just to see how it used to be done
- vision.conf 422 rules from October 2000
- vision18.conf the last (I think) ruleset from arachnids, 545 rules from July 2001
- Pepper Jack's LibChart-1.2 patches. The charts on this page were made (mostly) with libchart. I had to make some changes to libchart in order to get the vertical aspect ratio and the stacked line charts. Here is the patch. Or if you prefer, the already patched PHP source code.
Install Doc
Compile snort 2.4, snort 2.6, or snort 2.8 on your IDS. Make sure it works the way you think it should. For help getting snort working visit http://www.snort.org
Write down the following items:
Download the Snort source code patch into your Snort directory; example /install/snort-2.4.5.,
Patch and recompile Snort to use the Autoshun plugin.
cd /install/snort-2.4.5/src
make distclean
cd ..
tar -zxvf Snort-2.4-AutoshunPatch.tgz
patch -p1 < autoshunpatch-Snort-2.4-Autoshun-1.0d
./configure
make
snort -T -c /etc/snort.conf
service snort stop
make install
service snort startConfigure your snort configuration file to use the autoshun rules.
vi /etc/snort.conf
output output_autoshun:
afferentsecurity.com:80 abcdefgh1234567ijklm890
cd /etc/snort
wget http://www.autoshun.org/downloads/autoshun2.rules
wget http://www.autoshun.org/downloads/autoshuncalibration.rules
vi /etc/snort.conf
include $RULE_PATH/autoshun2.rules
include $RULE_PATH/autoshuncalibrations.rules
snort -T -c /etc/snort.conf
service snort restart
vi /etc/snort.conf Go to the rules section and comment out the autoshuncalibration.rules#include $RULE_PATH/autoshuncalibrations.rules
service snort startCreate a script to update the autoshun rules everyday.
For installation problems contact us


