Skip to content

lyda/steampipe-plugin-whois

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

WHOIS Plugin for Steampipe

Use SQL to query domain records, name servers and contact information from WHOIS.

Quick start

Install the plugin with Steampipe:

steampipe plugin install whois

Run a query:

select * from whois_domain where domain = 'steampipe.io';

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-whois.git
cd steampipe-plugin-whois

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config

Try it!

steampipe query
> .inspect whois

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

About

Use SQL to instantly query WHOIS. Open source CLI. No DB required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.4%
  • PLSQL 0.5%