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.
dynamodb-recs
Advanced tools
const {
App,
handlers
} = require('dynamodb-recs');
const app = new App('tablePrefix', 'partition', {
logs: { // optional
firehose: { // optional
concurrency: 100,
stream: 'app-recs-logs'
},
process: { // optional
concurrency: 100,
offset: 60 * 60 * 1000 // 1 hour
},
ttl: 24 * 60 * 60 * 1000 // 1 day optional
},
recs: {
firehose: { // optional
concurrency: 100,
stream: 'app-recs'
},
jobs: {
viewView: [{
entity: 'view'
}, {
entity: 'view'
}]
},
ttl: 2 * 365 * 24 * 60 * 60 * 1000, // 2 years optional
ttr: 30 * 60 * 1000 // 30 minutes optional
}
});
exports.fetch = handlers.fetch(app);
exports.logsFirehose = handlers.logsFirehose(app);
exports.logsHit = handlers.logsHit(app);
exports.logsProcess = handlers.logsProcess(app);
exports.recsFirehose = handlers.recsFirehose(app);
Name
app-recs-fetch
Handler
index.fetch
Size
3008 MB
-
Name
app-recs-firehose
Handler
index.recsFirehose
Size
512 MB
-
Name
app-recs-logs-firehose
Handler
index.logsFirehose
Size
512 MB
-
Name
app-recs-logs-hit
Handler
index.logsHit
Size
128 MB
-
Name
app-recs-logs-process
Handler
index.logsProcess
Size
512 MB
Name
app-recs
Lambda Transformer
app-recs-firehose
S3 Bucket
app
Prefix
recs/dt=!{timestamp:yyyy}-!{timestamp:MM}-!{timestamp:dd}/
Error prefix
recs-error/err=!{firehose:error-output-type}/dt=!{timestamp:yyyy}-!{timestamp:MM}-!{timestamp:dd}/
-
Name
app-recs-logs
Lambda Transformer
app-recs-logs-firehose
S3 Bucket
app
Prefix
recs-logs/dt=!{timestamp:yyyy}-!{timestamp:MM}-!{timestamp:dd}/
Error prefix
recs-logs-error/err=!{firehose:error-output-type}/dt=!{timestamp:yyyy}-!{timestamp:MM}-!{timestamp:dd}/
FAQs
### 1. Config Lambda Code
The npm package dynamodb-recs receives a total of 2 weekly downloads. As such, dynamodb-recs popularity was classified as not popular.
We found that dynamodb-recs 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
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.