
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 is a lightweight wrap up of node_pcap, which recording data transfer per port, and a http api for access the data.
###Usage
Install
npm i pcappp -g
Listen on device lo0, and filter the package to a port range [8080,8081]. Serve the data at 1.2.3.4:6334
sudo pcappp -b 1.2.3.4 -p 6334 -i lo0 dst portrange 8080-8081
Access the data
curl http://localhost:6334/8080/127.0.0.1
{
"date": 1424919851117,
"bytes": 141
}
###Note
FAQs
Packet capture per port
The npm package pcappp receives a total of 0 weekly downloads. As such, pcappp popularity was classified as not popular.
We found that pcappp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.