1. Skip to navigation
  2. Skip to content
  3. Skip to secondary-content




Worm:W32/Mabezat.B

Name : Worm:W32/Mabezat.B
Detection Names : Win32.Worm.Mabezat.Gen
Worm.Win32.Mabezat.b
Mabezat.B
Aliases : W32/Mabezat (McAfee)
W32.Mabezat.B (Symantec)
W32/Mabezat-B (Sophos)
PE_MABEZAT.B-O (Trend Micro)
Virus:Win32/Mabezat.B (Microsoft)
Category:Malware
Type:Worm
Type:Virus
Platform:W32

Summary

A standalone malicious program which uses computer or network resources to make complete copies of itself. May include code or other malware to damage both the system and the network.

Additional Details

Worm:W32/Mabezat.B spreads through infected e-mail attachments, removable drives and network shares.

The worm includes functionality to behave as a polymorphic file infecting virus, as it is able to infect executable files.

Installation

On execution, the worm drops the following files into the system root drives:

  •  %root%\autorun.inf 
  •  %root%\zPharaoh.exe    

The autorun.inf file contains the following code:

  •  [AutoRun]
      ShellExecute=zPharaoh.exe
      shell\open\command=zPharaoh.exe
      shell\explore\command=zPharaoh.exe
      open=zPharaoh.exe

The above process is used to automatically execute zPharaoh.exe, which contains the worm's executable code. It also makes the malware capable of propagating via removable drives.

The virus also creates the following folder:

  •  C:\Documents and Settings\%currently logged-in user%\Application Data\tazebama

And may drop the file zPharaoh.dat into it.

Infection

Mazebat.B infects files in a polymorphic manner by appending data to a section of clean file code, then relocating the entire section together with the appended data. This action means that the altered code differs in every infected file. 

The virus also adds garbage code to the file to 'pad' it and increase its polymorphism.

Registry

The worm modifies the Registry to disable certain functions.

It deletes this registry entry so that Autoplay is turned off:

  •  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
      NoDriveTypeAutoRun = 00000091

It also creates this entry:

  •  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
      ShowSuperHidden = 00000000