new: [machine] Event To Attributes & Objects

pull/40/head
Christophe Vandeplas 2019-10-19 11:02:18 +02:00
parent e1dfb5f927
commit 8ae7383d0c
1 changed files with 14 additions and 0 deletions

View File

@ -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")
}
}
}
}