mirror of https://github.com/MISP/MISP-maltego
fix: [machine] fixes Event to All machine not expanding objects
parent
d2202d8bf6
commit
90d5966961
|
@ -4,16 +4,8 @@ machine("misp.MISPEventToAll",
|
||||||
description: "Automatically expands MISP Objects to their attributes") {
|
description: "Automatically expands MISP Objects to their attributes") {
|
||||||
start {
|
start {
|
||||||
run("MISP_maltego.EventToAttributes")
|
run("MISP_maltego.EventToAttributes")
|
||||||
run("MISP_maltego.AttributeToEvent")
|
|
||||||
paths {
|
|
||||||
path {
|
|
||||||
run("MISP_maltego.ObjectToAttributes")
|
run("MISP_maltego.ObjectToAttributes")
|
||||||
run("MISP_maltego.AttributeToEvent")
|
run("MISP_maltego.AttributeToEvent")
|
||||||
}
|
|
||||||
path {
|
|
||||||
run("MISP_maltego.GalaxyToRelations")
|
run("MISP_maltego.GalaxyToRelations")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue