mirror of https://github.com/MISP/misp-training
chg: [cheatsheet] Added element collection in data-model
parent
feaa6a9bd3
commit
a84e06b134
|
@ -140,14 +140,6 @@
|
|||
|
||||
\newpage
|
||||
|
||||
% Creates a box with a label taking 1/3 of the available width
|
||||
% arg1[optional] = icon
|
||||
% arg2[optional] = purpose
|
||||
% arg3[optional] = usecase
|
||||
% arg4[optional] = actions
|
||||
% arg5[optional] = description
|
||||
% arg6 = title
|
||||
% arg7 = content
|
||||
\begin{multicols*}{3}
|
||||
% Analyst Note
|
||||
\cheatbox[\faicon{sticky-note}]
|
||||
|
@ -186,4 +178,14 @@
|
|||
$\blacktriangleright$ Example could be an \event $\rightarrow$ \event relationship where one is \textit{Suspected to be part of the same campaign based on HUMINT sources}
|
||||
}
|
||||
|
||||
% Element Collection
|
||||
\cheatbox[\faicon{object-group}]
|
||||
[Allow groupping multiple elements into a single collection]
|
||||
[Grouping \events together if they are part of the same campaing]
|
||||
[\distributable]
|
||||
[Group element into collection]
|
||||
{\linkdest{collection}Element Collection}
|
||||
{
|
||||
}
|
||||
|
||||
\end{multicols*}
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
\newcommand{\opinion}{\hyperlink{opinion}{\texttt{Analyst Opinion}} }
|
||||
\newcommand{\relationships}{\hyperlink{relationship}{\texttt{Analyst Relationships}} }
|
||||
\newcommand{\relationship}{\hyperlink{relationship}{\texttt{Analyst Relationship}} }
|
||||
\newcommand{\collections}{\hyperlink{collection}{\texttt{Element Collections}} }
|
||||
\newcommand{\collection}{\hyperlink{collection}{\texttt{Element Collection}} }
|
||||
|
||||
\newcommand{\taggable}{\faicon{tags}\hspace*{0.3em}}
|
||||
\newcommand{\distributable}{\faicon{eye-slash}\hspace*{0.3em}}
|
||||
|
|
Loading…
Reference in New Issue