
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
This micro service provides an interface between your main application and calendar clients (e.g. outlook, lotus note, icalendar, etc.).
This application needs:
An actor (e.g. your main application) pushes messages into AMQP. Listen queues are jsonical.vevent.create
, jsonical.vevent.update
, jsonical.vevent.delete
.
Messages must be a stringified JSON, and must respect a strict schema.
Example:
{
"version": "v1",
"data": {
"orn": "orn:cockpit:pilotage:U3241834:action/A93489010",
"calendar_orn": "orn:cockpit:pilotage:U3241834:company/C823510948",
"summary": "My awesome event",
"description": "No idea",
"begin_date": "2016-12-15 14:30:00 +0100",
"end_date": "2016-12-15 15:00:00 +0100",
"uri": "https://cockpit.jobteaser.com/actions/orn:cockpit:pilotage:U3241834:action%2FA93489010",
"uid": "https://cockpit.jobteaser.com/actions/orn:cockpit:pilotage:U3241834:action%2FA93489010",
"klass": "PUBLIC",
"created": "2016-10-10 08:32:52 +0100",
"updated": "2016-10-10 08:32:52 +0100"
}
}
When an event is available in queue, the listener stores the event and acknowledges the message in AMQP.
$> docker-compose up
$> cp .env.sample .env
$> source .env
$> bin/setup
This will run bundler, create the database, run the migrations and seed it with
db/seed.rb
$> bundle exec foreman start
You can seed the database like that: ruby db/seed.rb
. The seed generates a calendar with many event between today ± 30 days. You can run the seed again when you need more calendars.
The seed script uses the faker gem to generate fake data. You can't run seed in production mode.
$> bin/rspec
FAQs
Unknown package
We found that JSONiCal 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.