chg: [attack] conversion added

main
Alexandre Dulaunoy 2024-05-16 14:13:13 +02:00
parent b905044344
commit 01aec94990
2 changed files with 19 additions and 0 deletions

View File

@ -54,6 +54,25 @@
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Conversion (or the Dirty Part)}
\begin{itemize}
\item Understand the topic.
\item Understand the users and their use cases.
\item Map to Matrix / Kill Chain.
\item Handle \textbf{various formats}:
\begin{itemize}
\item JSON, XLS, PDF, DOCX, Markdown, CSV, web scraping, Python, etc.
\end{itemize}
\item Reverse engineer the data model.
\item Manage UUIDs: existing vs. generating new.
\item Handle duplicate values\footnote{In other words, many organizations didnt machine-validate their own model.}:
\begin{itemize}
\item Interaction with the framework owner.
\end{itemize}
\item Create the conversion script.
\end{itemize}
\end{frame}
\begin{frame}

Binary file not shown.