
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.
IFE is (network) interface management for Node.js. It works on Linux, Illumos, FreeBSD, MacOS X.
var IFEdriver = require('ife'),
ife = new IFEdriver();
var success =
ife.up({ name: "eth0",
ip: "10.10.10.11",
broadcast: "10.10.10.255",
netmask: "255.255.255.0",
network: "10.10.10.0"
});
ife.up({ name: "e1000g0",
ip: "2607:f8b0:4002:c09::64',
prefixlen: 64
});
Brings up the specified address on the interface "eth0".
var success =
ife.down('10.10.10.11');
Brings down the logical interface with the IP address 10.10.10.11.
var ifaces = ife.list()
List all the broadcast-capable interfaces on the server.
var ip2mac = ife.arpcache();
Returns an hash of IPs and their corresponding MAC addresses in the local server's ARP table.
var count = 2,
do_ping = true;
var sent =
ife.gratarp({ name: "eth0", local_ip: "10.10.10.11",
remote_ip: "10.10.10.1" }, count);
var sent =
ife.gratarp({ name: "eth0", local_ip: "10.10.10.11",
remote_ip: "10.10.10.1", remote_mac: "7c:d1:c3:dc:dd:f7" },
count, do_ping);
Send (two) gratuitous ARP responses to 10.10.10.1 advertising our 10.10.10.11. Second, send the same, but explicitly to the target MAC address. By specifying a MAC address, we may also ping, which we elect to do.
FAQs
Interface Management for Node.js
The npm package ife receives a total of 9 weekly downloads. As such, ife popularity was classified as not popular.
We found that ife 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.