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.
github.com/anandpaithankar/ssl-checker
This utility connects to any SSL server on the given port and displays various SSL handshake parameters like negotiated SSL(TLS) version, Ciphers suites, Server certificate chain etc.
$ make all
$ ./bin/ssl_checker amazon.com 443
Connecting to amazon.com ...
TLS version : TLS 1.2
Cipher Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
OCSP Stapling Support: true
Server certificate chain:
[0](ca=false): CN=*.peg.a2z.com,O=Amazon.com\, Inc.,L=Seattle,ST=Washington,C=US [Expires in: 130 days]
[1](ca=true): CN=DigiCert Global CA G2,O=DigiCert Inc,C=US [Expires in: 2846 days]
[2](ca=true): CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US [Expires in: 751 days]
FAQs
Unknown package
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.