Pe_proyo.a-o


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) Pe_proyo.a-o
# 1  
Old 01-03-2008
Pe_proyo.a-o

This file infector may be dropped or downloaded from remote sites by other malware.
This file infector drops a copy of itself. This file infector creates a registry entry to enable its automatic execution at every system startup.
It then checks all subkeys listed under a registry key and creates a specific entry for every found subkey. This is done to ensure that the execution of the file infector everytime a debugging event is triggered for each listed subkey.
This file infector infects by prepending its code to target host files. It does not infect files with file size less than 1 KB. It also avoids certain folders. Trend Micro detects infected files as PE_PROYO.A.
This file infector drops hidden copies of itself in all physical and removable drives. It drops an AUTORUN.INF file to automatically execute dropped copies when the drives are accessed.


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)