add lookup_asn.sh
This commit is contained in:
parent
d720c7cdae
commit
5227403e1f
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ "$#" -ne "1" ] && echo "usage: $0 IP" && exit 1
|
||||
whois -h whois.cymru.com " -v $1"
|
Loading…
Reference in New Issue