Troj_mutant.hp


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) Troj_mutant.hp
# 1  
Old 08-01-2008
Troj_mutant.hp

This Trojan may arrive bundled with malware packages as a malware component. It may also arrive as a .DLL file that exports functions used by other malware.

It is usually dropped in Windows system folder and executes every time the system is started via a created autostart registry entry.

This .DLL file is injected into the WINLOGON.EXE process running in memory. It has the capability to connect to a certain URL using the HTTP (TCP port 80) protocol to possibly download other files. It also has the capability to drop a temp file, which is detected by Trend Micro as TROJ_PANDEX.EO.

However, this Trojan requires other components in order to run properly.



More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DJVM(1) 							   DjVuLibre-3.5							   DJVM(1)

NAME
djvm - Manipulate bundled multi-page DjVu documents. SYNOPSIS
Creating a bundled document: djvm -c[reate] doc.djvu page1.djvu ... pageN.djvu Inserting: djvm -i[nsert] doc.djvu page.djvu [pagenum] Removing: djvm -d[elete] doc.djvu pagenum Listing: djvm -l[ist] doc.djvu DESCRIPTION
This program creates or modifies a bundled multi-page DjVu document. Multi-page bundled documents can be used directly or converted to indirect document using command djvmcvt. OPTIONS
-c[reate] Create a bundled DjVu document named doc.djvu by collecting files page1.djvu to pageN.djvu. -i[nsert] Modify the bundled DjVu document named doc.djvu by inserting file page.djvu as page pagenum. Omitting argument pagenum means that the page should be appended at the end of the document. File page.djvu also can be a multi-page DjVu document. All pages will be inserted at the specified location. -d[elete] Remove page pagenum from the bundled multi-page DjVu document doc.djvu. -l[ist] List all component files in the multi-page DjVu document doc.djvu. CREDITS
This program was initially written by Andrei Erofeev <andrew_erofeev@yahoo.com> and was improved by Bill Riemers <docbill@sourceforge.net> and many others. SEE ALSO
djvu(1), djvmcvt(1) DjVuLibre-3.5 10/11/2001 DJVM(1)