Hi,
hope someone can clear up my understanding/misunderstanding.
The public usage domains for the RBL are as follows
red.uribl.com, black.uribl.com, grey.uribl.com, white.uribl.com
The lookup values for these domains (as per document) are as follows
127.0.0.2 - red.uribl.com
127.0.0.2 - black.uribl.com
127.0.0.4 - grey.uribl.com
127.0.0.2 - white.uribl.com
Now, if I do a nslookup with the "Required Lookup Value" for red.uribl.com as follows
nslookup -q=txt 2.0.0.127.red.uribl.com
It will return the following
Server: ks31884.kimsufi.com
Address: 213.251.133.164
Non-authoritative answer:
2.0.0.127.red.uribl.com text =
"Redlisted, see http://lookup.uribl.com/?domain=2.0.0.127";
uribl.com nameserver = p.icudp.net
uribl.com nameserver = v.uribl.net
uribl.com nameserver = c.sarules.net
uribl.com nameserver = o.icudp.com
c.sarules.net internet address = 52.9.94.53
p.icudp.net internet address = 94.228.131.217
v.uribl.net internet address = 52.71.102.73
Now, if I do a nslookup on the value for red.uribl.com as follows
nslookup -q=txt 4.0.0.127.grey.uribl.com
It will return the following
Server: ks31884.kimsufi.com
Address: 213.251.133.164
DNS request timed out.
timeout was 2 seconds.
*** Request to ks31884.kimsufi.com timed-out
Now if I instead use a lookup value of 127.0.0.2 instead of a 4 as below
nslookup -q=txt 2.0.0.127.grey.uribl.com
It will return the following
Server: ks31884.kimsufi.com
Address: 213.251.133.164
Non-authoritative answer:
2.0.0.127.grey.uribl.com text =
"Greylisted, see http://lookup.uribl.com/?domain=2.0.0.127";
grey.uribl.com nameserver = ee.uribl.com
grey.uribl.com nameserver = dd.uribl.com
grey.uribl.com nameserver = aa.uribl.com
grey.uribl.com nameserver = cc.uribl.com
grey.uribl.com nameserver = hh.uribl.com
grey.uribl.com nameserver = ff.uribl.com
grey.uribl.com nameserver = bb.uribl.com
grey.uribl.com nameserver = gg.uribl.com
aa.uribl.com internet address = 52.15.111.197
aa.uribl.com internet address = 52.15.110.177
bb.uribl.com internet address = 52.66.182.170
bb.uribl.com internet address = 52.66.6.38
cc.uribl.com internet address = 52.78.186.95
cc.uribl.com internet address = 52.78.172.1
dd.uribl.com internet address = 54.187.121.5
dd.uribl.com internet address = 52.68.43.176
dd.uribl.com internet address = 54.148.75.202
dd.uribl.com internet address = 54.152.34.162
ee.uribl.com internet address = 54.93.83.147
ee.uribl.com internet address = 54.152.108.232
ee.uribl.com internet address = 54.153.33.8
ee.uribl.com internet address = 52.62.38.7
My understanding is that the domain should only respond to the lookup value that has been associated to it by the RBL.
So for grey the lookup value (according to the document I have found) is 127.0.0.4, but this returns a non existent domain.
But when I use 127.0.0.2 the lookup query returns a valid result.
My question are as follows
1/ How does one determine the correct "Required Lookup Value" for ANY RBL
2/ How does one test the correct "Required Lookup Value"
I really hope to receive a definitive answer to the above two questions.
Thanks