
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.
good-broadcast
Advanced tools

Lead Maintainer: Lloyd Benson
good-broadcast includes a 'broadcast' script that is capable of broadcasting a log file externally via a POST request to the designated server. Below is the command to use to execute 'broadcast':
broadcast -c broadcast.json
A broadcast.json may look like:
{
"url": "http://analytics.mysite.com",
"interval": 1000,
"log": "/fullpath/request_services.log",
"newOnly": true,
"resumePath": "/fullpath/temp/logindex.tmp",
"wait": 1000,
"attempts": 1,
"maxEvents": 32,
"maxSize": 65535
}
url - (required) The complete URL to POST log information.interval - The frequency to check the log file for changes. Defaults to 1000.log - (required) Path to the log file.newOnly - Only send new log entries. Defaults to false.resumePath - Maintain a file to keep track of previous reads and start from that index on restarts or failures.wait - Number of milliseconds to wait before trying a failed broadcast again. Defaults to 1000.attempts - Number attempts to make before giving up on the current payload. Defaults to 1.maxEvents - Maximum events per payload. Default to 32.maxSize - Maximum payload size in bytes. Default to 65535.Sending issuing kill -SIGUSR2 PID, where PID is the running broadcast script. You can get the PID with the following linux command ps auxww | grep node.
FAQs
broadcasting functions for good
We found that good-broadcast demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.