{"id":34024915,"url":"https://github.com/csirtgadgets/dnsdb-py","last_synced_at":"2026-03-17T16:14:49.104Z","repository":{"id":55646912,"uuid":"77229693","full_name":"csirtgadgets/dnsdb-py","owner":"csirtgadgets","description":"a simpler dnsdb python sdk","archived":false,"fork":false,"pushed_at":"2020-12-15T16:55:38.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-07T10:18:18.314Z","etag":null,"topics":["dnsdb","farsight","security"],"latest_commit_sha":null,"homepage":"http://api.dnsdb.info","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csirtgadgets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-23T14:14:41.000Z","updated_at":"2020-12-15T16:55:40.000Z","dependencies_parsed_at":"2022-08-15T05:30:44.430Z","dependency_job_id":null,"html_url":"https://github.com/csirtgadgets/dnsdb-py","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/csirtgadgets/dnsdb-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirtgadgets%2Fdnsdb-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirtgadgets%2Fdnsdb-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirtgadgets%2Fdnsdb-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirtgadgets%2Fdnsdb-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csirtgadgets","download_url":"https://codeload.github.com/csirtgadgets/dnsdb-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirtgadgets%2Fdnsdb-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: 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":["dnsdb","farsight","security"],"created_at":"2025-12-13T16:45:11.578Z","updated_at":"2026-03-17T16:14:49.097Z","avatar_url":"https://github.com/csirtgadgets.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Farsight dnsdb.info client\n# Getting Started\n\n## Commandline\n```bash\n$ export FARSIGHT_TOKEN=1234\n$ pip install csirtg_dnsdb\n$ dnsdb --search 172.217.6.206\n$ dnsdb -q google.com\n```\n\n## SDK\n```python\nfrom pprint import pprint\nimport json\nfrom csirtg_dnsdb.client import Client\n\np = ArgumentParser(\n    description=textwrap.dedent('''\\\n    example usage:\n        $ dnsdb -q 1.2.3.4\n    '''),\n    formatter_class=RawDescriptionHelpFormatter,\n    prog='dnsdb',\n)\np.add_argument('--token', help='specify api token', default=TOKEN)\np.add_argument('--search', '-q', help='search for something')\nargs = p.parse_args()\n\nc = Client(token=args.token)\n\nfor r in c.search(args.search):\n    print(json.dumps(r))\n```\n\n# Getting Involved\nThere are many ways to get involved with the project. If you have a new and exciting feature, or even a simple bugfix, simply [fork the repo](https://help.github.com/articles/fork-a-repo), create some simple test cases, [generate a pull-request](https://help.github.com/articles/using-pull-requests) and give yourself credit!\n\nIf you've never worked on a GitHub project, [this is a good piece](https://guides.github.com/activities/contributing-to-open-source) for getting started.\n\n* [How To Contribute](contributing.md)\n\n# Development\n## Some of the tools we use:\n\n* [PyCharm](https://www.jetbrains.com/pycharm/)\n* [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.org/en/latest/)\n* [Vagrant](https://www.vagrantup.com/)\n\n# COPYRIGHT AND LICENCE\n\nCopyright (C) 2016 [the CSIRT Gadgets Foundation](http://csirtgadgets.org)\n\nFree use of this software is granted under the terms of the Mozilla Public Licence v2 (MPL2). For details see the files `LICENSE` included with the distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsirtgadgets%2Fdnsdb-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsirtgadgets%2Fdnsdb-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsirtgadgets%2Fdnsdb-py/lists"}