MISP-maltego/src/MISP_maltego/resources/maltego/misp_MISPEventToAll.machine

13 lines
382 B
Plaintext
Raw Normal View History

machine("misp.MISPEventToAll",
displayName:"Event to All",
author:"Christophe Vandeplas",
description: "Automatically expands MISP Objects to their attributes") {
start {
run("MISP_maltego.EventToAttributes")
paths {
run("MISP_maltego.ObjectToAttributes")
run("MISP_maltego.GalaxyToRelations")
}
}
}