Query network abuse contacts on the command-line for a given ip address on abuse-contacts.abusix.org
Project description
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.org --version show program's version number and exit
Example
>>> from querycontacts import ContactFinder >>> qf = ContactFinder() >>> qf.find('127.0.0.2') ['root@localhost', 'abuse@localhost'] >>> qf.find('::ffff:7f00:2') ['root@localhost']
Installation
pip install querycontacts
API
You can find the current API documentation here
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-0.2.1.tar.gz
(3.0 kB
view details)
File details
Details for the file querycontacts-0.2.1.tar.gz
.
File metadata
- Download URL: querycontacts-0.2.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
22584a6b4cfa2d929e9db2fb1fe8608bf841219d67393e055a8c2f774d7faa74
|
|
MD5 |
de58caa3309fa0d883c6ac90903ff80d
|
|
BLAKE2b-256 |
03b70791414330462944102ca7de4e97ba2cc6b9ab13340452a8c1c1b6a6edd3
|