
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Kill all humans. Distributed, expiring service registry. Designed to support continuous deployments.
This module was inspired by Thalassa.
Differences include:
bender-haproxy
Bender is long-standing, stateful, distributed daemon handling service registration. It uses CRDT as its data storage layer.
The typical registration flow is as follows:
online
event is triggered on all Bender nodesAfter registering, client has to renew registration each n
ms, depending on
Bender's settings.
When a registration expires, the following happens:
offline
event is triggered on all Bender nodesBender recognizes 3 types of entities.
Node registration.
Properties:
resource
(string
, required) - always 'Registration'
host
(string
, required) - node's addressport
(number
, required) - node's portapp
(string
, required) - application nameversion
(string
, required) - application versionSet of nodes serving specified app version.
resource
(string
, required) - always 'Backend'
name
(string
, required) - backend nameapp
(string
, required) - name of application this backend servesversion
(string
, required) - version of application this backend servesServes a specified backend.
resource
(string
, required) - always 'Backend'
name
(string
, required) - backend namebackend
(string
, required) - name of backend to servePOST /registrations
Create new registration.
GET /registrations
Get all registrations.
FAQs
Distributed, expiring service registry
The npm package bender receives a total of 0 weekly downloads. As such, bender popularity was classified as not popular.
We found that bender 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
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.