masterthesis/acronyms.tex

104 lines
1.6 KiB
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},
2022-03-15 18:14:22 +01:00
long = {single point of failure},
short-plural-form = {SPOF},
long-plural-form = {single points 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-12-10 10:18:58 +01:00
\DeclareAcronym{bsf}{
short = {BSF},
long = {Botnet Simulation Framework}
}
2022-02-27 21:19:38 +01:00
\DeclareAcronym{wcc}{
short = {WCC},
2022-04-08 18:23:44 +02:00
long = {Weakly Connected Component}
2022-02-27 21:19:38 +01:00
}
2022-03-08 20:15:29 +01:00
\DeclareAcronym{as}{
short = {AS},
2022-04-08 18:23:44 +02:00
long = {Autonomous System}
2022-03-08 20:15:29 +01:00
}
\DeclareAcronym{grpc}{
short = {gRPC},
long = {gRPC remote procedure call}
}
2022-03-25 22:46:44 +01:00
\DeclareAcronym{nat}{
short = {NAT},
2022-04-08 18:23:44 +02:00
long = {Network Access Translation}
2022-03-25 22:46:44 +01:00
}
2022-03-29 20:39:29 +02:00
\DeclareAcronym{md5}{
short = {MD5},
long = {Message-Digest Algorithm 5},
}
2022-04-08 01:43:49 +02:00
\DeclareAcronym{mm}{
short = {MM},
long = {Membership Management},
}
2022-04-08 18:23:44 +02:00
\DeclareAcronym{dht}{
short = {DHT},
long = {Distributed Hash Table},
}
2021-10-18 12:59:29 +02:00
% vim: set filetype=tex ts=2 sw=2 tw=0 et :