Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Thursday, October 7, 2010

One Liner to detect as and ip registar info via cymru

This is a small oneliner bash script that it accepts an AS# or IP address and provides the registar and information about the owner of said AS or IP, it is a more complete whois

--------------


#!/bin/bash
whois -h whois.cymru.com " -v $1"