threatcrowd
v1.0.2
Published
Query request to ThreatCrowd's API for Node JS
Readme
threatcrowd_api_node
Node client for making API calls to the Threat Crowd API
threatcrowd
Query request to ThreatCrowd's API for Node JS
Install Instructions
Local Directory
In the directory in question, run this command:
npm install threatcrowd --saveGlobal
Assuming you have the rights to do so, run this command:
npm install -g threatcrowdUsage
const tc = require('threatcrowd');
tc.threatcrowd('email', '[email protected]');
tc.threatcrowd('ip', '185.106.120.101');
tc.threatcrowd('domain', 'aoldaily.com');
tc.threatcrowd('antivirus', 'plugx');
tc.threatcrowd('file', 'ec8c89aa5e521572c74e2dd02a4daf78');Background Information
I built this for myself to query threatcrowd's API and I figured I would publish this as an npm package because other people wouldn't have to write these simple lines code.
