Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis.
BinaryAI is a binary file security analysis platform. This SDK aims at providing a simple client to upload file and get analysis result. It also works as a demo on calling BinaryAI's GraphQL API directly.
To use SDK, you need a valid credential. Read BinaryAI docs about detailed instructions.
Python >= 3.9
python3 -m pip install binaryai
See the SDK document for guide.
The default endpoint is https://api.binaryai.cn/v1/endpoint
.
API Credentials are used for signing requests. We suggest you using our SDK or our library to sign it, but you can also
have your own implementation. We are using the signing method TC3-HMAC-SHA256
, same with the Tencent Cloud. You can
read their document about how to sign requests. BinaryAI would
require following fields:
Region = "ap-shanghai"
service = "binaryai"
Action = "BinaryAI"
Version = "2023-04-15"
Read the Changelog of our product, and hope you can also have fun reading papers related to our job:
FAQs
BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis.
We found that binaryai 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.