Forum Moderators: open

Message Too Old, No Replies

military IP and php attack

         

smallcompany

6:49 am on Feb 15, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



My first post in this area…

Since recently I have incorporated email notification for each custom 404. Something that many people have been doing for years, I’m sure.

I see IP 153.29.60.** coming and checking on:

notify-None_Compliance_Page
verify-None_Compliance_Page
accepted-None_Compliance_Page

followed by very long string of many, many characters.

Initial referring link is from Google search on specific keyword that relates to my site (organic or PPC).

IP belongs to Shaw A F B (air force base) and resolves to ***.***.centaf.af.mil and ISP is USCENTAF/SCM.

I also found that Wikipedia has “warned” this IP about some inappropriate entry into one of their articles.

What they are up to?

P.S.
On another note, I’ve had a flood of 404s from some Qatar based IP requesting bunch of files under “phpmyadmin”. Owner of IP some college. Trying to hack, right?

Oh man…

[edited by: volatilegx at 4:54 am (utc) on Feb. 16, 2008]
[edit reason] obfuscated ip address and hostname [/edit]

wilderness

2:33 pm on Feb 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm not going to be much help here.

Personally, I've had the 153 Class A denied since 2003.
As to the why? Who knows!

These PHP requests seem to come in batches. Over time (unless the IP range is already denied) I simply the ignore them.
Ignoring may not be an option for a PHP user whose server offers vulnerabilites in the files they are requesting.

smallcompany

8:15 pm on Feb 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thanks.

I know there is a lot about what should be forbidden out there (already Googled bot related stuff), and I wonder if there are decent, well known proven lists of both bots and IP addresses that should not be thought about twice before banned.

About PHP, although I do use PHP inside HTML, I guess I should not worry as I don’t actually host PHP software within my site (shared hosting). Their IP got banned though.

wilderness

11:47 pm on Feb 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



well known proven lists of both bots and IP addresses that should not be thought about twice before banned

There are some older (pre-2004) accumulated lists from this forum's heyday.
Many of the UA's and IP's are still relevant. While others are either no longer used or irrelevant.

What's detrimental to my sites may prove beneficial to yours, and vice versa.

To simply copy a denies and accept the insights from another whose reputability you'd have no concept of?
Is a bad practice.

smallcompany

5:10 am on Feb 20, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Got it. Thanks.

patzblue

4:18 pm on Feb 20, 2008 (gmt 0)

10+ Year Member



Hmm. From your original email it sounds like you're victim of a script kiddy using probably a compromised computer ( from a military base I guess according to the IP ). That's the reason for the long query. Usually when you see a request on your site, followed by a tremendous amount of characters after it, it's an attempt to hack your site through buffer overflow.

More details here
[en.wikipedia.org...]

I get them all the time. But usually if you are up to date with your apache or IIS patches you don't need to bother about them.