
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
A starter app designed for integrations with Sobol.
To download and setup this package, run:
mkdir my-app
cd my-app
curl -SL $(npm view @sobol/app dist.tarball) | tar --strip-components 1 -xvz
npm install
Before running the app, you must first aquire a Sobol API key
:
Settings
-> Applications
application
permissions).env
file at the project rootSOBOL_API_KEY=XXXXX
EXAMPLE_API_KEY=...
To run the app locally, you need to install ngrok and then:
ngrok http 8085
https
ngrok url to the .env
file as follows SOBOL_WEBHOOK_URL=<NGROK_URL>/development/events/sobol
SOBOL_API_URI
if not working against production (eg. SOBOL_API_URI=http://localhost:8080/api/v1
)yarn start
or yarn debug
to bring up inspectorTo run in production:
.env
, set NODE_ENV=production
and set SOBOL_WEBHOOK_HOST
to your server's hostnameyarn start-production
For help and feedback, please send us an email to team@sobol.io and we will respond as soon as possible.
FAQs
A starter app designed for integrations with Sobol.
The npm package @sobol/app receives a total of 2 weekly downloads. As such, @sobol/app popularity was classified as not popular.
We found that @sobol/app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.