Skip to content

Commit

Permalink
blacklists.py: implement JSON formats for external IP/NS/ASN lists
Browse files Browse the repository at this point in the history
findspam.py: move IP/NS/ASN lists to global variables managed as above

{blacklist,watch}ed_{cidr,nse,asn}s.json: external JSON files with this data
  • Loading branch information
tripleee committed Dec 11, 2019
1 parent cf24a11 commit fb7cb71
Show file tree
Hide file tree
Showing 7 changed files with 2,013 additions and 564 deletions.
69 changes: 69 additions & 0 deletions blacklisted_cidrs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"schema": "json_cidr",
"schema_version": "2019120601",
"items": [
{
"ip": "104.219.248.45"
},
{
"ip": "192.64.118.108"
},
{
"ip": "198.54.116.110"
},
{
"ip": "198.54.120.134"
},
{
"ip": "198.187.29.252"
},
{
"ip": "198.187.31.245"
},
{
"ip": "138.201.185.58"
},
{
"ip": "75.119.210.224"
},
{
"ip": "23.229.217.167"
},
{
"ip": "104.25.50.105"
},
{
"ip": "107.180.3.93"
},
{
"ip": "107.180.24.240"
},
{
"ip": "107.180.59.131"
},
{
"ip": "107.180.78.164"
},
{
"ip": "132.148.29.42"
},
{
"ip": "160.153.75.129"
},
{
"ip": "69.167.167.150"
},
{
"ip": "172.96.187.196"
},
{
"ip": "162.241.216.230"
},
{
"ip": "116.206.104.141"
},
{
"ip": "162.251.85.146"
}
]
}
96 changes: 96 additions & 0 deletions blacklisted_nses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"schema": "json_ns",
"schema_version": "2019120601",
"items": [
{
"ns": [
"ns1.md-95.bigrockservers.com.",
"ns2.md-95.bigrockservers.com."
]
},
{
"ns": [
"ns1.md-99.bigrockservers.com.",
"ns2.md-99.bigrockservers.com."
]
},
{
"ns": [
"apollo.ns.cloudflare.com.",
"liz.ns.cloudflare.com."
]
},
{
"ns": [
"ara.ns.cloudflare.com.",
"greg.ns.cloudflare.com."
]
},
{
"ns": [
"brenda.ns.cloudflare.com.",
"merlin.ns.cloudflare.com."
]
},
{
"ns": [
"chip.ns.cloudflare.com.",
"lola.ns.cloudflare.com."
]
},
{
"ns": [
"jay.ns.cloudflare.com.",
"jule.ns.cloudflare.com."
]
},
{
"ns": [
"lee.ns.cloudflare.com.",
"ulla.ns.cloudflare.com."
]
},
{
"ns": [
"lloyd.ns.cloudflare.com.",
"reza.ns.cloudflare.com."
]
},
{
"ns": "247support-number.com."
},
{
"ns": "promoocodes.com."
},
{
"ns": "myassignmenthelp.co.uk."
},
{
"ns": "socialmonkee.com."
},
{
"ns": "aapkeaajanese.website."
},
{
"ns": "healthymum.org."
},
{
"ns": "escortdomain.net."
},
{
"ns": "dnsdomen.com."
},
{
"ns": "letter.org.in."
},
{
"ns": "utecho.com."
},
{
"ns": "siteground.asia."
},
{
"ns": "ddos-guard.net."
}
]
}

0 comments on commit fb7cb71

Please sign in to comment.