mirror of https://github.com/MISP/MISP-maltego
new: [machine] Event To Attributes & Objects
parent
e1dfb5f927
commit
8ae7383d0c
|
@ -0,0 +1,14 @@
|
|||
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.EventToObjects")
|
||||
run("MISP_maltego.ObjectToAttributes")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue