I lied, the stub code I start my projecta with has

    logging.debug('User-Agent = "%s", Referrer = "%s"',
                  self.request.user_agent,
                  self.request.referer)

Which will give you this

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Brandon Wirtz
Sent: Friday, May 13, 2011 6:37 PM
To: [email protected]
Subject: RE: [google-appengine] How to find IP address to add to blacklist

Logs should have the ip address as the first thing on the second line of
each entry


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Kwame
Sent: Friday, May 13, 2011 6:22 PM
To: Google App Engine
Subject: [google-appengine] How to find IP address to add to blacklist

Hi,
I need help tracking down a possible hacker trying to access my GAE website.
The person is sending multiple requests to phpMyAdmin/scripts/ setup.php I
guess in an attempt to bring down my site!!! Fortunately they don't know I
use GAE, and that GAE does not have this file.

I really need to blacklist this persons URI, but the only information
provided in Dashboard is the path listed above.

How can I find out their URI?

Thanks for your help.

--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to