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.
deploy-trace-stack
Advanced tools
Self-hosted serverless tracing.
Deploy a CloudFormation stack to your own AWS account for instant Lambda tracing. Complete with a self-hosted UI, so you stay in full control of your data, and you only pay for AWS usage related to tracing and storage.
Simply run the command below to deploy the stack:
npx deploy-trace-stack@latest
This command will clone the repo, prompt you with some questions to set configuration options, and then use your current AWS credentials to deploy the stack.
Once you're done, it will display the URL for your new dashboard.
Once installed, all Lambda functions in your AWS account will automatically be traced,
by adding a Lambda layer to them. You'll also notice a new environment variable called AUTO_TRACE_HOST
.
If you wish to disable tracing for a specific function, you can add the environment variable AUTO_TRACE_EXCLUDE
with a value of 1
. This will keep the Lambda layer from being added.
Note that it might take up to 20 minutes for the application to detect any newly added Lambda functions and start adding the tracing layer to them.
We're only using the following AWS services:
This combo lets us pay only for our usage. For every invocation of your Lambdas, multiple calls will be made to the service, but these are quick and finish fast.
Ultimately, costs will depend on the overall number of Lambda executions in your AWS account.
FAQs
Self-hosted serverless tracing (deploy script).
The npm package deploy-trace-stack receives a total of 0 weekly downloads. As such, deploy-trace-stack popularity was classified as not popular.
We found that deploy-trace-stack demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.