
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
netlinq-api
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
This project features a fully-typed api wrapper around the Netlinq IP Management, mapping 100% of available calls. It is written in TypeScript and can be used in both Node.js and the browser.
You can install the package via your preferred package manager:
npm install netlinq-api
yarn add netlinq-api
pnpm add netlinq-api
To use this package you need to have an API key. You can get one by contacting the Synlinq support.
import { NetlinqApi } from "netlinq-api";
// Create a new instance of the Netlinq API wrapper with your API key
const netlinq = new NetlinqApi({
apiKey: "my-secret-api-key",
// You can also set a custom host if you want to use a different Netlinq instance
// host: "https://netlinq.de/api/v1",
});
async function test() {
// For example: Get data for a given IPv4 address
const address = await netlinq.ipv4.address.getByIp({
ip: "192.168.0.1",
// You can also include the traffic data if you want to
// traffic_from: "30d",
// traffic_to: "now",
});
// Another example: Set rDNS for a given IPv4 address
await netlinq.rDNS.ipv4.setByIp({
ip: "192.168.0.1",
rdns: "my-rdns.example.com",
});
}
test().catch(console.error)
Some API calls are implemented in this package, but not working on the Netlinq API. These are marked with a TODO
comment in the source code.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
FAQs
An API wrapper for the NETLINQ IP management software.
The npm package netlinq-api receives a total of 0 weekly downloads. As such, netlinq-api popularity was classified as not popular.
We found that netlinq-api demonstrated a not healthy version release cadence and project activity because the last version was released 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.