my server is under attack... from itself!?!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xanx
    Confirmed User
    • Apr 2002
    • 3711

    #1

    my server is under attack... from itself!?!

    For some reason I am getting a lot of requests for a set of images over and over again. The strange thing is, the IP that's making the request is my own servers IP.

    Any idea what this is ?
  • GrouchyAdmin
    Now choke yourself!
    • Apr 2006
    • 12085

    #2
    It's always sad when the host's immune system turns against itself.

    Comment

    • 3M TA3
      Confirmed User
      • Aug 2005
      • 2972

      #3
      hmm, are the images linked from a java script on your server? the log file should tell you

      Dedicated and colo hosting: ICQ 291313057

      "A problem cannot be solved from the same consciousness that created it. We must learn to see the world anew." - Albert Einstein

      Comment

      • baddog
        So Fucking Banned
        • Apr 2001
        • 107089

        #4
        Originally posted by GrouchyAdmin
        It's always sad when the host's immune system turns against itself.
        Server AIDS?

        This just start? Did you modify htaccess recently?

        Comment

        • xanx
          Confirmed User
          • Apr 2002
          • 3711

          #5
          didn't touch the .htaccess recently. I'm thinking a rogue script maybe but not even sure where to begin to look =(

          Comment

          • baddog
            So Fucking Banned
            • Apr 2001
            • 107089

            #6
            Originally posted by xanx
            didn't touch the .htaccess recently. I'm thinking a rogue script maybe but not even sure where to begin to look =(
            That was my first guess, but was hoping it would be simple. Trojans suck. Server not managed?

            Comment

            • Grapesoda
              So Fucking Banned
              • Jul 2003
              • 46238

              #7
              Originally posted by GrouchyAdmin
              It's always sad when the host's immune system turns against itself.
              php-aids?

              Comment

              • xanx
                Confirmed User
                • Apr 2002
                • 3711

                #8
                Originally posted by baddog
                That was my first guess, but was hoping it would be simple. Trojans suck. Server not managed?
                nah, starting to wish it was though =)

                Comment

                • Superterrorizer
                  Confirmed User
                  • Sep 2003
                  • 509

                  #9
                  You are including URLs in your pages and not files. That's why you're bombing your server. If you are running a script that's linking images like that, it was written by a tool and you should use something else.

                  Comment

                  • GrouchyAdmin
                    Now choke yourself!
                    • Apr 2006
                    • 12085

                    #10
                    Originally posted by baddog
                    Server AIDS?

                    This just start? Did you modify htaccess recently?
                    Originally posted by bm bradley
                    php-aids?
                    Usually caused by include("http://file"); instead of include('file'); or readfile('file');

                    Comment

                    • tony299
                      lurker
                      • Aug 2002
                      • 57021

                      #11
                      Its like the terminator, the machines learned and started taking over.

                      Comment

                      • xanx
                        Confirmed User
                        • Apr 2002
                        • 3711

                        #12
                        Originally posted by GrouchyAdmin
                        Usually caused by include("http://file"); instead of include('file'); or readfile('file');
                        The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.

                        Comment

                        • GrouchyAdmin
                          Now choke yourself!
                          • Apr 2006
                          • 12085

                          #13
                          Originally posted by xanx
                          The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.
                          Well, you aren't going to want to write things like that. If you have an offsite link with a passthrough function, people could be using it to steal your content by proxy.

                          Wanna nasty-workable 'test?' Try moving it and do a 0 second meta refresh redirect, not a 301. If it still continues, that's obviously not it.

                          Comment

                          • Grapesoda
                            So Fucking Banned
                            • Jul 2003
                            • 46238

                            #14
                            Originally posted by xanx
                            The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.
                            I've had folders corrupted and do strange stuff. I put the files in another folder, renamed it and deleted the first folder. resolved the issue. -bmb

                            Comment

                            • GoLakers
                              Registered User
                              • Oct 2003
                              • 89

                              #15
                              Did you check your server logs
                              which URL or page requesting the images ?

                              Comment

                              • Sami
                                Confirmed User
                                • Mar 2004
                                • 2047

                                #16
                                I would turn on access logs .. all options

                                then go to your apache logs directory and do a

                                tail -f logfilename | grep imagename.jpg

                                ServerProvider.com


                                ICQ#: 311-848-143

                                Comment

                                Working...