94 lines
1.5 KiB
TeX
94 lines
1.5 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{http}{
|
|
short = {HTTP},
|
|
long = {hypertext transfer protocol}
|
|
}
|
|
|
|
\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},
|
|
}
|
|
|
|
% vim: set filetype=tex ts=2 sw=2 tw=0 et :
|