Skip to content

HappyKevinm/get-whoisip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get-whoisip

<# .SYNOPSIS
Makes REST calls to ARIN, RIPE, and APNIC, and base webcalls to AFRINIC, and LACNIC then returns IP ownership information

.DESCRIPTION
Makes REST calls to ARIN, RIPE, and APNIC, and base webcalls to AFRINIC, and LACNIC then returns IP ownership information

.PARAMETER IP
Provide an IPv4 address to lookup

.EXAMPLE
APNIC = get-whoisIP 203.2.218.208
AFRINIC = get-whoisIP 105.1.1.1
LACNIC = get-whoisIP 200.40.119.162

.NOTES
Author: kevinm@wlkmmas.org

#>

Two different versions of the command

  • get-whoisip.ps1 uses a pile or write-hosts to output the data in a pretty format
  • get-whoisipObject.ps1 creates objects for each request and outputs the object vs the write-hosts

  • About

    Look up IPv4 owners from all RIRs

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published