0.1.1 • Published 8 months ago

misp v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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.

This is a work in progress project and implements just a few resources for now.

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.

0.1.1

8 months ago

0.1.0

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago