Bkdr_pcclien.bbc


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) Bkdr_pcclien.bbc
# 1  
Old 07-10-2008
Bkdr_pcclien.bbc

This backdoor may be dropped by TROJ_PPDROP.M.

It connects to 203.131.211.244:9090 using a random TCP port where it sends and received data from the malicious user for its backdoor routines.



More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TCPCONNECT(1)						      General Commands Manual						     TCPCONNECT(1)

NAME
tcpconnect - general TCP/IP client SYNOPSIS
tcpconnect [-irv] [-l localaddr] host port DESCRIPTION
tcpconnect creates a TCP/IP connection to a server running on the machine host, listening to port port. It then reads standard input and sends to the remote server, and data received from the server is printed to standard output. When end-of-file is reached on both standard input and the TCP/IP connection, tcpconnect terminates. OPTIONS
-i Terminate at end-of-file on standard input; don't wait for the server to close the connection. -r Terminate when the remote server closes the connection; don't wait for end-of-file on standard input. -v Verbose mode. Prints a message to standard error when the connection has been established. -l addr:port Bind the local end-point of the connection to IP address addr, TCP port port. Either the IP address or the port, but not both, may be left out, meaning that the operating system gets to choose that part by itself. SEE ALSO
tcplisten(1), telnet(1), tcpbug(1). BUGS
The names of the options are not yet finalized, and may change at a future release. 1997 April 13 TCPCONNECT(1)