mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Merge branch 'master' of github.com:MISP/misp-galaxy
This commit is contained in:
commit
3faaaf657a
2 changed files with 19 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
language: bash
|
||||
|
||||
sudo: required
|
||||
|
||||
dist: trusty
|
||||
|
||||
install:
|
||||
- git clone https://github.com/stedolan/jq.git
|
||||
- pushd jq
|
||||
- autoreconf -i
|
||||
- ./configure --disable-maintainer-mode
|
||||
- make
|
||||
- sudo make install
|
||||
- popd
|
||||
|
||||
script:
|
||||
- cat */*.json | jq .
|
|
@ -1,5 +1,7 @@
|
|||
# misp-galaxy
|
||||
|
||||
[![Build Status](https://travis-ci.org/MISP/misp-galaxy.svg?branch=master)](https://travis-ci.org/MISP/misp-galaxy)
|
||||
|
||||
MISP galaxy is a simple method to express a large object called cluster that can be attached to MISP events or
|
||||
attributes. A cluster can be composed of one or more elements. Elements are expressed as key-values. There
|
||||
are default elements available in MISP galaxy but those can be overwritten, replaced or updated as you wish.
|
||||
|
|
Loading…
Reference in a new issue