Vbs_autorun.bge


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) Vbs_autorun.bge
# 1  
Old 04-16-2008
Vbs_autorun.bge

This malicious VBScript may be dropped by other malware.It may be downloaded unknowingly by a user when visiting malicious Web sites.
It drops copies of itself.It executes files/components.
It creates registry entries to enable its automatic execution at every system startup.
It modifies registry entries to hide files with both System and Read-only attributes.It creates registry key(s)/entry(ies) as part of its installation routine.
It drops copies of itself in all 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

3 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 Speed and Duplex Settings: bge

Evening, I am attempting to change the speed and duplex settings on a single interface on a bge card on an m3000 SPARC server. Currently the settings are as follows: bge0 link: up speed: 1000 Mbps duplex: full bge1 link: up speed: 100 Mbps ... (13 Replies)
Discussion started by: brialt1
13 Replies

2. Solaris

Network interface Qfe, ce, bge ...

Hi again, Does somebody have somewhere a spreadsheet to know the link with network interface and card models ? Ce = Copper ? Bge = Fiber Gigaswift ? etc ... (1 Reply)
Discussion started by: unclefab
1 Replies

3. Solaris

bge card and broadcast address

I have a bge1 card and a bge0 card, i want the broadcast addresses to match, ifconfig shows this lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 ... (1 Reply)
Discussion started by: csaunders
1 Replies
Login or Register to Ask a Question
BGE(4)							   BSD Kernel Interfaces Manual 						    BGE(4)

NAME
bge -- Broadcom BCM570x family Gigabit Ethernet driver SYNOPSIS
bge* at pci? dev ? function ? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The bge device driver supports Gigabit Ethernet interfaces based on the Broadcom BCM570x family of Gigabit Ethernet chips and the BCM5906 chip. The interfaces supported by the bge driver include: o 3Com 3c996-T (10BASE-T/100BASE-TX/1000BASE-T) o Dell PowerEdge 2550 integrated BCM5700 NIC (10BASE-T/100BASE-TX/1000BASE-T) o IBM x235 server integrated BCM5703x NIC (10BASE-T/100BASE-TX/1000BASE-T) o Netgear GA302T (10BASE-T/100BASE-TX/1000BASE-T) o SysKonnect SK-9D21 (10BASE-T/100BASE-TX/1000BASE-T) o SysKonnect SK-9D41 (1000BASE-SX) The BCM570x family supports IPv4/TCP/UDP checksumming in hardware. The bge driver supports this feature of the chip. See ifconfig(8) for information on how to enable this feature. The level of interrupt mitigation for received packets can be adjusted with the hw.bge.rx_lvl sysctl(8) control. A value of 1 yields a bge interrrupt for every two full-sized Ethernet frames. Each increment of the value will, roughly, halve receive interrupt rate, up to a maxi- mum of 5, which interrupts about every 30 to 40 full-sized TCP segments. SEE ALSO
arp(4), bce(4), ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The bge driver first appeared in NetBSD 1.6.1. AUTHORS
The bge driver was written by Bill Paul <wpaul@windriver.com> for FreeBSD and ported to NetBSD by Frank van der Linden <fvdl@wasabisystems.com>, Jason R. Thorpe <thorpej@wasabisystems.com> and Jonathan Stone <jonathan@dsg.stanford.edu>. BSD
September 26, 2009 BSD