Slashdot Mirror


User: glyn.phillips

glyn.phillips's activity in the archive.

Stories
0
Comments
27
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 27

  1. Re:Hmm? on Intel's Dual-core strategy, 75% by end 2006 · · Score: 1

    The question is "How long until applications are compatible with this?". I run my P4 with hyperthreading turned off because too many applications randomly crash when its on.

  2. Re:Bruce Schneier on the Prototype Detection Tool on Microsoft Warns of Impossible to Clean Spyware · · Score: 1

    What is so new about this?

    I use bootable CD based on FreeBSD + MD5 to check a batch of Win 2K machines in a school lab for infestation. The only thing Microsoft's GhostBuster has over mine is the ability to scan the registry.

    If you'r interested, the process works like this:
    1) Mount student station's C$ on server (Running FreeBSD) using smbfs.

    2) Scan it with ClamAV (which catches most kinds of virus).

    3) Generate MD5 sigs for all files.

    4) Compare with database of known MD5's (catches a few more problems, but not every file has a known, fixed MD5).

    5) Boot student station with FreeBSD CDROM and compare MD5 sigs with sigs in step 3 (this catches the stealthy ones).

    Notes:
    This is more complicated than the MS solution, but it catches non-sealty viruses too.
    It is hard to write a stealth rootkit which works in both the Windows and FreeBSD environments.