Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. 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/
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
02-03-19
* Feature: Support for port enrichment call
02-01-19
01-29-19
* Bugfix: Avoid errors on free account without observations
01-21-19
01-13-19
* Bugfix: Resolved undeclared var in client observations call
01-12-19
FAQs
Client to interact with Backscatter.io services.
We found that backscatter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.