I've just noticed a series of log entries for visits presumably by an iPhone user, with the oddity that every single request for the different elements of the page, came from a different source IP address - the first three groups in the IP address were the same, 193.35.132 but the final number varied as each element on the page was requested with some numbers being used more than once but never consecutively.
There were a total of 29 log entries for that visit.
2 GET HTTP 1.0 requests based on google searches (as in the example below)
2 identical requests for index.html
then an incomplete set of requests for the page images (no button images for the page links), then a request for another html page (which was made before the download of the appropriate button image that would have been required to request the link), followed by the right number of requests for logo and button images for that page.
The format of each log entry was as shown here:
193.35.132.** - - [**/2010:1*:**:26 +0*00] "GET /index.html HTTP/1.0" 200 21225 www.mydomain "http://www.google.co.uk/m/search?q=a+b+c+d&**=*****=*****=********=*********t=*********=&action=<oken=*******" "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A306 Safari/6531.22.7" "172.24.36.*"
and the only variables over about twenty consecutive entries was the final set of numbers in the originating IP address, and the item on my site being requested. The internal IP address on the end of the log entry was the same for each entry.
Is this normal for an iPhone, to be constantly switching IP address, or does this suggest an element of covert activity? I have other reasons to believe this MAY have been a malicious visit but I don't want to jump the gun. I don't get many iPhone visitors.
The only other times I have seen entries where the user agent has stayed the same and the source IP address has changed with each request have always been from known malicious bots.
The main source IP range resolves to
inetnum: 193.35.128.0 - 193.35.143.255
netname: Orange-PCS-1
descr: Orange Personal Communications Services Ltd.
Advice gratefully received. Many thanks.