Troj_vb.fww


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) Troj_vb.fww
# 1  
Old 12-30-2007
Troj_vb.fww

This Trojan may be dropped by other malware. It may be downloaded unknowingly by a user when visiting malicious Web sites.
This Trojan creates a registry entry to enable its automatic execution at every system startup.
Once executed, it searches for files with specific extensions. When it finds a match, it drops a copy of itself using the filename of the found file appended with the extension .EXE.
It also modifies the last section of the dropped file in an attempt to avoid easy detection. Furthermore, it creates a folder with an attribute set to Hidden using the file name without extension of the executed copy appended with the string 1 as the folder name.
This Trojan is written in Visual Basic, a high-level programming language.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GStreamer::Registry(3pm)				User Contributed Perl Documentation				  GStreamer::Registry(3pm)

NAME
GStreamer::Registry - Abstract base class for management of GstPlugin objects HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Registry METHODS
boolean = $registry->add_feature ($feature) o $feature (GStreamer::PluginFeature) boolean = $registry->add_plugin ($plugin) o $plugin (GStreamer::Plugin) registry = GStreamer::Registry->get_default list = $registry->feature_filter ($filter, $first, $data=undef) o $filter (scalar) o $first (boolean) o $data (scalar) list = $registry->get_feature_list_by_plugin ($name) o $name (string) list = $registry->get_feature_list ($type) o $type (string) pluginfeature = $registry->find_feature ($name, $type) o $name (string) o $type (string) plugin = $registry->find_plugin ($name) o $name (string) plugin = $registry->lookup ($filename) o $filename (string) pluginfeature = $registry->lookup_feature ($name) o $name (string) list = $registry->get_path_list list = $registry->plugin_filter ($filter, $first, $data=undef) o $filter (scalar) o $first (boolean) o $data (scalar) list = $registry->get_plugin_list $registry->remove_feature ($feature) o $feature (GStreamer::PluginFeature) $registry->remove_plugin ($plugin) o $plugin (GStreamer::Plugin) $registry->scan_path ($path) o $path (string) boolean = $registry->xml_read_cache ($location) o $location (string) boolean = $registry->xml_write_cache ($location) o $location (string) SIGNALS
plugin-added (GStreamer::Registry, gpointer) feature-added (GStreamer::Registry, gpointer) SEE ALSO
GStreamer, Glib::Object, GStreamer::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Registry(3pm)