I've noticed in my logs some strange behaviour from a few rare clients.
Things appear normal at first, I see a Chrome browser sending requests like:
Then all of a sudden, I see a flurry of requests (about 50+ requests) all within a second or two, like:
You see a 404 here because my modsec2 rules block these kind of fake browser strings. But it is strange, what kind of client generates 50+ requests like that after what appears to be a normal user session/browsing?
Is it some kind of trojan/virus/rootkit that sends additional requests behind the users back? Or is it some proxy/accelerator trying to play it clever and download stuff ahead of time?
Any help would be appreciated.
Thank you.
Things appear normal at first, I see a Chrome browser sending requests like:
Code:
"GET /favicon.ico HTTP/1.1" 200 1406 "mydomain.com" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36"
Code:
"GET /favicon.ico HTTP/1.1" 404 - "-" "Mozilla/4.0 (compatible;)"
Is it some kind of trojan/virus/rootkit that sends additional requests behind the users back? Or is it some proxy/accelerator trying to play it clever and download stuff ahead of time?
Any help would be appreciated.
Thank you.