Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backscatter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backscatter

Client to interact with Backscatter.io services.

  • 0.2.4
  • PyPI
  • Socket score

Maintainers
1

Python Backscatter

.. image:: https://readthedocs.org/projects/backscatter/badge/?version=latest :target: https://backscatterio.readthedocs.io/en/latest/?badge=latest

.. image:: https://badge.fury.io/py/backscatter.svg :target: https://badge.fury.io/py/backscatter

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT

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.

.. _Backscatter: https://backscatter.io/

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc