
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This is a plugin for Logstash.
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
TQP is an an opinionated library for pub/sub over SQS and SNS
logstash-input-tqp
is an input plugin for logstash to implements the same tqp conventions for SQS queue construction and topic subscription.
input {
tqp {
queue_name => "logstash-poller",
topics => ["my-topic"]
access_key_id => ENV["AWS_ACCESS_KEY_ID"],
secret_access_key => ENV["AWS_SECRET_ACCESS_KEY"],
region" => ENV["AWS_REGION"]
}
}
The plugin will create a SQS queue (and an associated DLQ) if it doesn't exist and subscribe
to each configured topic. SNS messages are parsed from json
, and set as the logstash event.
the topic name is also added to the event @metadata
.
FAQs
Unknown package
We found that logstash-input-tqp 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.