Re: RADB/RIR Scraper

2011-10-05 Thread Kyle Duren
I've always found it helpful to use the "inverse query by" feature, where you can query for any object that has x "mnt-by" or "origin" and it will list any objects with that mnt-by or origin you query for. RADB has this built directly into the Advanced Object Query form on the website. -Kyle On

Re: RADB/RIR Scraper

2011-10-05 Thread Mikhail Strizhov
A little bit of topic, but is there a way to get the prefix list and AS number using the description in RADB/others? For example, for "Commonwealth Bank of Australia" I want to get the following route: 203.202.158.0/24 descr: Commonwealth Bank of Australia origin: AS7474 mnt-b

Re: RADB/RIR Scraper

2011-09-21 Thread Rafael Rodriguez
I've yet to use this myself but it looks like what you are looking for. bgpq3 http://snar.spb.ru/prog/bgpq3/bgpq3-0.1.7.html Sent from my iPhone On Sep 21, 2011, at 8:39, Kate Gerry wrote: > I'm looking for a good utility that I can run locally to scrape RADB, ARIN, > other RIRs to add to my

Re: RADB/RIR Scraper

2011-09-21 Thread Brandon Ewing
On Wed, Sep 21, 2011 at 05:39:26AM -0700, Kate Gerry wrote: > I'm looking for a good utility that I can run locally to scrape RADB, ARIN, > other RIRs to > add to my or customer prefix lists... Anybody have a good tool for this? I > currently end > up visiting https://www.dan.me.uk/filtergen an

Re: RADB/RIR Scraper

2011-09-21 Thread Randy Bush
peval()

Re: RADB/RIR Scraper

2011-09-21 Thread Hannes Frederic Sowa
On Wed, Sep 21, 2011 at 04:09:40PM +0200, Hannes Frederic Sowa wrote: > The url above links to the predecessor project. The code that I actually use is available here: Greetings, Hannes

Re: RADB/RIR Scraper

2011-09-21 Thread Hannes Frederic Sowa
On Wed, Sep 21, 2011 at 05:39:26AM -0700, Kate Gerry wrote: > I'm looking for a good utility that I can run locally to scrape RADB, ARIN, > other RIRs to add to my or customer prefix lists... Anybody have a good tool > for this? I currently end up visiting https://www.dan.me.uk/filtergen and > c

Re: RADB/RIR Scraper

2011-09-21 Thread Nick Hilliard
On 21/09/2011 14:56, Christopher Morrow wrote: > > > has some pointers to tools Richard wrote (and presented a few times > now) at nanog meetings. > (to save you reading the pdf... which is a good read: >

Re: RADB/RIR Scraper

2011-09-21 Thread Christopher Morrow
has some pointers to tools Richard wrote (and presented a few times now) at nanog meetings. (to save you reading the pdf... which is a good read: On Wed, Sep 21, 2011 at 9:01 AM, Nick Hilliard w

Re: RADB/RIR Scraper

2011-09-21 Thread Nick Hilliard
On 21/09/2011 13:39, Kate Gerry wrote: > I'm looking for a good utility that I can run locally to scrape RADB, > ARIN, other RIRs to add to my or customer prefix lists... Anybody have a > good tool for this? I currently end up visiting > https://www.dan.me.uk/filtergen and creating one off that. t

Re: RADB/RIR Scraper

2011-09-21 Thread Gregory Edigarov
here is mine: #!/bin/sh echo "-i origin $1" |nc whois.radb.net 43 On Wed, 21 Sep 2011 05:40:14 -0700 Kate Gerry wrote: > Crap! Sorry about that, I sent the post as an HTML message. :( > > -- > Kate > QuadraNet, Inc > 530 W 6th Street #901 > Los Angeles, CA 90014 > k...@quadranet.com > > Fr

RE: RADB/RIR Scraper

2011-09-21 Thread Kate Gerry
Crap! Sorry about that, I sent the post as an HTML message. :( -- Kate QuadraNet, Inc 530 W 6th Street #901 Los Angeles, CA 90014 k...@quadranet.com From: Kate Gerry Sent: Wednesday, September 21, 2011 5:39 AM To: nanog@nanog.org Cc: Kate Gerry Subject: RADB/RIR Scraper I'm looking for a good u