masterthesis/acronyms.tex

62 lines
976 B
TeX
Raw Normal View History

2021-02-03 10:44:28 +01:00
\DeclareAcronym{html}{
2021-11-11 16:44:13 +01:00
short = {HTML},
long = {hyper text markup language}
2021-02-03 10:44:28 +01:00
}
2021-10-18 12:59:29 +02:00
\DeclareAcronym{p2p}{
2021-11-11 16:44:13 +01:00
short = {P2P},
long = {peer-to-peer}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{c2}{
2021-11-16 14:12:13 +01:00
short = {C2},
long = {command and control}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{irc}{
2021-11-11 16:44:13 +01:00
short = {IRC},
long = {internet relay chat}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{http}{
2021-11-11 16:44:13 +01:00
short = {HTTP},
long = {hypertext transfer protocol}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{ddos}{
2021-11-11 16:44:13 +01:00
short = {DDoS},
long = {distributed denial of service}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{dga}{
2021-11-11 16:44:13 +01:00
short = {DGA},
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}
2021-10-18 12:59:29 +02:00
}
2021-11-16 14:12:13 +01:00
\DeclareAcronym{bms}{
short = {BMS},
long = {Botnet Monitoring System}
}
2021-10-18 12:59:29 +02:00
% vim: set filetype=tex ts=2 sw=2 tw=0 et :