Forget Sergeant Pepper and his Lonely Hearts Club Band, who taught the band to play a mere 20 years ago today.
December 2022 sees the 35th anniversary of the first major self-spreading computer virus â the infamous CHRISTMA EXEC
worm that temporarily crushed the major mainframe networks of the dayâŠ
⊠not by any deliberately coded side-effects such as file scrambling or data deletion, but simply by leeching too much network bandwidth for its own unauthorised purpose.
As a decoy to disguise the fact that it read in the 1980s IBM equivalents of your email address book (NAMES
) and your known-hosts file (NETLOG
) in order to find as many new recipients of the malware as possible to send itself to, the malware displayed this:
* * *** ***** ******* ********* ************* A ******* *********** VERY *************** ******************* HAPPY *********** *************** CHRISTMAS ******************* *********************** AND MY *************** ******************* BEST WISHES *********************** *************************** FOR THE NEXT ****** ****** YEAR ******
If youâre wondering why the virus is widely known as CHRISTMA EXEC
, rather than by the full word CHRISTMAS
âŠ
âŠthatâs because filenames were limited to eight characters, which could be followed by a space and what we would today call an âextensionâ of EXEC
in order to turn them into scripts that could be run directly by the user â executed, in technical jargon.
The virus itself was written in IBMâs powerful text-based scripting language REXX (the resoundingly named Restructured Extended Executor), so a non-programmer looking at the message would probably recognise it as âprogram codeâ, and therefore tend to ignore it as unimportant and irrelevant, for all that it might look interesting.
Except that the author of the virus found a cheerful way to embed an instructional lure right into the code itself, which starts with a remark (as in the C language, text between /*
and */
in REXX programs is treated as a comment and ignored when the file gets used)âŠ
/*********************/ /* LET THIS EXEC */ /* */ /* RUN */ /* */ /* AND */ /* */ /* ENJOY */ /* */ /* YOURSELF! */ /*********************/
âŠand then offers the following cheery advice to non-techies:
/* browsing this file is no fun at all just type CHRISTMAS from cms */
CMS is short for Conversational Monitor System, a command prompt environment on top of IBMâs venerable VM/370 operating system and its many variants, which offered individual users a real-time virtual machine that behaved like a computer all of their own, with its own disk space for storing personal files and programs.
Handily, the user didnât have to be taught to leave the final -S
off the word CHRISTMAS
, because CMS would automatically ignore any extra characters and hunt for CHRISTMA EXEC
, which was the very script program that the user had just received without expecting it or asking for it.
As stated above, the code did indeed display the Christmas Tree ASCII art â or, more precisely, EBCDIC art, given that IBM famously had its own character encoding system known as Extended Binary Coded Decimal Interchange Code (pronounced ebb-si-dick).
But it also trawled through your NAMES
and NETLOG
files, which listed other users and computers you regularly contacted, and copied itself to all of them, so that for every user who innocently typed CHRISTMAS
at the command promptâŠ
âŠa sea of copies of the virus (20? 50? 200?) would be distributed, potentially worldwide, and if any of those recipients (20? 50? 200?) innocently typed CHRISTMAS
at the command promptâŠ
âŠa sea of copies of the virus would be distributed, and so on, and so on.
Shades of the future
As we said in this weekâs podcast, where we discussed this seminal worm:
[This is j]ust like modern macro malware that says to the user, âHey, macros are disabled, but for your âextra safetyâ you need to turn them back on⊠why not click the button? Itâs much easier that way.â
35 years ago, malware writers had already figured out that if you ask users nicely to do something that is not at all in their interest, some of them, possibly many of them, will do it.
Detection of Network Worm to Eliminate Security Threats in MANET: Wormhole Attack and its Challenges