diff --git a/acronyms.tex b/acronyms.tex index 05125231..916b3f6e 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -9,8 +9,8 @@ } \DeclareAcronym{c2}{ - short = {C\&C server}, - long = {command and control server} + short = {C2}, + long = {command and control} } \DeclareAcronym{irc}{ @@ -53,4 +53,9 @@ long = {single point of failure} } +\DeclareAcronym{bms}{ + short = {BMS}, + long = {Botnet Monitoring System} +} + % vim: set filetype=tex ts=2 sw=2 tw=0 et :