Forum Moderators: open

Message Too Old, No Replies

undici

         

Pfui

1:23 am on Aug 9, 2023 (gmt 0)

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



Not sure if this is a thing, or exactly what it is. Also puzzling is that the six total hits hailed from Bitdefender in Romania -- 195.210.4.x -- or an IP claiming to be Bitdefender... Also followed redirects to a custom 403.

Hit / and got 403 using:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36

Then hit one Apple phone .png and one favicon.ico, and got one 403 using:

undici

And finally, 20 seconds in, hit/got robots.txt using the same Chrome.

lucy24

1:59 am on Aug 9, 2023 (gmt 0)

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



:: insert wisecrack about turning the offenses up to undici, followed by riffle through logs ::

35.198.10.abc - - [09/Jul/2023:23:37:49 -0700] "GET /ebooks/bookcollecting/images/pic42a.jpg HTTP/1.1" 403 8346 "-" "undici" 
with a precisely identical request three days later. Just that one image. Nothing else from that IP until I broaden the net to 35.198, which picks up a single 403 from months ago. (The whole thing turns out to be Google Cloud, so I'm surprised there weren't more.)

The picture, incidentally, turns out to be a photograph of longago scholarly bookseller A. S. W. “Rosy” Rosenbach. Wonder why?

What, exactly, did you mean by “redirects to a custom 403”?

:: now back to swearing at printer, indulging in its favorite pastime of secretly running out of ink only when I particularly need to print something with a deadline ::

Pfui

3:29 pm on Aug 9, 2023 (gmt 0)

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



"Custom 403" is a misnomer, sorry. It's a basic 403 but I think of it as custom because hard-coded into .htaccess is a brief message, plus a 1x1 hidden graphic, plus a link to a page on a different IP that displays visit variables for e-mailing/troubleshooting. (And it's an IP whose access_log I can also view to see conduct at the other end.)

As expected, the most-unwelcome visitors -- certain countries, Hosts, usual suspects -- don't load the graphic and don't follow the link whereas real people inadvertently 403'd usually do both.

"undici" actually got a whole 'nother custom thing entirely, a 403'esque script to which I 302 The Less Unsavory But Not By Much. But I'll spare you those gory details:)

lucy24

4:01 pm on Aug 9, 2023 (gmt 0)

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



Got it. My 403 page similarly has a small image and stylesheet so I can--if I feel up to it--flag wrongly blocked humans. It also includes code for logging headers and for what I will forever know as piwik.

The “redirect to custom 403” made me think of an ErrorDocument directive containing a full URL--turning a 403 into a 302--and I was pretty sure you knew better ;)