Remove TheHive automation (#35)

This commit is contained in:
Jonas Plum
2022-02-27 15:31:17 +01:00
committed by GitHub
parent 338aba8342
commit fd18458f3d
9 changed files with 1 additions and 678 deletions

View File

@@ -35,12 +35,6 @@
"schema" : "{\"title\":\"Input\",\"type\":\"object\",\"properties\":{\"default\":{\"type\":\"string\",\"title\":\"Value\"}},\"required\":[\"default\"]}",
"script" : "",
"type" : [ "global", "artifact", "playbook" ]
}, {
"id" : "thehive",
"image" : "docker.io/python:3",
"schema" : "{\"title\":\"TheHive credentials\",\"type\":\"object\",\"properties\":{\"thehiveurl\":{\"type\":\"string\",\"title\":\"TheHive URL (e.g. 'https://thehive.example.org')\"},\"thehivekey\":{\"type\":\"string\",\"title\":\"TheHive API Key\"},\"skip_files\":{\"type\":\"boolean\", \"default\": true, \"title\":\"Skip Files (much faster)\"},\"keep_ids\":{\"type\":\"boolean\", \"default\": true, \"title\":\"Keep IDs and overwrite existing IDs\"}},\"required\":[\"thehiveurl\", \"thehivekey\", \"skip_files\", \"keep_ids\"]}",
"script" : "",
"type" : [ "global" ]
}, {
"id" : "vt.hash",
"image" : "docker.io/python:3",