1.0.2 • Published 6 years ago

threatcrowd v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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 --save

Global

Assuming you have the rights to do so, run this command:

npm install -g threatcrowd

Usage

const tc = require('threatcrowd');

tc.threatcrowd('email', 'william19770319@yahoo.com');
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.

Source

https://github.com/marcomafcorp/threatcrowd_api_node

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago