Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/russmack/cloudsigmarepl
A REPL for the CloudSigma IaaS REST API.
Set your login in the config.json.
go build
./cloudsigmarepl
Welcome to the CloudSigma IaaS REPL.
------------------------------------
Type "help" for help.
> set config location
Enter service location:
> zrh
Response:
zrh
> cloud status
Response:
{"free_tier": {"dssd": 53687091200, "mem": 1073741824}, "free_tier_monthly": {"tx": 5497558138880}, "guest": true, "signup": true, "sso": ["github", "twitter", "google", "facebook", "linkedin"], "trial": true}
> create server
Name:
> Repl Test Server
CPU:
> 1000
Memory:
> 536870912
VNC password:
> mypassword
Response:
{"objects": [{"auto_start": false, "context": true, "cpu": 1000, "cpu_model": null, "cpu_type": "amd", "cpus_instead_of_cores": false, "drives": [], "enable_numa": false, "grantees": [], "hv_relaxed": false, "hv_tsc": false, "hypervisor": "kvm", "jobs": [], "mem": 536870912, "meta": {}, "name": "Repl Test Server", "nics": [], "owner": {"resource_uri": "/api/2.0/user/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/", "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}, "permissions": [], "pubkeys": [], "requirements": [], "resource_uri": "/api/2.0/servers/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/", "runtime": null, "smp": 1, "status": "stopped", "tags": [], "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "vnc_password": "mypassword"}]}
> bye
Bye!
BSD 3-Clause: LICENSE.txt
FAQs
Unknown package
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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.