
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
project-honeypot
Advanced tools
Friendly API for querying and consuming the Project Honeypot API
This npm module will allow you to query and consume the Project Honeypot API. Query it with an IP, and a simple JSON object will be sent back with relevent metadata regarding that IP.
npm install project-honeypot
var honeypot = require('project-honeypot')('YOUR-ACCESS-KEY');
honeypot.query(ip, callback);
Callback signature is (err, payload)
, and follows the following format:
payload.found
is boolean false
payload.found
is boolean true
and shows follows this format:{
"ip": "127.1.1.5",
"found": true,
"lastSeenDays": 1,
"threatScore": 1,
"searchEngineId": null,
"type": {
"searchEngine": false,
"suspicious": true,
"harvester": false,
"spammer": true
}
}
Note: Certain ip addresses in the 127.*.*.*
range are test addresses, 127.1.1.5
being one of them. It returns a result record corresponding to a IP address flagged as both "suspicious" and "comment spammer". View the full list here.
FAQs
Friendly API for querying and consuming the Project Honeypot API
The npm package project-honeypot receives a total of 1,277 weekly downloads. As such, project-honeypot popularity was classified as popular.
We found that project-honeypot 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.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.