Welcome to PyPDNS’s documentation!¶
This is the client API for CIRCL passive DNS
Installation¶
The package is available on PyPi, so you can install it with:
pip install pypdns
Usage¶
You can use pdns as a python script:
$ pdns -h
usage: pdns [-h] --username USERNAME --password PASSWORD --query QUERY [--rrtype RRTYPE]
Triggers a request againse CIRCL Passive DNS.
options:
-h, --help show this help message and exit
--username USERNAME The username of you account.
--password PASSWORD The password of you account.
--query QUERY The query, can be an IP. domain, hostname, TLD.
--rrtype RRTYPE Filter the request based on the RR Type.
Or as a library:
- API reference
ForbiddenErrorPDNSErrorPDNSRecordPDNSRecord.bailiwickPDNSRecord.countPDNSRecord.originPDNSRecord.rawPDNSRecord.rdataPDNSRecord.rrnamePDNSRecord.rrtypePDNSRecord.sensor_idPDNSRecord.time_firstPDNSRecord.time_first_datetimePDNSRecord.time_first_msPDNSRecord.time_lastPDNSRecord.time_last_datetimePDNSRecord.time_last_msPDNSRecord.zone_time_firstPDNSRecord.zone_time_last
RateLimitErrorServerErrorTypedPDNSRecordUnauthorizedError- PyPDNS
PyPDNSPDNSRecordPDNSRecord.bailiwickPDNSRecord.countPDNSRecord.originPDNSRecord.rawPDNSRecord.rdataPDNSRecord.rrnamePDNSRecord.rrtypePDNSRecord.sensor_idPDNSRecord.time_firstPDNSRecord.time_first_datetimePDNSRecord.time_first_msPDNSRecord.time_lastPDNSRecord.time_last_datetimePDNSRecord.time_last_msPDNSRecord.zone_time_firstPDNSRecord.zone_time_last