Ref captions and label

This commit is contained in:
Florian Hoss 2022-06-27 13:59:59 +02:00
parent b909ceb20d
commit 71a29c7370
4 changed files with 28 additions and 15 deletions

View file

@ -12,6 +12,8 @@
\WarningFilter{biblatex}{File 'ngerman-iso.lbx'} \WarningFilter{biblatex}{File 'ngerman-iso.lbx'}
\WarningFilter{biblatex}{'\mainlang'} \WarningFilter{biblatex}{'\mainlang'}
\newcommand\myref[1]{\ref{#1}: \nameref{#1}}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel} \usepackage[ngerman]{babel}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}

View file

@ -2,9 +2,13 @@
\subsection{Liste der Assets} \subsection{Liste der Assets}
Siehe Tabelle \myref{tab:Asset Liste}.
\newpage
\begin{table}[ht] \begin{table}[ht]
\centering \centering
\begin{adjustbox}{width=1\textwidth} \begin{adjustbox}{angle=90, height=0.95\textheight}
\small \small
\begin{tabular}{r|l|l|l|l|l|r|l|l|l|r|l} \begin{tabular}{r|l|l|l|l|l|r|l|l|l|r|l}
\textbf{No} & \textbf{Name} & \textbf{Description} & \textbf{Owner} & \textbf{Maintainer} & \textbf{Location} & \textbf{CIA} & \textbf{PI} & \textbf{Access privs} & \textbf{Category} & \textbf{Asset value} & \textbf{Criticality} \\ \textbf{No} & \textbf{Name} & \textbf{Description} & \textbf{Owner} & \textbf{Maintainer} & \textbf{Location} & \textbf{CIA} & \textbf{PI} & \textbf{Access privs} & \textbf{Category} & \textbf{Asset value} & \textbf{Criticality} \\

View file

@ -2,7 +2,7 @@
\subsection{Baum} \subsection{Baum}
Siehe Abbildung \ref{tree:Attack tree} Siehe Abbildung \myref{tree:Attack tree}
\begin{sidewaysfigure} \begin{sidewaysfigure}
\begin{forest} \begin{forest}

View file

@ -1,33 +1,40 @@
\section{Part 3: Quantitative Risk Assessment} \section{Part 3: Quantitative Risk Assessment}
\subsection{Tabelle}
Siehe Tabelle \myref{tab:Quantitative Assessment}.
\begin{table}[ht] \begin{table}[ht]
\centering \centering
\begin{adjustbox}{width=1\textwidth} \begin{adjustbox}{angle=90, height=0.95\textheight}
\small \small
\begin{tabular}{l|l|r|r|r|r|r|r} \begin{tabular}{l|l|l|r|r|r|r|r|r}
\textbf{Asset} & \textbf{Security Issue} & \textbf{ACS} & \textbf{ALE1} & \textbf{SLE2} & \textbf{ARO2} & \textbf{ALE2} & \textbf{Benefit} \\ \textbf{Asset} & \textbf{Security Issue} &\textbf{Countermeasure} & \textbf{ACS} & \textbf{EF} & \textbf{SLE} & \textbf{ARO} & \textbf{ALE} & \textbf{Benefit} \\
\hline \hline
Database Server & Diebstahl der Daten aus Datenbank & 120.000€ & & & & & \\ Database Server & Diebstahl der Daten aus Datenbank & IT-Department & 500.000€ & 50\% & 250.000€ & 0.9 & 225.000€ & \\
\hline \hline
& Löschen der Datenbank & 120.000€ & & & & & \\ & Löschen der Datenbank & IT-Department & 500.000€ & 50\% & 250.000€ & 0.9 & 225.000€ & \\
\hline \hline
& Diebstal des Servers & 500.000€ & & & & & \\ & Diebstal des Servers & Office Security & 1.000.000€ & 100\% & 500.000€ & 0.0001 & 50€ & \\
\hline \hline
Client DB & Verschlüsselung der Datenbank & 60.000€ & & & & & \\ Client DB & Verschlüsselung der Datenbank & IT-Department & 120.000€ & 100\% & 60.000€ & 0.001 & & \\
\hline \hline
Website & Darstellung falscher Daten & 10.000€ & & & & & \\ Website & Darstellung falscher Daten & IT-Department & 10.000€ & 10\% & 1.000€ & 0.1 & 100€ & \\
\hline \hline
& Kontakt Formular & 10.000€ & & & & & \\ & Kontakt Formular & IT-Department & 10.000€ & & & & & \\
\hline \hline
Online Shop & Denial of Service & 100.000€ & & & & & \\ Online Shop & Denial of Service & Anti DoS Lösung & 6.000€ & & & & & \\
\hline \hline
& Man in the middle & 100.000€ & & & & & \\ & Man in the middle & Verschlüsselung & 2.000€ & & & & & \\
\hline \hline
Entertainment & Technischer Defekt & 10.000€ & & & & & \\ Entertainment & Technischer Defekt & Teurere Hardware & 10.000€ & & & & & \\
\hline \hline
& Navigation Defekt & 10.000€ & & & & & \\ & Navigation Defekt & Extensive Testing & 10.000€ & & & & & \\
\end{tabular} \end{tabular}
\end{adjustbox} \end{adjustbox}
\caption{Quantitative Assessment} \caption{Quantitative Assessment}
\label{tab:Quantitative Assessment} \label{tab:Quantitative Assessment}
\end{table} \end{table}
\subsection{Countermeasure Beschreiben}