mirror of https://github.com/MISP/misp-training
chg: [modules] some updates to new MISP module format
parent
78fdc27a3d
commit
894df7d189
|
@ -626,7 +626,7 @@
|
||||||
\begin{frame}[fragile]
|
\begin{frame}[fragile]
|
||||||
\frametitle{New expansion \& import modules format}
|
\frametitle{New expansion \& import modules format}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item An additional field
|
\item Backward compatible - an additional field to extend the format
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\begin{adjustbox}{width=\textwidth,height=5cm,keepaspectratio}
|
\begin{adjustbox}{width=\textwidth,height=5cm,keepaspectratio}
|
||||||
\begin{lstlisting}[language=python]
|
\begin{lstlisting}[language=python]
|
||||||
|
@ -637,17 +637,17 @@
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Takes a standard MISP attribute as input
|
\item Takes a standard MISP attribute as input
|
||||||
\item Can return MISP attributes, objects \& tags
|
\item Can return MISP attributes, objects \& tags
|
||||||
\item Supports references
|
\item Supports relationships
|
||||||
\item First examples
|
\item First modules supporting this new export format
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item urlhaus expansion module
|
\item urlhaus expansion module
|
||||||
\item Joe Sandbox import \& import module
|
\item Joe Sandbox import \& query module
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}[fragile]
|
\begin{frame}[fragile]
|
||||||
\frametitle{New expansion \& import modules view}
|
\frametitle{New expansion \& import modules view (MISP 2.4.110}
|
||||||
\includegraphics[scale=0.2]{new_format_view.png}
|
\includegraphics[scale=0.2]{new_format_view.png}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue