+ {/*Find your integrations!*/}
+ {
+ setMouseHoverIndex()
+ }} onMouseOut={() => {
+ setMouseHoverIndex(-1)
+ }}
+ >
+
}
+ onClick={(event) => {
+ onNodeSelect("CASES");
+ setDefaultSearch(discoveryData.label)
+ }}
+ >
+ {appFramework === undefined || appFramework.cases === undefined || appFramework.cases.large_image === undefined ||
+ appFramework === null || appFramework.cases === null || appFramework.cases.large_image === null || appFramework.cases.large_image.length === 0 ?
+
+ :

}
+
+ Case Management
+ {newSelectedApp.name}
+
+
+
+
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("SIEM");
+ setDefaultSearch(discoveryData.label)
+ }}
+ >
+ {appFramework === undefined || appFramework.siem === undefined || appFramework.siem.large_image === undefined ||
+ appFramework === null || appFramework.siem === null || appFramework.siem.large_image === null || appFramework.siem.large_image.length === 0 ?
+
+ :

}
+ SIEM
+
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("ERADICATION");
+ }}
+ >
+ {appFramework === undefined || appFramework.eradication === undefined || appFramework.eradication.large_image === undefined ||
+ appFramework === null || appFramework.eradication === null || appFramework.eradication.large_image === null || appFramework.eradication.large_image.length === 0 ?
+
+ :

}
+ Endpoint
+
+
+
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("INTEL");
+ }}
+ >
+ {appFramework === undefined || appFramework.intel === undefined || appFramework.intel.large_image === undefined ||
+ appFramework === null || appFramework.intel === null || appFramework.intel.large_image === null || appFramework.intel.large_image.length === 0 ?
+
+ :

}
+ Intel
+
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("EMAIL");
+ }}
+ >
+ {appFramework === undefined || appFramework.email === undefined || appFramework.email.large_image === undefined ||
+ appFramework === null || appFramework.email === null || appFramework.email.large_image === null || appFramework.email.large_image.length === 0 ?
+
+ :

}
+ Email
+
+
+ {moreButton ? (
+ {
+ setMouseHoverIndex()
+ }} onMouseOut={() => {
+ setMouseHoverIndex(-1)
+ }}
+ >
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("NETWORK");
+ }}
+ >
+ {appFramework === undefined || appFramework.network === undefined || appFramework.network.large_image === undefined ||
+ appFramework === null || appFramework.network === null || appFramework.network.large_image === null || appFramework.network.large_image.length === 0 ?
+
+ :

}
+ Network
+
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("ASSETS");
+ }}
+ >
+ {appFramework === undefined || appFramework.assets === undefined || appFramework.assets.large_image === undefined ||
+ appFramework === null || appFramework.assets === null || appFramework.assets.large_image === null || appFramework.assets.large_image.length === 0 ?
+
+ :

}
+ Assets
+
+
}
+ color="secondary"
+ onClick={(event) => {
+ onNodeSelect("IAM");
+ }}
+ >
+ {appFramework === undefined || appFramework.iam === undefined || appFramework.iam.large_image === undefined ||
+ appFramework === null || appFramework.iam === null || appFramework.iam.large_image === null || appFramework.iam.large_image.length === 0 ?
+
+ :

}
+ IAM
+
+
+ )
+ :
+
+
+
}
+
+ {/*
+ What do you want to automate first ?
+
+ { onNodeSelect("Email") }} />}
+ label="Email"
+ labelPlacement="Email"
+ />
+ { onNodeSelect("SIEM") }} />}
+ label="SIEM"
+ labelPlacement="SIEM"
+ />
+ { onNodeSelect("EDR") }} />}
+ label="EDR"
+ labelPlacement="EDR"
+ />
+
+ */}
+