As documentadas opções whois do RIPE funcionam com whois.md e o endereço do servidor whois direito do RIPE:
$ whois.md -h whois.ripe.net -i mnt-by SOME_STRING
[..]
route: SOME_ROUTE
descr: SOME_DESC
origin: SOME_AS
mnt-by: SOME_STRING
source: RIPE # Filtered
[.. more entries ..]
Com o GNU jwhois , é necessário Conte automaticamente que -i ...
deve fazer parte da consulta:
$ jwhois -h whois.ripe.net -- -i mnt-by SOME_STRING
[Querying whois.ripe.net]
[whois.ripe.net]
% This is the RIPE Database query service.
% The objects are in RPSL format.
%
% The RIPE Database is subject to Terms and Conditions.
% See http://www.ripe.net/db/support/db-terms-conditions.pdf
[..]
route: SOME_ROUTE
descr: SOME_DESC
origin: SOME_AS
mnt-by: SOME_STRING
source: RIPE # Filtered
[.. more entries ..]
Observe o marcador - no comando. Outro -i
é interpretado como uma opção jwhois
.