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.
fluent-plugin-rds-pgsql-log
Advanced tools
$ fluentd-gem install fluent-plugin-rds-pgsql-log
log:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Do env setting follows:
SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt (If you using amazon linux)
<source>
type rds_pgsql_log
# required
region <region name>
db_instance_identifier <instance identifier>
# optional if you can IAM credentials
access_key_id <access_key>
secret_access_key <secret_access_key>
# optional
refresh_interval <interval number by second(default: 30)>
tag <tag name(default: rds-pgsql.log>
pos_file <log getting position file(default: rds-pgsql.log)>
</source>
<source>
type rds_pgsql_log
region ap-northeast-1
db_instance_identifier test-postgres
access_key_id XXXXXXXXXXXXXXXXXXXX
secret_access_key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
refresh_interval 30
tag pgsql.log
pos_file /tmp/pgsql-log-pos.dat
</source>
<match pgsql.log>
type stdout
</match>
{"time":"2015-05-30 02:19:22 UTC",
"host":"192.168.30.175(53092)",
"user":"testuser",
"database":"db1",
"pid":"9769",
"message_level":"LOG",
"message":" statement: select 1;",
"log_file_name":"error/postgresql.log.2015-05-30-02"
}
FAQs
Unknown package
We found that fluent-plugin-rds-pgsql-log 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.