Post

Cheat sheet: Create a MISP object

Cheat sheet: Create a MISP object

Create a MISP object

See a MISP object example

MISP object location:

1
/var/www/MISP/app/files/misp-objects/objects

Create a folder with the name of your object. In this folder, create a file definition.json

The header must contain the following informations:

  • UUID
  • description and name
  • version
  • meta-category
  • required
  • requireOneOf

You object is filled with attributes, here are some examples:

  • description
  • misp-attribute
  • ui-priority
  • disable_correlation
  • multiple
  • values_list

Update MISP

Once you have created your object, update MISP.

Go to Global actions > List Object Templates and Update Objects

Validation

To validate your object, run the following script:

1
2
./jq_all_the_things.sh
./validate_all.sh

source: misp-project

This post is licensed under CC BY 4.0 by the author.