{"id":13720931,"url":"https://github.com/MythicStack/whoisrecon","last_synced_at":"2025-05-07T13:30:58.655Z","repository":{"id":209537055,"uuid":"723147770","full_name":"MythicStack/whoisrecon","owner":"MythicStack","description":"whoisrecon is a Python command-line tool designed for WHOIS reconnaissance, providing a streamlined way to find related domains from current and historical records with wildcard supported searches of email, organization, and more!.","archived":false,"fork":false,"pushed_at":"2024-03-11T12:55:25.000Z","size":117,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T13:35:17.592Z","etag":null,"topics":["hacking","information-security","nameserver","osint","python","recon","reconnaissance","reverse-whois","target-tracking","whois","whois-lookup"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MythicStack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-24T20:16:49.000Z","updated_at":"2024-10-09T13:14:37.000Z","dependencies_parsed_at":"2023-11-27T23:01:57.130Z","dependency_job_id":null,"html_url":"https://github.com/MythicStack/whoisrecon","commit_stats":null,"previous_names":["mythicstack/whoisrecon"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicStack%2Fwhoisrecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicStack%2Fwhoisrecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicStack%2Fwhoisrecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicStack%2Fwhoisrecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MythicStack","download_url":"https://codeload.github.com/MythicStack/whoisrecon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224604612,"owners_count":17339171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacking","information-security","nameserver","osint","python","recon","reconnaissance","reverse-whois","target-tracking","whois","whois-lookup"],"created_at":"2024-08-03T01:01:10.080Z","updated_at":"2024-11-14T10:30:41.840Z","avatar_url":"https://github.com/MythicStack.png","language":"Python","readme":"# whoisrecon\n\nwhoisrecon is a Python command-line tool designed for WHOIS reconnaissance, providing a streamlined way to find related domains from current and historical records (updated quarterly) based on search parameters.\n\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n[![Current Build](https://github.com/MythicStack/whoisrecon/actions/workflows/python-publish.yml/badge.svg)](https://github.com/MythicStack/whoisrecon/actions/workflows/python-publish.yml)\n\n\n\n## Features\n\n- **Filtering Options**: Query for domains that match certain filters like the same Registrar, Organization or Email Domain.\n- **Wildcard Searches**: Utilize wildcards (*) to broaden or narrow query results.\n- **Enrich Data**: Enrich the returned domains for name servers, expiration dates, and registrar.\n- **Historical Data**: Searches as historical database that is updated quarterly.\n\n\n## Filtering Options\n\n#### Sections\n - - Admin\n - - Registrant\n - - Technical\n - - Billing\n \n#### Fields\n - - Name\n - - Organization\n - - Email\n - - Street\n - - City\n - - State\n - - PostalCode\n - - Fax\n - - Country\n\n\n#### Supported Domain TLDs\n\n|          |           |          |          |          |\n|:--------:|:---------:|:--------:|:--------:|:--------:|\n| .com     | .net      | .org     | .name    | .me      |\n| .ru      | .us       | .uk      | .fr      | .nl      |\n| .lt      | .fi       | .hr      | .hn      | .hk      |\n| .pl      | .br       | .ee      | .kr      | .ca      |\n| .info    | .su       | .si      | .kg      | .io      |\n| .biz     | .id       | .sk      | .se      | .no      |\n| .nu      | .is       | .dk      | .it      | .mx      |\n| .in      | .cat      | .ie      | .cz      | .online  |\n| .cn      | .app      | .money   | .cl      | .ar      |\n| .by      | .cr       | .do      | .jobs    | .lat     |\n| .pe      | .ro       | .tw      | .tr      | .ua      |\n| .website | .ooo      | .market  | .za      |          |\n\n# Installation\n\n```bash\npip install whoisrecon\n```\n\n## Usage\n\n```bash\nwhoisrecon --help\n```\n\n## Example Usage\n```bash\nwhoisrecon --filter \"Registrant:Email=*@whois.com\" --enrich\n```\n\n### Expected Output [^1]\n```\nDomain            Creation Date        Expiration Date      Registrar                                Name Servers\n----------------  -------------------  -------------------  ---------------------------------------  -------------------------------\nwhois.com         1995-04-11 04:00:00  2028-04-12 04:00:00  PDR Ltd. d/b/a PublicDomainRegistry.com  ['ANASTASIA.NS.CLOUDFLARE.COM']\nwhoisdemo.com     2012-03-28 10:22:24  2024-03-28 10:22:24  PDR Ltd. d/b/a PublicDomainRegistry.com  ['ANASTASIA.NS.CLOUDFLARE.COM']\n```\n[^1]: Truncated for the example.\n\n","funding_links":[],"categories":["Synopsis"],"sub_categories":["Table of Contents"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMythicStack%2Fwhoisrecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMythicStack%2Fwhoisrecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMythicStack%2Fwhoisrecon/lists"}