
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
imei generator/checker (via Luhn algorithm)
$ npm install node-imei
const { getRandom, getImeiByDevice, isValid } = require('node-imei');
import { getRandom, getImeiByDevice, isValid } from 'node-imei';
getRandom(); // returns string with random imei
getImeiByDevice("Apple","iPhone3G"); // returns string with imei by device TAC
isValid("860921035123120"); // returns true
Returns a string with valid imei. Script makes string with 3 parts: 1st part is TAC (Type Allocation Code) 2nd part is random value from 100000 to 999999 3rd part is last digit(Luhn digit)
Returns a boolean value.
codes.ts contains json object with Type Allocation Codes.
Just add new TACs in codes.ts More info and examples of TACs you can find at
wiki
or
OSMOCOM direct link to download TACs db in json
FAQs
imei generator/checker
We found that node-imei demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.