Query network abuse contacts on the command-line for a given ip address on abuse-contacts.abusix.zone
Project description
querycontacts - Query Abuse Contacts
Installation
pip install querycontacts
Starting with version 2.0.0 support for python 2.7 is dropped. This is related to dnspython 2.0.0 also dropping support.
Command line usage
usage: querycontacts [-h] [--provider PROVIDER] [--version] ip
QueryContact - Find the Abuse contact for a IP address
positional arguments:
ip query network abuse contacts for a given ip address
optional arguments:
-h, --help show this help message and exit
--provider PROVIDER change standard network abuse contacts provider.
Defaults to abuse-contacts.abusix.zone
--version show program's version number and exit
Examples
Show version:
$ querycontacts --version
querycontacts 2.0.0
Show abuse contact for your IP:
$ IP=$(curl ipecho.net/plain)
$ querycontacts $IP
abuse@yourisp.example.com
Test response for localhost:
$ querycontacts 127.0.0.1
Abusix ContactDB Test point
Library usage
>>> from querycontacts import ContactFinder
>>> qf = ContactFinder()
>>> qf.find('127.0.0.2')
['root@localhost', 'abuse@localhost']
>>> qf.find('::ffff:7f00:2')
['root@localhost']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
querycontacts-2.0.0.tar.gz
(16.2 kB
view details)
Built Distribution
File details
Details for the file querycontacts-2.0.0.tar.gz
.
File metadata
- Download URL: querycontacts-2.0.0.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7419140f575c0b090ab976f8a039bf71447bcddc293c6aa727a60e691752199f |
|
MD5 | 76d24a0b72ac70a7d003b3c7d8de255b |
|
BLAKE2b-256 | 221d9dd09f1245064302a25d4a14a91c439eae8c4450316fd0af41c418dbd222 |
File details
Details for the file querycontacts-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: querycontacts-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ae44ad8528f91f048599659e8ac3d770608d85902c69ffe34b49d1cc24dbe5 |
|
MD5 | dfef9da44c586995731a4c6570b0f403 |
|
BLAKE2b-256 | e8d20e6f1451f2d1919c066a1c4f27902ab713937e801471505c4e176d41693c |