Spamhaus daily bad IP autoblocker script

2
6K

 

curl -s https://www.spamhaus.org/drop/drop.txt >drop.txt

 

cut -d' ' -f 1 drop.txt >drop2.txt

mv drop2.txt drop.txt

grep -v '^{;}' drop.txt >drop2.txt

 

echo "#!/bin/sh" >script

 

cat drop3.txt | while read line

do

# $line="$line{var ;*}"

echo iptables -A INPUT -s $line -j DROP >>script

echo iptables -A OUTPUT -s $line -j DROP >>script

 

done

 

curl -s https://www.spamhaus.org/drop/edrop.txt >drop.txt

 

cut -d' ' -f 1 drop.txt >drop2.txt

mv drop2.txt drop.txt

grep -v '^{;}' drop.txt >drop2.txt

 

echo "#!/bin/sh" >script

 

cat drop3.txt | while read line

do

# $line="$line{var ;*}"

echo iptables -A INPUT -s $line -j DROP >>script

echo iptables -A OUTPUT -s $line -j DROP >>script

 

done

 

chmod 777 script

sh script

Like
1
Sponsored

We are 100% funded for October.

Thanks to everyone who helped out. 🥰

Xephula monthly operating expenses for 2024 - Server: $143/month - Backup Software: $6/month - Object Storage: $6/month - SMTP Service: $10/month - Stripe Processing Fees: ~$10/month - Total: $175/month

Xephula Funding Meter

Please Donate Here

Search
Categories
Read More
Other
Taking an Assignment Against Insurer is a Loser
Taking Assignment Against Insurance is a Loser Even With Assault & Battery Coverage Exclusion...
By Barry Zalma 2022-10-10 12:47:43 0 3K
Crime
Zalma's Insurance Fraud Letter - September 15, 2022
Zalma’s Insurance Fraud Letter September 15, 2022 Read the full newsletter at...
By Barry Zalma 2022-09-15 13:06:17 0 4K
Politics
Make Virginia America Again...
https://bigleaguepolitics.com/goodbye-gov-coonman-pro-gun-pro-life-state-senator-announces-her-ca...
By Deplorable Guy 2020-02-18 16:24:11 1 6K
Other
True Crime Stories of Insurance Fraud Number 7
The Baseball Card Scam Read the full article at...
By Barry Zalma 2022-01-27 14:35:52 0 4K
Health
Corona-Ermächtigungsgesetz verabschiedet – unser Kampf für die Freiheit geht weiter!
Corona-Ermächtigungsgesetz verabschiedet – unser Kampf für die Freiheit geht...
By Medic Ineman9 2020-11-27 21:32:41 0 9K