New acronyms

This commit is contained in:
Valentin Brandl 2021-11-16 14:12:13 +01:00
parent 0a7639beed
commit 1126fa5db0

View File

@ -9,8 +9,8 @@
} }
\DeclareAcronym{c2}{ \DeclareAcronym{c2}{
short = {C\&C server}, short = {C2},
long = {command and control server} long = {command and control}
} }
\DeclareAcronym{irc}{ \DeclareAcronym{irc}{
@ -53,4 +53,9 @@
long = {single point of failure} long = {single point of failure}
} }
\DeclareAcronym{bms}{
short = {BMS},
long = {Botnet Monitoring System}
}
% vim: set filetype=tex ts=2 sw=2 tw=0 et : % vim: set filetype=tex ts=2 sw=2 tw=0 et :