explicit support for dronebl type 19 (abused vpn)

This commit is contained in:
jesopo 2020-09-08 13:55:45 +00:00
parent e51aeb1ca6
commit c32e073c35

View file

@ -39,6 +39,8 @@ class DroneBL(DNSBL):
return "flooding"
elif result in ["12", "13", "15", "16"]:
return "exploits"
elif result == "19":
return "abused vpn"
class AbuseAtCBL(DNSBL):
hostname = "cbl.abuseat.org"