masterthesis/acronyms.tex

99 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},
2022-04-17 17:05:56 +02:00
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},
2022-04-17 17:05:56 +02:00
long = {Peer-to-Peer}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{c2}{
2021-11-16 14:12:13 +01:00
short = {C2},
2022-04-17 17:05:56 +02:00
long = {Command and Control}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{irc}{
2021-11-11 16:44:13 +01:00
short = {IRC},
2022-04-17 17:05:56 +02:00
long = {Internet Relay Chat}
2021-10-18 12:59:29 +02:00
}
\DeclareAcronym{ddos}{
2021-11-11 16:44:13 +01:00
short = {DDoS},
2022-04-17 17:05:56 +02:00
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},
2022-04-17 17:05:56 +02:00
long = {Domain Generation Algorithm}
2021-11-11 16:44:13 +01:00
}
\DeclareAcronym{dns}{
short = {DNS},
2022-04-17 17:05:56 +02:00
long = {Domain Name System}
2021-11-11 16:44:13 +01:00
}
\DeclareAcronym{iot}{
short = {IoT},
2022-04-17 17:05:56 +02:00
long = {Internet of Things}
2021-11-11 16:44:13 +01:00
}
\DeclareAcronym{isp}{
short = {ISP},
2022-04-17 17:05:56 +02:00
long = {Internet Service Provider}
2021-11-11 16:44:13 +01:00
}
\DeclareAcronym{spof}{
2022-04-17 17:05:56 +02:00
short = {SPoF},
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},
2022-04-17 17:05:56 +02:00
long = {gRPC Remote Procedure Call}
2022-03-08 20:15:29 +01:00
}
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 :