fix: [machine] fixes Event to All machine not expanding objects

pull/15/head
Christophe Vandeplas 2019-03-26 18:49:09 +02:00
parent d2202d8bf6
commit 90d5966961
1 changed files with 2 additions and 10 deletions

View File

@ -4,16 +4,8 @@ machine("misp.MISPEventToAll",
description: "Automatically expands MISP Objects to their attributes") {
start {
run("MISP_maltego.EventToAttributes")
run("MISP_maltego.ObjectToAttributes")
run("MISP_maltego.AttributeToEvent")
paths {
path {
run("MISP_maltego.ObjectToAttributes")
run("MISP_maltego.AttributeToEvent")
}
path {
run("MISP_maltego.GalaxyToRelations")
}
}
run("MISP_maltego.GalaxyToRelations")
}
}