mirror of https://github.com/MISP/misp-training
chg: grammar and highlighting
parent
321e3bb643
commit
28f1a1535e
|
@ -177,15 +177,15 @@
|
|||
\begin{itemize}
|
||||
\item Initial modules
|
||||
\begin{itemize}
|
||||
\item Return single attributes only
|
||||
\item As light weight as possible
|
||||
\item Good to handle simple queries
|
||||
\item Return {\bf single attributes} only
|
||||
\item As {\bf light-weight} as possible
|
||||
\item Good to handle {\bf 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
|
||||
\item Return {\bf MISP standard format}
|
||||
\item {\bf Backward compatible}
|
||||
\item Much better results with {\bf complex data}
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\pause
|
||||
|
@ -217,17 +217,17 @@
|
|||
\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
|
||||
\item Move the export modules to the {\bf built-in export library}
|
||||
\item Enable import modules to be able to {\bf generate entire events}
|
||||
\item {\bf Expansion modules} for the event scope
|
||||
\end{itemize}
|
||||
\begin{itemize}
|
||||
\item Move the modules to background processes with a
|
||||
\item Move the modules to {\bf background processes} with a
|
||||
messaging system
|
||||
\item Avoid results preview if needed
|
||||
\item Avoid the results preview when applicable
|
||||
\begin{itemize}
|
||||
\item Preview page can be very heavy
|
||||
\item Difficulty is dealing with uncertain results (without the user
|
||||
\item Difficulty is {\bf dealing with uncertain results} (without the user
|
||||
having final say)
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
|
@ -256,10 +256,10 @@ having final say)
|
|||
\begin{frame}
|
||||
\frametitle{Community management at scale}
|
||||
\begin{itemize}
|
||||
\item Cerebrate is a new OSS frameworks that we're building
|
||||
\item Manage organisation, sharing group, encryption key data for communities
|
||||
\item Instrument MISP instances and the interconnectivity between them via Cerebrate
|
||||
\item Introduce information signing by validating signatures / ownership via trusted Cerebrate nodes
|
||||
\item {\bf Cerebrate} is a new OSS frameworks that we're building
|
||||
\item Manage {\bf organisation, sharing group, encryption key} data for communities
|
||||
\item {\bf Instrument} MISP instances and the interconnectivity between them via Cerebrate
|
||||
\item Introduce {\bf information signing} by validating signatures / ownership via trusted Cerebrate nodes
|
||||
\item Early alpha already available
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
|
Loading…
Reference in New Issue