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.
Pulls down Amazon deals via spidering or RSS feed, checks it for keywords, then sends it along to the irc chat specified. Stores previously seen deals with YAML, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.
Homepage: https://github.com/jaycorpinc/amazon2irc
Install gem:
gem install amazon2irc
Demo:
` require 'amazon2irc'
opts = {}
opts['botnick'] = "JayCorpIncRBot"
opts['server'] = "irc.freenode.net"
opts['port'] = "6667"
opts['channel'] = "#jaycorpinc"
opts['keywords']= [ 'ryzen', 'atx', 'projector', 'x370', 'motherboard', 'atx case', 'm.2', 'projector screen', 'seasonic', 'ddr-3200', '4k']
opts['chat-delay']=1.5
opts['scan-delay']=30
opts['rss']=false
opts['spidering']=true
Amazon2irc::Process.new(opts) `
FAQs
Unknown package
We found that amazon2irc 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.