explicit support for dronebl type 19 (abused vpn)
This commit is contained in:
parent
e51aeb1ca6
commit
c32e073c35
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ class DroneBL(DNSBL):
|
||||||
return "flooding"
|
return "flooding"
|
||||||
elif result in ["12", "13", "15", "16"]:
|
elif result in ["12", "13", "15", "16"]:
|
||||||
return "exploits"
|
return "exploits"
|
||||||
|
elif result == "19":
|
||||||
|
return "abused vpn"
|
||||||
|
|
||||||
class AbuseAtCBL(DNSBL):
|
class AbuseAtCBL(DNSBL):
|
||||||
hostname = "cbl.abuseat.org"
|
hostname = "cbl.abuseat.org"
|
||||||
|
|
Loading…
Reference in a new issue