From owner-freebsd-bugs Wed Sep 19 15:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8FF437B41A for ; Wed, 19 Sep 2001 15:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JMU0118521; Wed, 19 Sep 2001 15:30:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2807F37B40D for ; Wed, 19 Sep 2001 15:21:27 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JMLRX17231; Wed, 19 Sep 2001 15:21:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200109192221.f8JMLRX17231@freefall.freebsd.org> Date: Wed, 19 Sep 2001 15:21:27 -0700 (PDT) From: Guillaume Filion To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30676: whois(1) does not supports all IP authorities Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30676 >Category: bin >Synopsis: whois(1) does not supports all IP authorities >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Sep 19 15:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Guillaume Filion >Release: 4.4 >Organization: Logidac >Environment: >Description: FreeBSD-4.4 ChangeLog says: ----- whois(1) now directs queries for IP addresses to ARIN. If a query to ARIN references APNIC or RIPE, the appropriate server will also be queried, provided that the -Q option is not specified. ----- This is really nice, but you're missing a couple of whois authorities, that is BRNIC/Brazil, KRNIC/Korea and JPNIC/Japan. >How-To-Repeat: >Fix: abuseEmail's whois engine supports all those authorities, check out its source code at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/abuseemail/abuseEmail-1/ Especially file XWhoisIP.pm and function do_whois() in main.pl Basically it's the same as with APNIC and RIPE, but you match BRAZIL, KRNIC and JPNIC with whois.nic.br, whois.krnic.net and whois.nic.ad.jp. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message