mirror of https://github.com/MISP/MISP-maltego
chg: [machine] cleanup of machine
parent
86bf05195d
commit
442d297b8e
|
@ -1,11 +1,19 @@
|
|||
machine("misp.MISPEventToAll",
|
||||
displayName:"Event to All",
|
||||
displayName:"Event To All",
|
||||
author:"Christophe Vandeplas",
|
||||
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")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue