Skip to content

WHOactuallyIS? A tool returns information about the owners and users of Internet resources, rather than simply registration information.

License

Notifications You must be signed in to change notification settings

SystronLab/who-actually-is

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHOactuallyIS?

A SYSTRON Lab tool
from the Department of Computer Science at the University of York

Table of Contents
  1. About the tool
  2. Getting started
  3. Contact

About the tool

This tool returns information about the owners and users of Internet resources, rather than simply registration information. It works by analysing available information from registries and DNS records to make inferences about likely users and owners.

(back to top)

Getting started

Install Python prerequisites

$ pip install -r requirements.txt

Lookup a resource from commandline

$ python wai.py -t 8.8.8.8

Use WHOactuallyIS in a program

import whoactuallyis

result = whoactuallyis.lookup('8.8.8.8')
print(whoactuallyis.show_final_name(result))

(back to top)

Contact

Josh Levett: @Levett_Josh / joshua.levett (at) york.ac.uk

(back to top)

About

WHOactuallyIS? A tool returns information about the owners and users of Internet resources, rather than simply registration information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Jupyter Notebook 3.4%