Could aspnet_wp.exe recycle be due to hackers?

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. [HACKERS] Much Ado About COUNT(*)
      Merlin Moncure wrote: That's an interesting idea, using sampling to get an estimate. Thanks for the tip. -- dave ...
    2. 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...
    3. 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...
    4. 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...
    5. Identify Hackers?
      "Joe Maloney" <jpmaloney@sutv.com> wrote in message news:%23tn2yhdPDHA.3664@tk2msftngp13.phx.gbl... using person firewall program, insight ...
  3. #2

    Default 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...
    > 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
    >

    Kevin Spencer Guest

  4. #3

    Default 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...
    > 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
    >

    Alvin Bruney Guest

  5. #4

    Default 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>...
    > 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
    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
    parley Guest

  6. #5

    Default 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...
    > ringo <rgp@ringosoft*NoSpam*.com> wrote in message
    news:<i3ANb.230089$Vu5.17002810@twister.southeast. rr.com>...
    > > 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
    >
    > 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139