{"id":37157635,"url":"https://github.com/kadonnelly13/rdapq","last_synced_at":"2026-01-14T18:48:39.931Z","repository":{"id":177609177,"uuid":"491703970","full_name":"kadonnelly13/rdapq","owner":"kadonnelly13","description":"Simple RDAP querying tool","archived":false,"fork":false,"pushed_at":"2025-11-22T16:49:32.000Z","size":29,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T17:23:30.346Z","etag":null,"topics":["dns","rdap","rdap-client","threat-intelligence","whois"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kadonnelly13.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":"2022-05-13T00:10:39.000Z","updated_at":"2025-11-22T15:23:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea8d24e0-7d44-4b5c-a5d9-c07fb2d232f6","html_url":"https://github.com/kadonnelly13/rdapq","commit_stats":null,"previous_names":["kadonnelly13/rdapq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kadonnelly13/rdapq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadonnelly13%2Frdapq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadonnelly13%2Frdapq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadonnelly13%2Frdapq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadonnelly13%2Frdapq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadonnelly13","download_url":"https://codeload.github.com/kadonnelly13/rdapq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadonnelly13%2Frdapq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28430919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dns","rdap","rdap-client","threat-intelligence","whois"],"created_at":"2026-01-14T18:48:39.436Z","updated_at":"2026-01-14T18:48:39.925Z","avatar_url":"https://github.com/kadonnelly13.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rdapq\n![Build](https://github.com/kadonnelly13/rdapq/actions/workflows/build.yml/badge.svg)\n\nrdapq is a simple RDAP querying tool meant to display useful details for security and network defenders.  This tool returns a subset of information from RDAP records in the CLI and for full information you can output the response data to a local JSONfile for more detailed inspection.\n\n## Build\n```bash\n# Get dependencies\ngo get -u\n\n# build\ngo build rdapq.go\n```\n\n## Usage\n\nBasic domain query\n\n```bash\n./rdapq -domain=example.com\n\n(+) Querying RDAP Service for domain:   example.com\n(+) Finding authoritative RDAP Service URL for TLD: com\n(+) Service URL for 'com' TLD: https://rdap.verisign.com/com/v1/\n(*) https://rdap.verisign.com/com/v1/domain/example.com\n\nRDAP Query Results\n---------------------------------------------------------------\n\nDomain: EXAMPLE.COM\nRDAP Data Source: https://rdap.verisign.com/com/v1/domain/EXAMPLE.COM\nLDH Name: EXAMPLE.COM\nUnicode Name: \n\nNameservers:\n\n        LDH Name: A.IANA-SERVERS.NET\n        Unicode Name: \n        Status: []\n        IP Addresses\n                IPv4:\n                IPv6:\n\n        LDH Name: B.IANA-SERVERS.NET\n        Unicode Name: \n        Status: []\n        IP Addresses\n                IPv4:\n                IPv6:\n\nDomain Statuses\n\n        Status:         client delete prohibited\n\n        Status:         client transfer prohibited\n\n        Status:         client update prohibited\n\nLatest DNS Events\n\n        Action:         registration\n        Date:           1995-08-14T04:00:00Z\n\n        Action:         expiration\n        Date:           2022-08-13T04:00:00Z\n\n        Action:         last changed\n        Date:           2021-08-14T07:01:44Z\n\n        Action:         last update of RDAP database\n        Date:           2022-05-14T21:43:13Z\n\nNotices\n\n        Title:          Terms of Use\n        Description:    Service subject to Terms of Use.\n        Links:          https://www.verisign.com/domain-names/registration-data-access-protocol/terms-service/index.xhtml\n\n        Title:          Status Codes\n        Description:    For more information on domain status codes, please visit https://icann.org/epp\n        Links:          https://icann.org/epp\n\n        Title:          RDDS Inaccuracy Complaint Form\n        Description:    URL of the ICANN RDDS Inaccuracy Complaint Form: https://icann.org/wicf\n        Links:          https://icann.org/wicf\n\n($) Query Completed\n\n```\n\nBasic IPv4 query\n\n```bash\n./rdapq -ipv4=93.184.216.34\n\n(+) Querying RDAP Service for IPv4 address:             93.184.216.34\n(+) Finding Authoritative Service URL for Range:        93.0.0.0/8\n(+) Service URL for CIDR Range '93.0.0.0/8':            https://rdap.db.ripe.net/\n\nRDAP Query Results\n---------------------------------------------------------------\nIP Range:               93.184.216.0 - 93.184.216.255\nIP Address Name:        EDGECAST-NETBLK-03\nIP Address Type:        65\nStart Address Range:    93.184.216.0\nEnd Address Range:      93.184.216.255\nParent Handle:          93.184.208.0 - 93.184.223.255\n\nStatuses\n\nLatest Events\n\n        Action:         last changed\n        Date:           2012-06-22T21:48:41Z\n\nNotices\n\n        Title:          Filtered\n        Description:    This output has been filtered.\n\n        Title:          Source\n        Description:    Objects returned came from source\n\n        Title:          Terms and Conditions\n        Description:    This is the RIPE Database query service. The objects are in RDAP format.\n        Link:           http://www.ripe.net/db/support/db-terms-conditions.pdf\n\n($) Query Completed\n\n```\n\nSaving full output to local JSON file\n\n`rdapq -domain=example.com -output=./example-results.json`\n\n## What is RDAP?\n\nRDAP (Registration Data Access Protocol) is a new protocol for registration data which will eventually replace the WHOIS protocol. More can be learned by reading the following ICANN webpage and associated RFC's.\n\n- https://www.icann.org/rdap\n- [RFC-7480 / HTTP Usage in the Registration Data Access Protocol (RDAP)](https://datatracker.ietf.org/doc/html/rfc7480)\n- [RFC-7481 / Security Services for the Registration Data Access Protocol (RDAP)](https://datatracker.ietf.org/doc/html/rfc7481)\n- [RFC-9082 / Registration Data Access Protocol (RDAP) Query Format](https://datatracker.ietf.org/doc/html/rfc9082)\n- [RFC-9083 / JSON Responses for the Registration Data Access Protocol (RDAP)](https://datatracker.ietf.org/doc/html/rfc9083)\n- [RFC-9224 / Finding the Authoritative Registration Data Access Protocol (RDAP) Service](https://datatracker.ietf.org/doc/html/rfc9224)\n\n## To-Do\n- [ ] vCard output printing\n- [ ] IPv6 lookup\n- [ ] Subdomain handling\n- [ ] Input file handling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadonnelly13%2Frdapq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadonnelly13%2Frdapq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadonnelly13%2Frdapq/lists"}