Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
aws-log-replay
Advanced tools
Transform and replay a stream of AWS CloudFront, ELB Classic, or ALB logs. You can use s3scan to easily stream logs into these tools.
This project uses the AWS JavaScript SDK: you will need to configure your own credentials.
Takes different types of logs as input and streams an object to stdout
. Format of the output:
{
"path": "/a.json?option=1",
"method": "GET", // can be GET or HEAD
"referer": "Referer" // for 'cloudfront' type only
}
Supported types include "cloudfront" for CloudFront logs and "lb" for ELB Classic or ALB logs.
Usage: generatepath <type>
Makes replay requests to the baseurl
. Expects paths to be piped to stdin
. (Optional) Control concurrency of replay requests with --concurrency
flag. Default is 100.
Usage: pathreplay <baseurl> [--concurrency=<n>]
Emits a repeatable set of input lines piped to stdin
at a given sampling rate. The number of lines emitted will approach the specific rate over sufficiently large samples, but may diverge for small sample sizes. Sampling rates should be specified as a decimal number between zero and one. Optionally accepts a filter
argument that restricts the sampled set to lines matching the specified regular expression.
Usage: sample --rate=<rate> [--filter=<filter>]
FAQs
Transform and replay CloudFront, ELB Classic, and ALB logs.
The npm package aws-log-replay receives a total of 19 weekly downloads. As such, aws-log-replay popularity was classified as not popular.
We found that aws-log-replay demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 59 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.