From 77b0b3ac3e51ddea95a314730a8a34ec36497a88 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Thu, 1 Dec 2022 10:49:09 +0100 Subject: [PATCH] add: Galaxy test sample --- tests/mispevent_testfiles/galaxy.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/mispevent_testfiles/galaxy.json diff --git a/tests/mispevent_testfiles/galaxy.json b/tests/mispevent_testfiles/galaxy.json new file mode 100644 index 0000000..a2d9107 --- /dev/null +++ b/tests/mispevent_testfiles/galaxy.json @@ -0,0 +1,25 @@ +{ + "uuid": "c5f2dfb4-21a1-42d8-a452-1d3c36a204ff", + "name": "Tea Matrix", + "type": "tea-matrix", + "description": "Tea Matrix", + "namespace": "tea-matrix", + "GalaxyCluster": [ + { + "collection_uuid": "7eacd736-b093-4cc0-a56c-5f84de725dfb", + "type": "tea-matrix", + "value": "Milk in tea", + "tag_name": "misp-galaxy:tea-matrix=\"Milk in tea\"", + "description": "Milk in tea", + "uuid": "24430dc6-9c27-4b3c-a5e7-6dda478fffa0", + "distribution": "3", + "default": true, + "meta": { + "kill_chain": [ + "tea:black" + ] + }, + "relationship_type": "ennemy-of" + } + ] +}