Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

My Server being Hacked?

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Odd apache header (~~~~~~~~~~~~~~:)  
Author Message
justgags

External


Since: Jun 29, 2003
Posts: 2



(Msg. 1) Posted: Sun Jun 29, 2003 5:47 pm
Post subject: My Server being Hacked?
Archived from groups: alt>apache>configuration (more info?)

In my server logs I see entries such as:

64.253.39.170 - - [27/Jun/2003:15:23:37 -0400] "GET
/default.ida?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXX%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%
u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u0000%u00=a
HTTP/1.0" 404 288

I believe that this is the Red Alert trojan, but being that I am not using
IIS, and I do not have the virus on my system, this doesnt mean anything
right? Am I safe to leave my server running all the time even w/ these
occuring every few minutes from different IP addresses?


Also, I see other entries such as:

192.168.1.160 - - [14/Jun/2003:22:20:57 -0400] "OPTIONS / HTTP/1.1" 200 0
192.168.1.160 - - [14/Jun/2003:22:20:57 -0400] "PROPFIND /Documents
HTTP/1.1" 405 312

"Documents" is a shared folder on my network. Is someone trying to hack into
my network, or is my server just logging my own network activity?


Lastly, I have this entry:

64.71.165.195 - - [15/Jun/2003:19:15:30 -0400] "CONNECT 216.179.62.106:6667
HTTP/1.0" 405 308

port 6667 is an eDonkey / eMule port... Why and how would someone be
connecting to me with eDonkey?


Thank you for all of your help. I am using Apache2 and running it on Windows
XP if that helps.

--

-JustGags

<<THIS EMAIL IS CERTIFIED VIRUS FREE>>

 >> Stay informed about: My Server being Hacked? 
Back to top
Login to vote
r_buecheler

External


Since: Jun 26, 2003
Posts: 17



(Msg. 2) Posted: Sun Jun 29, 2003 5:47 pm
Post subject: Re: My Server being Hacked? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

JustGags wrote:
 > In my server logs I see entries such as:
 >
 > 64.253.39.170 - - [27/Jun/2003:15:23:37 -0400] "GET
 > /default.ida?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 > XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 > XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 > XXXXXXXXX%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%
 > u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u0000%u00=a
 > HTTP/1.0" 404 288
^^^
# 404 HTTP_NOT_FOUND


 > I believe that this is the Red Alert trojan, but being that I am not using
 > IIS, and I do not have the virus on my system, this doesnt mean anything
 > right? Am I safe to leave my server running all the time even w/ these
 > occuring every few minutes from different IP addresses?

yes, this is Code Red trying to gt the buffer overflow bug, but as you see
HTTP error 404, it don't get anywhere.
I see nimda and code red on my system pretty often, I also noticed once an
Indy Library (or back orifice) attack...
.... but always 404 errors ;o)


 > Also, I see other entries such as:
 >
 > 192.168.1.160 - - [14/Jun/2003:22:20:57 -0400] "OPTIONS / HTTP/1.1" 200 0
^^^ ^
# 200 HTTP_OK (but returned data was 0 - zero - nil - zilch - nada)

 > 192.168.1.160 - - [14/Jun/2003:22:20:57 -0400] "PROPFIND /Documents
 > HTTP/1.1" 405 312
^^^
# 405 HTTP_METHOD_NOT_ALLOWED


 > "Documents" is a shared folder on my network. Is someone trying to hack into
 > my network, or is my server just logging my own network activity?

192.168.1.160 is probably another computer on your network? - with windows XP?
Mine does the same. I'm not worried, since it returns HTTP error 405


 > Lastly, I have this entry:
 >
 > 64.71.165.195 - - [15/Jun/2003:19:15:30 -0400] "CONNECT 216.179.62.106:6667
 > HTTP/1.0" 405 308
^^^
# 405 HTTP_METHOD_NOT_ALLOWED


 > port 6667 is an eDonkey / eMule port... Why and how would someone be
 > connecting to me with eDonkey?

....to see if your server allows the CONNECT.
besides:
<a style='text-decoration: underline;' href="http://www.seifried.org/security/ports/6000/6667.html" target="_blank">http://www.seifried.org/security/ports/6000/6667.html</a>

<quote>
Port number: 6667

Common name(s): irc, ircd

Common service(s): IRC

Service description(s): Internet Relay Chat

Common server(s):

Common client(s):

Common problem(s): Many IRC servers will connect back to clients
for identd lookups or have third party systems connect to look for
open windows proxy software which can trigger IDS systems.
</quote>
--
Robi<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: My Server being Hacked? 
Back to top
Login to vote
davide

External


Since: Jul 07, 2003
Posts: 44



(Msg. 3) Posted: Sun Jun 29, 2003 10:07 pm
Post subject: Re: My Server being Hacked? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

JustGags <JustGags.TakeThisOut@hotmail.com> wrote:
 > and I do not have the virus on my system, this doesnt mean anything
 > right?

It means that someone has that crap and he is trying to spread out.

 > occuring every few minutes from different IP addresses?

Add some redirect to your configuration and drop this kind of request,
if you don't want to see them in the logfiles just add conditional
logging.


 > 192.168.1.160 - - [14/Jun/2003:22:20:57 -0400] "PROPFIND /Documents
 > HTTP/1.1" 405 312

It looks like someone from the inside of your network or with a
spoofed IP is trying to see your directory. In general, is a bad
thing to have shared directories on a machine that is exposed to
the internet.

 > port 6667 is an eDonkey / eMule port... Why and how would someone be
 > connecting to me with eDonkey?

Someone is trying to use your system as a proxy. Add their IPs to your
firewall.

Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: My Server being Hacked? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Problems with WAMP Server - HI! I'm running a distribution of Apache on a Windows 2000 machine (Apache Version 1.3) PHP and MySql works perfect and I can also run scripts like guestbooks on the computer itself. But if I try to open scripts from a Windows XP Client Computer by..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]