Results 1 to 2 of 2

Thread: Funny Stuff #1

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    0

    Default Funny Stuff #1

    I've collected detection rules for the following funny stuff:

    • Malware.Fraud.MalwareDefense
    • Trojan.Dwarf
    • Trojan.Virtumode
    • Trojan.Dropper/Win-NV
    Category: Trojan
    Code:
    :: Funny Stuff #1
    // Revision 1
    // {Cat:Test}{Cnt:1}
    // {Det:jayl,2010-01-03}
    
    
    // Malware.Fraud.MalwareDefense:
    AutoRun:"settdebugx.exe","<$LOCALSETTINGS>\Temp\settdebugx.exe","flagifnofile=1"
    RegyValue:"<$REG_AUTORUN>",HKEY_CURRENT_USER,"\Software\Microsoft\Windows\CurrentVersion\Run\","settdebugx.exe"
    File:"<$FILE_EXE>","<$LOCALSETTINGS>\Temp\settdebugx.exe"
    AutoRun:"Malware Defense","<$PROGRAMFILES>\Malware Defense\mdefense.exe*","flagifnofile=1"
    RegyValue:"<$REG_AUTORUN>",HKEY_CURRENT_USER,"\Software\Microsoft\Windows\CurrentVersion\Run\","Malware Defense"
    File:"<$FILE_EXE>","<$PROGRAMFILES>\Malware Defense\mdefense.exe"
    
    // Trojan.Dwarf:
    AutoRun:"HKCU","<$SYSDIR>\install\server.exe","flagifnofile=1"
    RegyValue:"<$REG_AUTORUN>",HKEY_CURRENT_USER,"\Software\Microsoft\Windows\CurrentVersion\Run\","HKCU"
    File:"<$FILE_EXE>","<$SYSDIR>\install\server.exe"
    AutoRun:"HKLM","<$SYSDIR>\install\server.exe","flagifnofile=1"
    RegyValue:"<$REG_AUTORUN>",HKEY_LOCAL_MACHINE,"\Software\Microsoft\Windows\CurrentVersion\Run\","HKLM"
    File:"<$FILE_EXE>","<$SYSDIR>\install\server.exe"
    
    // Trojan.Virtumode:
    RegyKey:"<$REG_SETTINGS>",HKEY_LOCAL_MACHINE,"\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\","xxyyvVnM","DllName=xxyyvVnM.dll"
    File:"<$FILE_LIBRARY>","<$SYSDIR>\xxyyvVnM.dll"
    
    
    
    // Trojan.Dropper/Win-NV:
    // RegyValue:"<$REG_AUTORUN>",HKEY_LOCAL_MACHINE,"\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\","Shell","Shell=explorer.exe rundll32.exe nhni.goo mgxaig"
    RegyRemove:"<$REG_AUTORUN>",HKEY_LOCAL_MACHINE,"\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\","Shell","nhni.goo *"
    NTFile:"<$FILE_LIBRARY>","<$SYSDIR>\nhni.goo","filesize=27648,md5=DD9E69109BDDED75E2865EC2884B482C"
    Downloads: 0Rating: 3 (rated by 1 user)
    Last edited by JayL1212; 2010-01-03 at 00:53.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •