
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.
= Project Honeypot
Project Honeypot is a programmatic interface to the Project Honeypot HTTP:BL service for identifying suspicious ip addresses. This Gem was built to filter out spammers on http://www.tweetburner.com.
It is a handy thing to be able to identify spammers, harvesters, and other suspicious IP addresses if you're worried about who might be abusing your service.
= Requirements
This Gem requires that you have an Http:BL API key from Project Honeypot. You can get one at http://www.projecthoneypot.org/
= Usage
Add 'project-honeypot2' to your Gemfile.
HTTP:BL lookups through Project Honeypot result in a Url object that gives you the risk score, last activity, and types of offenses the ip address is listed for.
The score is worse the higher it is and the last_activity is in days.
== Example #1: Suspicious IP Address
Given an api key of "abcdefghijkl"
@listing = ProjectHoneypot.lookup("abcdefghijkl", "192.168.1.1") @listing.safe?
@listing.ip_address
@listing.score
@listing.last_activity
@listing.offenses
@listing.comment_spammer?
@listing.suspicious?
@listing.harvester?
== Example #2: Safe IP Address
@listing = ProjectHoneypot.lookup("abcdefghijkl", "192.168.1.1") @listing.safe?
@listing.ip_address
@listing.score
@listing.last_activity
@listing.offenses
@listing.comment_spammer?
@listing.suspicious?
@listing.harvester?
= To Do Items
FAQs
Unknown package
We found that project-honeypot2 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.