My web server crashed today and given below is a snippet from the log file
2007-01-11 11:04:46 210.212.210.166 2747 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:04:46 210.212.210.166 2746 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:04:46 210.212.210.166 2748 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:04:47 210.212.210.166 2752 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:04:47 210.212.210.166 2753 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:04:47 210.212.210.166 2754 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:04:47 210.212.210.166 2755 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 BadRequest DefaultAppPool
2007-01-11 11:05:29 210.212.210.166 2251 192.168.168.105 80 - - - - -
Timer_ConnectionIdle -
2007-01-11 11:05:29 210.212.210.166 2232 192.168.168.105 80 - - - - -
Timer_ConnectionIdle -
2007-01-11 11:05:43 210.212.210.166 2746 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
2007-01-11 11:05:43 210.212.210.166 2747 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
2007-01-11 11:05:43 210.212.210.166 2748 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
2007-01-11 11:05:43 210.212.210.166 2752 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
2007-01-11 11:05:43 210.212.210.166 2753 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
2007-01-11 11:05:43 210.212.210.166 2754 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
2007-01-11 11:05:43 210.212.210.166 2755 192.168.168.105 80 HTTP/1.1 POST
/synergy/RGEN/rg.aspx 400 1 Connection_Dropped DefaultAppPool
Looking at these entries, it looks like there are quite a few requests from
the same IP address in a matter of seconds..Does this mean that page is
getting hacked or should I look at something else?
Thanks a lot in advance