chg: [galaxy] Added more info for galaxy-matrix creation

changes-actionable
mokaddem 2019-10-09 16:58:34 +02:00
parent 9979d6415d
commit a78faa041b
2 changed files with 21 additions and 15 deletions

View File

@ -238,23 +238,29 @@
\end{adjustbox} \end{adjustbox}
\end{frame} \end{frame}
\begin{frame}[fragile]
\frametitle{Galaxy JSON matrix-like}
\includegraphics[width=0.9\linewidth]{screenshots/galaxy-matrix.png}
\end{frame}
\begin{frame}[fragile] \begin{frame}[fragile]
\frametitle{Galaxy JSON matrix-like} \frametitle{Galaxy JSON matrix-like}
\begin{adjustbox}{keepaspectratio} \begin{adjustbox}{keepaspectratio}
\begin{lstlisting}[language=json,firstnumber=1] %\lstset{emph={kill_chain_order},emphstyle=\textbf}
\begin{lstlisting}[language=json,firstnumber=1,escapechar=@]
{ {
"description": "Universal Development and Security Guidelines as Applicable to Election Technology.", "description": "Universal Development and Security Guidelines as Applicable to Election Technology.",
"icon": "map", "icon": "map",
"kill_chain_order": { @\textbf{\color{red}"kill\_chain\_order": \{}@ @\textbf{\color{black}\textbackslash\textbackslash Tab in the matrix}@
"example-of-threats": [ @\textbf{\color{red}"example-of-threats": [}@ @\textbf{\color{black}\textbackslash\textbackslash Column in the matrix}@
"setup | party/candidate-registration", @\textbf{\color{red}"setup | party/candidate-registration",}@
"setup | electoral-rolls", @\textbf{\color{red}"setup | electoral-rolls",}@
"campaign | campaign-IT", @\textbf{\color{red}"campaign | campaign-IT",}@
"all-phases | governement-IT", @\textbf{\color{red}"all-phases | governement-IT",}@
"voting | election-technology", @\textbf{\color{red}"voting | election-technology",}@
"campaign/public-communication | media/press" @\textbf{\color{red}"campaign/public-communication | media/press"}@
] @\textbf{\color{red}]}@
}, @\textbf{\color{red}\},}@
"name": "Election guidelines", "name": "Election guidelines",
"namespace": "misp", "namespace": "misp",
"type": "guidelines", "type": "guidelines",
@ -268,14 +274,14 @@
\begin{frame}[fragile] \begin{frame}[fragile]
\frametitle{Cluster JSON matrix-like} \frametitle{Cluster JSON matrix-like}
\begin{adjustbox}{keepaspectratio} \begin{adjustbox}{keepaspectratio}
\begin{lstlisting}[language=json,firstnumber=1] \begin{lstlisting}[language=json,firstnumber=1, escapechar=@]
{ {
"description": "DoS or overload of party/campaign registration, causing them to miss the deadline", "description": "DoS or overload of party/campaign registration, causing them to miss the deadline",
"meta": { "meta": {
"date": "March 2018.", "date": "March 2018.",
"kill_chain": [ @\textbf{\color{red}"kill\_chain": [}@ @\textbf{\color{black}\textbackslash\textbackslash Define in which column the cluster should be placed}@
"example-of-threats:setup | party/candidate-registration" @\textbf{\color{red} "example-of-threats:setup | party/candidate-registration"}@
], @\textbf{\color{red}],}@
"refs": [ "refs": [
"https://www.ria.ee/sites/default/files/content-editors/kuberturve/cyber_security_of_election_technology.pdf" "https://www.ria.ee/sites/default/files/content-editors/kuberturve/cyber_security_of_election_technology.pdf"
] ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB