Ask a Question related to ASP.NET Security, Design and Development.
-
ringo #1
Could aspnet_wp.exe recycle be due to hackers?
Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:
aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)
The app I'm running doesn't deal with anything even approaching large amounts of data (there's a datagrid which displays a max 13x6 grid, all fields less than 50 characters), and does not upload files. The errors seem to come at random times, whether or not there is activity in the app (I know this because I log all user operations to a SQL Server database). I have been running performance logs on the machine, and noticed a huge spike for 'ASP.NET APPS v 1.1.4xxx' Requests/sec right before the crashes.
I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do to stop it? Any experiences/advice is appreciated,
-Ringo
ringo Guest
-
[HACKERS] Much Ado About COUNT(*)
Merlin Moncure wrote: That's an interesting idea, using sampling to get an estimate. Thanks for the tip. -- dave ... -
Way to automatically recycle aspnet_wp work process when close to 100% CPU for certain period of time?
I have a server setup that is dedicate to providing a "proxy" by exposing a web service that calls methods in a 3rd party ActiveX control and then... -
Hackers and pop-ups
It sounds like Messenger Service which is a very usefull tool for many. No need to pay for the fix. For Messenger Service ads: You need to... -
Hackers
Hi, I am have some trouble here online. I think I have a hacker useing my access online and useing remote accessing to get into my computer and... -
Identify Hackers?
"Joe Maloney" <jpmaloney@sutv.com> wrote in message news:%23tn2yhdPDHA.3664@tk2msftngp13.phx.gbl... using person firewall program, insight ... -
Kevin Spencer #2
Re: Could aspnet_wp.exe recycle be due to hackers?
Check your web server logs. If you're under attack, it should show up there.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"ringo" <rgp@ringosoft*NoSpam*.com> wrote in message
news:i3ANb.230089$Vu5.17002810@twister.southeast.r r.com...web application, and have seen sporadic errors in the event logs:> Hi all, I have a couple of Win2000 servers running IIS and an asp.NETexceeded the SizeLimit MB (Percentage percent of available RAM)>
> aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumptionamounts of data (there's a datagrid which displays a max 13x6 grid, all>
> The app I'm running doesn't deal with anything even approaching large
fields less than 50 characters), and does not upload files. The errors seem
to come at random times, whether or not there is activity in the app (I know
this because I log all user operations to a SQL Server database). I have
been running performance logs on the machine, and noticed a huge spike for
'ASP.NET APPS v 1.1.4xxx' Requests/sec right before the crashes.some type of DOS or similar attack on the server... and if so, what can I do> I'm wondering if anyone has seen this before, and if the cause could be
to stop it? Any experiences/advice is appreciated,> -Ringo
>
Kevin Spencer Guest
-
Alvin Bruney #3
Re: Could aspnet_wp.exe recycle be due to hackers?
well you have a couple of issues here the first being that this is iis5 so
all process as spawned inside aspnet worker process so memory adds up on a
per process basis. The other thing is that if you are returning large
datasets and not cleaning them out, they will build up in the worker process
eventually causing it to recycle. You need to monitor your memory
consumption a bit more closely.
I wouldn't rule out an attack either but it just seems a lot less likely
from where i sit.
--
Regards,
Alvin Bruney
Got tidbits? Get it here...
[url]http://tinyurl.com/3he3b[/url]
"ringo" <rgp@ringosoft*NoSpam*.com> wrote in message
news:i3ANb.230089$Vu5.17002810@twister.southeast.r r.com...web application, and have seen sporadic errors in the event logs:> Hi all, I have a couple of Win2000 servers running IIS and an asp.NETexceeded the SizeLimit MB (Percentage percent of available RAM)>
> aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumptionamounts of data (there's a datagrid which displays a max 13x6 grid, all>
> The app I'm running doesn't deal with anything even approaching large
fields less than 50 characters), and does not upload files. The errors seem
to come at random times, whether or not there is activity in the app (I know
this because I log all user operations to a SQL Server database). I have
been running performance logs on the machine, and noticed a huge spike for
'ASP.NET APPS v 1.1.4xxx' Requests/sec right before the crashes.some type of DOS or similar attack on the server... and if so, what can I do> I'm wondering if anyone has seen this before, and if the cause could be
to stop it? Any experiences/advice is appreciated,> -Ringo
>
Alvin Bruney Guest
-
parley #4
Re: Could aspnet_wp.exe recycle be due to hackers?
ringo <rgp@ringosoft*NoSpam*.com> wrote in message news:<i3ANb.230089$Vu5.17002810@twister.southeast. rr.com>...
large amounts of data (there's a datagrid which displays a max 13x6> Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:
>
> aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)
>
> The app I'm running doesn't deal with anything even approaching
grid, all fields less than 50 characters), and does not upload files.
The errors seem to come at random times, whether or not there is
activity in the app (I know this because I log all user operations to
a SQL Server database). I have been running performance logs on the
machine, and noticed a huge spike for 'ASP.NET APPS v 1.1.4xxx'
Requests/sec right before the crashes.Listen to yourself: "My program is slow and there are other problems:> I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do to stop it? Any experiences/advice is appreciated,
> -Ringo
someone must be hacking into my system."
The very existence of this software antipattern indicates that you
will never ever be a decent programmer and that you _may_ be
delusional. A real programmer would search his own code for errors for
_hours_ before looking elesewhere; after that a good programmer would
look at the _system_ for problems; only when he saw hard evidence
would an _excellent_ programmer conclude that third parties were
changing his system.
Find another job - perhaps salesman or preacher. You will never be
more than an embarrassment as a programmer.
tom
parley Guest
-
gerry #5
Re: Could aspnet_wp.exe recycle be due to hackers?
sounds like tommy forgot to take his meds today
"parley" <parley_point@yahoo.com> wrote in message
news:8a6ad5c3.0401160903.62fb1449@posting.google.c om...news:<i3ANb.230089$Vu5.17002810@twister.southeast. rr.com>...> ringo <rgp@ringosoft*NoSpam*.com> wrote in messageasp.NET web application, and have seen sporadic errors in the event logs:> > Hi all, I have a couple of Win2000 servers running IIS and anexceeded the SizeLimit MB (Percentage percent of available RAM)> >
> > aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumptionsome type of DOS or similar attack on the server... and if so, what can I do> large amounts of data (there's a datagrid which displays a max 13x6> >
> > The app I'm running doesn't deal with anything even approaching
> grid, all fields less than 50 characters), and does not upload files.
> The errors seem to come at random times, whether or not there is
> activity in the app (I know this because I log all user operations to
> a SQL Server database). I have been running performance logs on the
> machine, and noticed a huge spike for 'ASP.NET APPS v 1.1.4xxx'
> Requests/sec right before the crashes.> > I'm wondering if anyone has seen this before, and if the cause could be
to stop it? Any experiences/advice is appreciated,>> > -Ringo
> Listen to yourself: "My program is slow and there are other problems:
> someone must be hacking into my system."
>
> The very existence of this software antipattern indicates that you
> will never ever be a decent programmer and that you _may_ be
> delusional. A real programmer would search his own code for errors for
> _hours_ before looking elesewhere; after that a good programmer would
> look at the _system_ for problems; only when he saw hard evidence
> would an _excellent_ programmer conclude that third parties were
> changing his system.
>
> Find another job - perhaps salesman or preacher. You will never be
> more than an embarrassment as a programmer.
> tom
gerry Guest



Reply With Quote

