
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.
calculate-subnets
Advanced tools
Split a CIDR into the largest possible subnet CIDRs. Uses cidr-calc
for IP ranges.
$ npx calculate-subnets --needed-subnets=9 --cidr='10.113.0.0/16'
Network IP range: 10.113.0.0 - 10.113.255.255
Total IPs in network: 65,536
Theoretical max IPs per subnet: 7,281
Subnets' optimal CIDR number: /20
Max IPs per subnet: 4,096
Subnet CIDR blocks:
Subnet 1: 10.113.0.0/20 (IP range: 10.113.0.0 - 10.113.15.255)
Subnet 2: 10.113.16.0/20 (IP range: 10.113.16.0 - 10.113.31.255)
Subnet 3: 10.113.32.0/20 (IP range: 10.113.32.0 - 10.113.47.255)
Subnet 4: 10.113.48.0/20 (IP range: 10.113.48.0 - 10.113.63.255)
Subnet 5: 10.113.64.0/20 (IP range: 10.113.64.0 - 10.113.79.255)
Subnet 6: 10.113.80.0/20 (IP range: 10.113.80.0 - 10.113.95.255)
Subnet 7: 10.113.96.0/20 (IP range: 10.113.96.0 - 10.113.111.255)
Subnet 8: 10.113.112.0/20 (IP range: 10.113.112.0 - 10.113.127.255)
Subnet 9: 10.113.128.0/20 (IP range: 10.113.128.0 - 10.113.143.255)
Unused IP range: 10.113.144.0 - 10.113.255.255
Number of unused IPs: 28,672
Number of used IPs: 36,864 (56.25%)
import { uniformlyDistributedSubnets } from 'calculate-subnets';
const { subnetCidrs } = uniformlyDistributedSubnets({
neededSubnets: 9,
cidr: '10.113.0.0/16',
});
for (const subnetCidr of subnetCidrs) {
console.log(subnetCidr.toString());
}
FAQs
TODO
The npm package calculate-subnets receives a total of 0 weekly downloads. As such, calculate-subnets popularity was classified as not popular.
We found that calculate-subnets demonstrated a healthy version release cadence and project activity because the last version was released less than 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.