-
**Description**
It'd be nice if the kit could support IP-address lookup, and I do realize this may open up another can of worms considering all the different "ripe" outputs.
-
I see sockets still being used (without proxy) even when a proxy opener is provided and `obj.lookup_rdap` used. Is this safe when doing a lot of requests?
-
From #119 #95 We know we have a problem with :
- whois being unavailable or unreliable on most TLDs
- TLDs authorization process in AlternC to be a mess due to the hundreds of new TLDs
- but we…
-
QUERY_STRING:
REQUEST_URI:
/more/
SCRIPT_NAME:
/more/index.php
PHP_SELF:
/more/index.php
REQUEST_TIME_FLOAT:
1709819551.199
REQUEST_TIME:
1709819551
Browser Info
Refered From: https://touch.wha…
-
( GitHub issue #1 of 21 Jul 2022 split into single issues )
Anmerkungen und Defekte/Abweichungen in RDAP-Implementierung gem. RFC9083 (rdapConformance rdap_level_0):
* (empfehlung RFC Abschnitt …
-
( GitHub issue #1 of 21 Jul 2022 split into single issues )
Anmerkungen und Defekte/Abweichungen in RDAP-Implementierung gem. RFC9083 (rdapConformance rdap_level_0):
* (RFC Abschnitt 4.9) object…
-
By now for example, we are not able to parse the Whois response for lqdn.fr, even if its registrar is gandi. The relevant information is:
```
domain: lqdn.fr
registrar: GANDI
Expiry Date:…
-
Do weed not to make the relationship between RPP and RDAP more explicit in the text?
-
I have the following idea where every RA keeps a complete protocol of all of their activities. This could be implemented in OIDplus.
Draft:
```
RA-Protokoll of RA XYZ
Fields:
Seq No …
-
There is no need to store user IP at all, even temporally. You could utilize https://github.com/hadiasghari/pyasn for offline transforming IP to AS number on-the-fly, and store AS number in db. It has…