
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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).
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.