All Projects → MISP → Misp Rfc

MISP / Misp Rfc

Specifications used in the MISP project including MISP core format

Projects that are alternatives of or similar to Misp Rfc

Onebot
OneBot 标准:一个聊天机器人应用接口标准
Stars: ✭ 455 (+1367.74%)
Mutual labels:  standard, protocol
onebot
OneBot:统一的聊天机器人应用接口标准
Stars: ✭ 1,113 (+3490.32%)
Mutual labels:  protocol, standard
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+23025.81%)
Mutual labels:  protocol
Statusprovider
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
Stars: ✭ 879 (+2735.48%)
Mutual labels:  protocol
Modbus
Modbus RTU and TCP support for C#
Stars: ✭ 23 (-25.81%)
Mutual labels:  protocol
Starscream
Websockets in swift for iOS and OSX
Stars: ✭ 7,105 (+22819.35%)
Mutual labels:  protocol
Prior Standards
Archive of prior TDWG standards
Stars: ✭ 10 (-67.74%)
Mutual labels:  standard
Examples
A collection of TLA+ specifications of varying complexities
Stars: ✭ 720 (+2222.58%)
Mutual labels:  protocol
Ale Sensible
Pretty, responsive and smooth defaults for a sane ALE, gets you started in 30 seconds
Stars: ✭ 30 (-3.23%)
Mutual labels:  standard
Protobuf Convert
Macros for convenient serialization of Rust data structures into/from Protocol Buffers 3
Stars: ✭ 22 (-29.03%)
Mutual labels:  protocol
Ncd
Natural Collections Descriptions (NCD)
Stars: ✭ 12 (-61.29%)
Mutual labels:  standard
Senseme
Python Library for Haiku SenseMe app controlled fans/lights
Stars: ✭ 19 (-38.71%)
Mutual labels:  protocol
Proposal Binary Ast
Binary AST proposal for ECMAScript
Stars: ✭ 831 (+2580.65%)
Mutual labels:  standard
Awareness
The new architecture of co-computation for data processing and machine learning.
Stars: ✭ 11 (-64.52%)
Mutual labels:  protocol
Jsonhelper
✌ Convert anything into anything in one operation; JSON data into class instances, hex strings into UIColor/NSColor, y/n strings to booleans, arrays and dictionaries of these; anything you can make sense of!
Stars: ✭ 792 (+2454.84%)
Mutual labels:  protocol
Summer
Decoupled protocol for modules in Android App
Stars: ✭ 19 (-38.71%)
Mutual labels:  protocol
Lsquic
LiteSpeed QUIC and HTTP/3 Library
Stars: ✭ 727 (+2245.16%)
Mutual labels:  protocol
Node Ntp
⌛️ simple network time protocol implementation for node.js
Stars: ✭ 17 (-45.16%)
Mutual labels:  protocol
Array Api
RFC document, tooling and other content related to the array API standard
Stars: ✭ 26 (-16.13%)
Mutual labels:  standard
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-3.23%)
Mutual labels:  protocol

MISP standards and RFCs

This repository is the official source of the specification and formats used in the MISP project.

The formats are described to support other implementations which reuse the format and ensuring an interoperability with existing MISP software, other Threat Intelligence Platforms and security tools at large.

All the formats can be freely reused by everyone.

MISP Formats in use and implemented in multiple software

MISP Format in design phase and implemented in at least one software prototype

  • misp-modules-protocol which describes the misp-modules protocol used between MISP and misp-modules.

MISP Format in design phase

  • misp-collaborative-voting-format which describes the collaborative voting and scoring format for the feeds providers.

Sample files

If you want to see how a threat intelligence can be easily expressed in MISP standard, the following resources might give you some ideas:

Installing MISP is also another option to see the MISP standards in action. The MISP standards are actively used in the MISP threat intelligence platform to support the complete chain from intelligence creation, sharing, distribution and synchronisation.

Building the RFCs

These RFCs use mmark to generate - get a release from the Github Repo and make sure it's in your PATH.

You'll also need xml2rfc - install using sudo pip3 isntall xml2rfc

for directory in $(find . -type d -iname "misp*"); do;
    echo "Building $directory...";
    cd $directory;
    make;
    cd ..;
done;

Contribution

If you want to contribute to the MISP specifications, feel free to open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].