Forum Moderators: open
Mozilla/5.0 (X11; U; Linux x86_64; en-CA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36 Puffin/4.5.0IP
Multiple favicon requests from a completely different IP (Sympatico) but otherwise part of the same visit (on account of how I don't have the kind of site where two unrelated Canadians with an unusual UA would visit the same page at exactly the same time): Puffin/13939 CFNetwork/711.5.6 Darwin/14.0.0
A few days later comes an isolated favicon request from a third, entirely unrelated IP, this one in Germany: Puffin%20Free/13818 CFNetwork/711.3.18 Darwin/14.0.0
(That's a literal % 20 in the UA.) Hurricane Electric range-- aren't those servers?):Yes, but they lease to ISPs and app companies that may bring humans to your site. I poke holes for several Hurricane ranges. The so-called cloud ranges are most often used for mobile. No longer can a webmaster profile a server farm or hosting company as bad strictly because they port servers.
[ip range] - - [07/Sep/2015:00:56:19 -0700] "GET /example.html HTTP/1.1" 403 982 "-" "Puffin/13961 CFNetwork/711.1.16 Darwin/14.0.0"The 2 hits were to the same page. As noted above, I block "CFNetwork" so the 1st request was served my 403 page. I suspect this 1st hit was to cache (download) the page in some manner. Unable to do so, the iPhone default browser requested the files. The time stamp suggests these 2 agents ran concurrently.
[ip range] - - [07/Sep/2015:00:56:19 -0700] "GET /example.html HTTP/1.1" 200 9925 "http://t.co/r8zY8yYdmv" "Mozilla/5.0 (iPhone; CPU iPhone OS 8_1_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B440"
Puffin/.*[IA]P$
in a single expression? It's hard to imagine any RegEx engine that understands .* and $ but not [grouping brackets].