MISP-maltego/src/MISP_maltego/resources/maltego/misp_MISPEventToAttributes....

14 lines
402 B
Plaintext

machine("misp.MISPEventToAttributes",
displayName:"Event To Attributes & Objects",
author:"Christophe Vandeplas",
description: "Also automatically expands MISP Objects to their attributes") {
start {
paths {
run("MISP_maltego.EventToAttributes")
path {
run("MISP_maltego.ObjectToAttributes")
}
}
}
}