[comp.virus] Sunday virus

frisk@rhi.hi.is (Fridrik Skulason) (11/15/89)

The "Sunday" virus reported here recently seems to be little more than a
variant of the Israeli/Jerusalem virus.

There are some differences - the length of Israeli/Jerusalem is 1808 bytes,
but "Sunday" is only 1631 bytes long. Jerusalem defines INT 21 subfunction
E0 to check if it is installed, but Sunday uses subfunction FF.

It is, however, so similar to the original virus, that the only modification
I had to make to my virus removal program to cover "Sunday" was to change
one line in the "remove_israeli_or_fu_manchu" procedure:

        if (virlen == 1808)
to
        if (virlen == 1808 || virlen == 1631)

No other changes needed, not even new signature strings.

This means that we only have 39 different viruses to worry about, not 40. :-)

Anyhow - it is always getting harder and harder to determine what is a new
virus and what is just a variant. Viruses Like "Ghost" and "Mix1" that
combine parts of two viruses are not making that job easier...!

- -frisk