blocklistproject / Lists

Primary Block Lists
The Unlicense
3.47k stars 322 forks source link

[Add request] unibet-112.com #1221

Open hnsz2002 opened 2 months ago

hnsz2002 commented 2 months ago

URL you wish to be added: unibet-112.com Why you believe this should be added: hungarian gambling site Add to list: gambling Other info you think we should know:

spirillen commented 2 months ago

this domain is not active

  1. The SOA is wrongly formatted
  2. Their are no IP address assigned
drill unibet-112.com -T
.       518400  IN      NS      b.root-servers.net.
.       518400  IN      NS      d.root-servers.net.
.       518400  IN      NS      g.root-servers.net.
.       518400  IN      NS      f.root-servers.net.
.       518400  IN      NS      j.root-servers.net.
.       518400  IN      NS      l.root-servers.net.
.       518400  IN      NS      m.root-servers.net.
.       518400  IN      NS      e.root-servers.net.
.       518400  IN      NS      k.root-servers.net.
.       518400  IN      NS      a.root-servers.net.
.       518400  IN      NS      c.root-servers.net.
.       518400  IN      NS      h.root-servers.net.
.       518400  IN      NS      i.root-servers.net.
com.    172800  IN      NS      j.gtld-servers.net.
com.    172800  IN      NS      d.gtld-servers.net.
com.    172800  IN      NS      k.gtld-servers.net.
com.    172800  IN      NS      b.gtld-servers.net.
com.    172800  IN      NS      g.gtld-servers.net.
com.    172800  IN      NS      h.gtld-servers.net.
com.    172800  IN      NS      e.gtld-servers.net.
com.    172800  IN      NS      a.gtld-servers.net.
com.    172800  IN      NS      i.gtld-servers.net.
com.    172800  IN      NS      l.gtld-servers.net.
com.    172800  IN      NS      m.gtld-servers.net.
com.    172800  IN      NS      f.gtld-servers.net.
com.    172800  IN      NS      c.gtld-servers.net.
unibet-112.com. 172800  IN      NS      global.excedodns.com.
unibet-112.com. 172800  IN      NS      emea.excedodns.eu.
unibet-112.com. 172800  IN      NS      sto.excedodns.se.
unibet-112.com. 172800  IN      NS      dns-ext1.northdev.net.
unibet-112.com. 172800  IN      NS      world.excedodns.org.
unibet-112.com. 172800  IN      NS      dns-ext2.northdev.net.
unibet-112.com. 600     IN      SOA     dns-ext1.northdev.net. domain\.names.unibet.com. 2024042601 14400 3600 1209600 600
hnsz2002 commented 2 months ago

It has a location-depend subdomain, like for me hu.unibet-112.com Now for me it is redirect to hu.unibet-114.com... It looks like there are a lot of domains like that. It is possibile to block *.unibet-[ANYNUMBER].com?

spirillen commented 2 months ago

Is it possibile to block *.unibet-[ANYNUMBER].com?

Not for RFC:954 and RPZ styled projects. Only for special software like PowerDNS's Dnsdist supports the Full RE2|Regex language.

addAction(RegexRule('(^|[.])unibet-[0-9]{3}[.]com$'), RCodeAction(DNSRCode.NXDOMAIN))