Add new acronyms

This commit is contained in:
Valentin Brandl 2021-11-11 16:44:13 +01:00
parent 5daac648ed
commit 46f259af88

View File

@ -1,36 +1,56 @@
\DeclareAcronym{html}{ \DeclareAcronym{html}{
short = HTML, short = {HTML},
long = hyper text markup language long = {hyper text markup language}
} }
\DeclareAcronym{p2p}{ \DeclareAcronym{p2p}{
short = {{P2P}}, short = {P2P},
long = {{peer-to-peer}} long = {peer-to-peer}
} }
\DeclareAcronym{c2}{ \DeclareAcronym{c2}{
short = {{C\&C server}}, short = {C\&C server},
long = {{command and control server}} long = {command and control server}
} }
\DeclareAcronym{irc}{ \DeclareAcronym{irc}{
short = {{IRC}}, short = {IRC},
long = {{internet relay chat}} long = {internet relay chat}
} }
\DeclareAcronym{http}{ \DeclareAcronym{http}{
short = {{HTTP}}, short = {HTTP},
long = {{hypertext transfer protocol}} long = {hypertext transfer protocol}
} }
\DeclareAcronym{ddos}{ \DeclareAcronym{ddos}{
short = {{DDoS}}, short = {DDoS},
long = {{distributed denial of service}} long = {distributed denial of service}
} }
\DeclareAcronym{dga}{ \DeclareAcronym{dga}{
short = {{DGA}}, short = {DGA},
long = {{domain generation algorithm}} long = {domain generation algorithm}
}
\DeclareAcronym{dns}{
short = {DNS},
long = {domain name system}
}
\DeclareAcronym{iot}{
short = {IoT},
long = {internet of things}
}
\DeclareAcronym{isp}{
short = {ISP},
long = {internet service provider}
}
\DeclareAcronym{spof}{
short = {SPOF},
long = {single point of failure}
} }
% vim: set filetype=tex ts=2 sw=2 tw=0 et : % vim: set filetype=tex ts=2 sw=2 tw=0 et :