mirror of https://github.com/MISP/misp-training
chg: [attack] 16:9 ratio added + maintenance of a framework
parent
7bc853cc79
commit
a3afcd8a6a
|
@ -92,6 +92,20 @@
|
|||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Maintenance (Anyone on the Line?)}
|
||||
\begin{itemize}
|
||||
\item {\bf Frameworks have a lifecycle} - evolution of the model.
|
||||
\item Know when there is an update.
|
||||
\item {\bf Deprecate, revoke, delete entries}.
|
||||
\item Change of UUID (UUIDv4 or UUIDv5) / value - may impact UUID.
|
||||
\begin{itemize}
|
||||
\item Breaks relationships with UUIDs.
|
||||
\end{itemize}
|
||||
\item Conversion script breaks.
|
||||
\item Keeping contributed relationships.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Get in touch if you have any questions}
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,25 @@
|
|||
\documentclass[aspectratio=169]{beamer}
|
||||
\usetheme[numbering=progressbar]{focus}
|
||||
\definecolor{main}{RGB}{47, 161, 219}
|
||||
\definecolor{textcolor}{RGB}{128, 128, 128}
|
||||
\definecolor{background}{RGB}{240, 247, 255}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{tikz}
|
||||
\usepackage{listings}
|
||||
\usepackage{adjustbox}
|
||||
\usetikzlibrary{positioning}
|
||||
\usetikzlibrary{shapes,arrows}
|
||||
%\usepackage[T1]{fontenc}
|
||||
%\usepackage[scaled]{beramono}
|
||||
\author{\small{MISP Project}}
|
||||
\title{Developing a Threat Intelligence Model and Framework?}
|
||||
\subtitle{\small{How You Can Promote Its Use in MISP and Other TIPs.}}
|
||||
\institute{}
|
||||
\titlegraphic{\includegraphics[scale=0.65]{misp.pdf}}
|
||||
|
||||
\date{12th EU MITRE ATT\&CK Community}
|
||||
\begin{document}
|
||||
\include{content}
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue