chg: [attack] 16:9 ratio added + maintenance of a framework

main
Alexandre Dulaunoy 2024-05-16 15:39:30 +02:00
parent 7bc853cc79
commit a3afcd8a6a
3 changed files with 39 additions and 0 deletions

View File

@ -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.

View File

@ -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}