Skip to content

Node.js client for MISP (Malware Information Sharing Platform) API.

License

Notifications You must be signed in to change notification settings

revoverflow/misp.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misp

Node.js client for MISP (Malware Information Sharing Platform) API.

The library is built in TypeScript and is compatible with both CommonJS and ES Modules.

Installation

npm install misp

Usage

const { Client } = require('misp');

const client = new Client('https://misp.example.com', 'your-api-key');

// Retrieve all events
client.events.list().then((events) => {
    console.log(events);
});

Roadmap

  • Implement all resources
    • Events
    • Tags
    • Attributes
    • Objects
    • Users
    • Organisations
    • Galaxies
    • Galaxy clusters
    • Taxonomies
    • Feeds
    • Servers
    • Workers
    • Analyst Data
    • Auth Keys
    • Logs
    • Sightings
    • Warninglists
    • Noticelists
    • Sharing groups
    • User settings
    • Event report
  • Typed values for parameters and return values
  • Unit tests

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Node.js client for MISP (Malware Information Sharing Platform) API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published