Is this Bat file malicious?

  1. #1
    vom53 is offline Full Member

    Is this Bat file malicious?

    It started with:

    REGEDIT4

    ; @ECHO OFF
    ; CLS
    ; REGEDIT.EXE /S "%~f0"
    ; EXIT

    The rest is just editing the HKEY_CLASSES_ROOT\CLSID\

  2. #2
    Digerati is offline Super Moderator
    Well the semi-colon denote a comment so the line is ignored. You say the rest is just editing the HKEY - well that's the important part. That batch routine is often used to add or remove Registry entries.

    Is the bat file malicious? Not what you have shown us.

  3. #3
    vom53 is offline Full Member
    I found this .bat on my friend's system. Here's the rest of it.


    [HKEY_CLASSES_ROOT\CLSID\{2D53CE07-8493-49f8-90EB-E6FCA825664F}]

    "Live"=hex:01,00,00,00

    "Trial"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Spend"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Install Date"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,0 0,00,00

    "LatestLaunchDate"=hex:00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00



    [HKEY_CLASSES_ROOT\CLSID\{7FAC7678-CDDA-40bf-9EF1-DFCC4B9A4187}]

    "Live"=hex:01,00,00,00

    "Trial"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Spend"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Install Date"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,0 0,00,00

    "LatestLaunchDate"=hex:00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00



    [HKEY_CLASSES_ROOT\CLSID\{618F49BB-C70C-4152-8683-6E86D0A325A2}]

    "Live"=hex:01,00,00,00

    "Trial"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Spend"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Install Date"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,0 0,00,00

    "LatestLaunchDate"=hex:00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00



    [HKEY_CLASSES_ROOT\CLSID\{57D63C93-7990-49f1-907B-0718BFB57E24}]

    "Live"=hex:01,00,00,00

    "Trial"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Spend"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00

    "Install Date"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,0 0,00,00

    "LatestLaunchDate"=hex:00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00

  4. #4
    Digerati is offline Super Moderator
    It looks harmless to me, but that is not my area of expertise. Have you scanned for malware?

    Note you can simply rename the file and see if anything breaks (I doubt it will).

  5. #5
    Dan Penny is offline Staff
    That bat file dates back to Win95/98. (REGEDIT4) It appears to be the "lead-in" info for a trial version of Windows Live, with a lot of info missing. I'd delete it, it's useless.

+ Reply to Thread