add: MISP modules slides added

exercise-movie
chrisr3d 2020-09-13 04:19:48 +02:00
parent 0040e066df
commit c6cb20f83a
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 52 additions and 2 deletions

View File

@ -8,9 +8,9 @@
\begin{frame}
\frametitle{MISP and CIRCL}
\begin{center}
\includegraphics[scale=0.45]{pics/circl.png}
\includegraphics[scale=0.45]{circl.png}
\hspace{2.5em}
\includegraphics[scale=0.35]{pics/misp.pdf}
\includegraphics[scale=0.35]{misp.pdf}
\end{center}
\begin{itemize}
\item CIRCL is mandated by the Ministry of Economy and acting as the Luxembourg {\bf National CERT for the private sector}.
@ -165,6 +165,38 @@
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{MISP format modules}
\begin{itemize}
\item Initial modules
\begin{itemize}
\item Return single attributes only
\item As light weight as possible
\item Good to handle simple queries
\end{itemize}
\item MISP format modules
\begin{itemize}
\item Return MISP standard format
\item Backward compatible
\item Much better results with complex data
\end{itemize}
\end{itemize}
\pause
\begin{itemize}
\item Why are they interesting?
\pause
\item Keep the {\bf context} of the results returned by the modules
\item {\bf Validation} of the data to ingest
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{MISP format modules}
\begin{center}
\includegraphics[width=0.7\linewidth]{cve_module.png}
\end{center}
\end{frame}
\begin{frame}
\frametitle{So that's where we are now}
\begin{itemize}
@ -173,6 +205,24 @@
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Going further with the MISP modules}
\begin{itemize}
\item Move the export modules to the built-in export library
\item Make import module able to generate new events
\item Expansion modules for events
\end{itemize}
\begin{itemize}
\item Move the modules to background processes with a
messaging system
\item Avoid results preview if needed
\begin{itemize}
\item Preview page can be very heavy
\item Difficulty is dealing with uncertain results (without the user
having final say)
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{MISP galaxy 2.0}

BIN
AUSCERT2020/cve_module.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB