
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.
mirageo-server
Advanced tools
A server/interface for fake location data created by Mirageo.
yarn global add mirageo-servernpm install mirageo-server -gExample:
mirageo-server -c 400 -b 0,30,20,40 -p 8080
This will serve data on http://localhost:8080/data.
fetch('http://localhost:8080/data')
.then(res => res.json())
.then(res => {
res == { // example of data
data: [{lat: -13.667, lng: 48.956}, ...],
settings: {
count: 400,
bound: [40,0,30,20],
geojson: false,
...
}
}
})
mirageo-server provides a map interface to visualize the data and change the settings.
To use it, you need to create an account with Mapbox, find your access token, and add it using:
mirageo-server --map-key <Access Token>
The token will be stored locally using lowdb, so you will only need that command again to change it.
See the current key saved with mirageo-server --map-key.
I'd like to add motion to the points, giving the tool more real-life applications.
FAQs
A server/interface for location data created by mirageo
We found that mirageo-server 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.

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.