Skip to content

harakeishi/whris

Repository files navigation

logo

All Contributors

GitHub release Go Report Card Test

"whris" is Displays management information for IPs associated with the domain.

Table of Contents

DEMO

$ whris example.com      
Target domain:example.com
Target ip    :93.184.216.34

Network Admin:NETBLK-03-EU-93-184-216-0-24
Network name :EDGECAST-NETBLK-03
ip range     :93.184.216.0 - 93.184.216.255
country      :EU
$ whris yaserarenai.com 
Target domain:yaserarenai.com
Target ip    :163.44.185.212

Network Admin:GMO Pepabo, Inc.
Network name :LOLIPOP
ip range     :163.44.185.0 - 163.44.185.255
country      :JP

Installation

$ go install github.com/harakeishi/whris@latest

Usage

If you want to know the administrator of the IP associated with the domain, type whris [target].

You will then see the target domain and IP, and the administrator information for that IP (administrator name, network name, range of IPs to be managed, and country).

$ whris yaserarenai.com 
Target domain:yaserarenai.com
Target ip    :163.44.185.212

Network Admin:GMO Pepabo, Inc.
Network name :LOLIPOP
ip range     :163.44.185.0 - 163.44.185.255
country      :JP

If you want to see more details, use the -v option.

Then you will be able to see the higher level network administrator information.

$ whris yaserarenai.com -v
Target domain:yaserarenai.com
Target ip    :163.44.185.212

Network Admin:GMO Pepabo, Inc.
Network name :LOLIPOP
ip range     :163.44.185.0 - 163.44.185.255
country      :JP

=========Network Details=========
0:
 Network Admin:Administered by APNIC
 Network name :
 ip range     :163.0.0.0 - 163.255.255.255
 country      :
1:
 Network Admin:GMO Internet, Inc.
 Network name :interQ
 ip range     :163.44.64.0 - 163.44.191.255
 country      :JP
2:
 Network Admin:GMO Pepabo, Inc.
 Network name :LOLIPOP
 ip range     :163.44.185.0 - 163.44.185.255
 country      :JP

License

MIT

This software includes the work that is distributed in the Apache License 2.0.

このソフトウェアは、 Apache 2.0ライセンスで配布されている製作物が含まれています。

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Dimitri Sokolyuk
Dimitri Sokolyuk

🤔
mattn
mattn

🤔
Kei Kamikawa
Kei Kamikawa

💻
koyashiro
koyashiro

📖
Noboru Saito
Noboru Saito

💻
Ben131-Go
Ben131-Go

🐛

This project follows the all-contributors specification. Contributions of any kind welcome!