This is an abstract python library built on top of the Backscatter service. It is preferred that users use this library when implementing integrations or plan to use Backscatter within their code. The library includes a small client to interact with the API.
Quick Start
Install the library:
pip install backscatter or python setup.py install
Save your configuration:
backscatter setup --api-key <your-API-key>
Search observations:
backscatter observations --query 148.227.224.17
Get Trends:
backscatter trends --type port
Enrich values:
backscatter enrich --query 148.227.224.17
Features
Run observation searches for ip, network, asn, country and ports
Get trend data for all data types
Changelog
02-03-19
Feature: Support for port enrichment call
02-01-19
Feature: Support proxies within the core library
Change: Adjust timeout to something more favorable to long queries
01-29-19
Bugfix: Avoid errors on free account without observations
01-21-19
Feature: Added enrichment support
Feature: Added JSON and table output formats
Change: Adjusted query type to be optional if value is mapped to a type
01-13-19
Bugfix: Resolved undeclared var in client observations call
01-12-19
Initial launch of the library
Release files for backscatter 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| backscatter-0.2.4.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| backscatter-0.2.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.8 kB
Release files / backscatter-0.2.4.tar.gz
| Download URL | backscatter-0.2.4.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a0d1aa3661635de81e2a09b15d53e35cbe399a111cc58a70925f80e6874abd3
|
|
BLAKE2b-256 checksum How to use checksums |
52f45af30bb2dc1350ce7d3d12a2cee63e9a4ea1af6171c2ce92ad40af8b7395
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.5
|
Release files / backscatter-0.2.4-py3-none-any.whl
| Download URL | backscatter-0.2.4-py3-none-any.whl |
|---|---|
| Size | 11.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
afb0efcf5d2551dac953ec4c38fb710b274b8e811775650e02c1ef42cafb14c8
|
|
BLAKE2b-256 checksum How to use checksums |
b9be6fb11e1213bca17fb87f45b9de31a0fe364251bbf95f9ebb9b2586592780
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.5
|