summaryrefslogtreecommitdiff
path: root/techniques_table_doc.tex
blob: 3a56a48448c90b785ce6646c0831172ea0fb6474 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
%% SPDX-License-Identifier: CC0-1.0
%%
%% This LaTeX source is copyright (C) 2024 W. Kosior <koszko@koszko.org>

\documentclass{article}

\usepackage[a4paper, total={6in, 8in}, margin=1in]{geometry}
\usepackage[skip=10pt plus1pt, indent=20pt]{parskip}
\usepackage{longtable}
\usepackage[table]{xcolor}
\usepackage{hyperref}
\hypersetup{
  colorlinks,
  urlcolor={blue!80!black}
}

\input{tlp.tex}

\title{Statistics of groups using particular techniques}

\author{Wojciech Kosior}

\begin{document}

\useTLPFancyHeader{CLEAR}

\input{techniques_table.tex}

\section*{Legal}

Technique names presented above are covered by the following terms of use.

\subsection*{LICENSE}

The MITRE Corporation (MITRE) hereby grants you a non-exclusive, royalty-free
license to use ATT\&CK\textregistered for research, development, and commercial
purposes. Any copy you make for such purposes is authorized provided that you
reproduce MITRE's copyright designation and this license in any such copy.


``\textcopyright 2024 The MITRE Corporation. This work is reproduced and
distributed with the permission of The MITRE Corporation.''

\subsection*{DISCLAIMERS}

MITRE does not claim ATT\&CK enumerates all possibilities for the types of
actions and behaviors documented as part of its adversary model and framework of
techniques. Using the information contained within ATT\&CK to address or cover
full categories of techniques will not guarantee full defensive coverage as
there may be undisclosed techniques or variations on existing techniques not
documented by ATT\&CK.

ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN ARE PROVIDED ON AN ``AS IS''
BASIS AND THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY
(IF ANY), THE MITRE CORPORATION, ITS BOARD OF TRUSTEES, OFFICERS, AGENTS, AND
EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION THEREIN WILL NOT
INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR
A PARTICULAR PURPOSE.

\end{document}