Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gsauthof-utility
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
gsauthof-utility
Commits
ad8758e5
Commit
ad8758e5
authored
1 year ago
by
Georg Sauthoff
Browse files
Options
Downloads
Patches
Plain Diff
remove dead, update and annotate default DNSBL list
parent
660db70b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
check-dnsbl.py
+9
-5
9 additions, 5 deletions
check-dnsbl.py
with
9 additions
and
5 deletions
check-dnsbl.py
+
9
−
5
View file @
ad8758e5
...
@@ -21,26 +21,30 @@ default_blacklists = [
...
@@ -21,26 +21,30 @@ default_blacklists = [
(
'
safe.dnsbl.sorbs.net
'
,
"'
safe
'
subset of SORBS aggregated
"
),
(
'
safe.dnsbl.sorbs.net
'
,
"'
safe
'
subset of SORBS aggregated
"
),
(
'
ix.dnsbl.manitu.net
'
,
'
Heise iX NiX Spam
'
),
(
'
ix.dnsbl.manitu.net
'
,
'
Heise iX NiX Spam
'
),
(
'
truncate.gbudb.net
'
,
'
Exclusively Spam/Malware
'
),
(
'
truncate.gbudb.net
'
,
'
Exclusively Spam/Malware
'
),
# accepts de-listing payments, overblocking
# https://en.wikipedia.org/w/index.php?title=Comparison_of_DNS_blacklists&oldid=1169665628#Suspect_RBL_providers
(
'
dnsbl-1.uceprotect.net
'
,
'
Trapserver Cluster
'
),
(
'
dnsbl-1.uceprotect.net
'
,
'
Trapserver Cluster
'
),
(
'
cbl.abuseat.org
'
,
'
Net of traps
'
),
(
'
cbl.abuseat.org
'
,
'
Net of traps
'
),
(
'
dnsbl.cobion.com
'
,
'
used in IBM products
'
),
(
'
psbl.surriel.com
'
,
'
passive list, easy to unlist
'
),
(
'
psbl.surriel.com
'
,
'
passive list, easy to unlist
'
),
(
'
db.wpbl.info
'
,
'
Weighted private
'
),
(
'
db.wpbl.info
'
,
'
Weighted private
'
),
(
'
bl.spamcop.net
'
,
'
Based on spamcop users
'
),
(
'
bl.spamcop.net
'
,
'
Based on spamcop users
'
),
# spamrats doesn't serve DNS servers of hosting providers such as hetzner
(
'
dyna.spamrats.com
'
,
'
Dynamic IP addresses
'
),
(
'
dyna.spamrats.com
'
,
'
Dynamic IP addresses
'
),
(
'
spam.spamrats.com
'
,
'
Manual submissions
'
),
(
'
spam.spamrats.com
'
,
'
Manual submissions
'
),
(
'
auth.spamrats.com
'
,
'
Suspicious authentications
'
),
(
'
auth.spamrats.com
'
,
'
Suspicious authentications
'
),
(
'
dnsbl.inps.de
'
,
'
automated and reported
'
),
(
'
bl.blocklist.de
'
,
'
fail2ban reports etc.
'
),
(
'
bl.blocklist.de
'
,
'
fail2ban reports etc.
'
),
(
'
all.s5h.net
'
,
'
traps
'
),
(
'
all.s5h.net
'
,
'
traps
'
),
(
'
rbl.realtimeblacklist.com
'
,
'
lists ip ranges
'
),
(
'
b.barracudacentral.org
'
,
'
traps
'
),
(
'
b.barracudacentral.org
'
,
'
traps
'
),
# also returns white-listed entries with return code 127.0.0.1
(
'
hostkarma.junkemailfilter.com
'
,
'
Autotected Virus Senders
'
),
(
'
hostkarma.junkemailfilter.com
'
,
'
Autotected Virus Senders
'
),
(
'
ubl.unsubscore.com
'
,
'
Collected Opt-Out Addresses
'
),
(
'
bl.0spam.org
'
,
'
Main 0spam DNSBL
'
),
(
'
0spam.fusionzero.com
'
,
'
Spam Trap
'
),
(
'
rbl.0spam.org
'
,
'
Main 0spam realtime BL
'
),
(
'
nbl.0spam.org
'
,
'
0spam network BL
'
),
(
'
bl.nordspam.com
'
,
'
NordSpam IP addresses
'
),
(
'
bl.nordspam.com
'
,
'
NordSpam IP addresses
'
),
(
'
rbl.nordspam.com
'
,
'
NordSpam Domain list
'
),
(
'
rbl.nordspam.com
'
,
'
NordSpam Domain list
'
),
# doesn't list 127.0.0.2 RFC 5782 mandatory test entry
(
'
combined.mail.abusix.zone
'
,
'
Abusix aggregated
'
),
(
'
combined.mail.abusix.zone
'
,
'
Abusix aggregated
'
),
# seems to include dnsbl-1.uceprotect.net
(
'
black.dnsbl.brukalai.lt
'
,
'
Brukalai.lt junk mail
'
),
(
'
black.dnsbl.brukalai.lt
'
,
'
Brukalai.lt junk mail
'
),
(
'
light.dnsbl.brukalai.lt
'
,
'
Brukalai.lt abuse
'
),
(
'
light.dnsbl.brukalai.lt
'
,
'
Brukalai.lt abuse
'
),
]
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment