masterthesis/acronyms.tex
Valentin Brandl 02d8abd2cd Content
2022-04-17 17:05:56 +02:00

99 lines
1.6 KiB
TeX

\DeclareAcronym{html}{
short = {HTML},
long = {Hyper Text Markup Language}
}
\DeclareAcronym{p2p}{
short = {P2P},
long = {Peer-to-Peer}
}
\DeclareAcronym{c2}{
short = {C2},
long = {Command and Control}
}
\DeclareAcronym{irc}{
short = {IRC},
long = {Internet Relay Chat}
}
\DeclareAcronym{ddos}{
short = {DDoS},
long = {Distributed Denial of Service}
}
\DeclareAcronym{dga}{
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},
short-plural-form = {SPoF},
long-plural-form = {Single Points of Failure},
}
\DeclareAcronym{bms}{
short = {BMS},
long = {Botnet Monitoring System}
}
\DeclareAcronym{bsf}{
short = {BSF},
long = {Botnet Simulation Framework}
}
\DeclareAcronym{wcc}{
short = {WCC},
long = {Weakly Connected Component}
}
\DeclareAcronym{as}{
short = {AS},
long = {Autonomous System}
}
\DeclareAcronym{grpc}{
short = {gRPC},
long = {gRPC Remote Procedure Call}
}
\DeclareAcronym{nat}{
short = {NAT},
long = {Network Access Translation}
}
\DeclareAcronym{md5}{
short = {MD5},
long = {Message-Digest Algorithm 5},
}
\DeclareAcronym{mm}{
short = {MM},
long = {Membership Management},
}
\DeclareAcronym{dht}{
short = {DHT},
long = {Distributed Hash Table},
}
% vim: set filetype=tex ts=2 sw=2 tw=0 et :