Using RIPE’s “-B” flag with the whois command

flagswhois

When using RIPE web DB search system, you can add the "-B" flag to list hidden attributes of an object.

I'm trying to find a way of adding the "-B" flag somewhere within the following command:

> whois -h whois.ripe.net ASXXXXX 

However, the whois program itself returns that it's not a valid flag.

I've tried echoing it in via stdin with no joy.

Best Answer

I'm a big fan of GNU jwhois. It supports RIPE extensions and has many other options and is configurable beyond belief. You could use this command for your request:

jwhois -h whois.ripe.net -- -B ASXXX
Related Topic