smallwheels
Well-known member
I am digging around dealing with bots (and getting rid of them) and found a couple of strange entries in the log of my webserver:
What is strange for a start is that the host "mail.huijingzhiye.com" does not resolve / not exist and neither does the domain. Two of the requests made are strange as well:
"GET /js/xf/core-compiled.js?_v=76c81cce
gives you a huge load of javascript - raw code of XFs core. Not sure if it should be that way? The parameter used in the call "_v=76c81cce" does not seem to make any sense - the answer seems to be the same w/o it.
The call
"GET /jc/gtm.js?_v=76c81cce
uses the same parameter, again it seems to have no effect and again you end up with a bunch of code - this time it seems to be rather generic as it starts with "// Copyright 2012 Google Inc. All rights reserved."
Has anyone a clue what the intention behind this may be?
ist using the same parameter (and seems to have been successful according to the log)
Bash:
mail.huijingzhiye.com - - [27/Apr/2025:21:00:30 +0200] "GET /favicon.ico HTTP/1.1" 404 196 "-" "Go-http-client/1.1" 497 4623
mail.huijingzhiye.com - - [27/Apr/2025:21:00:31 +0200] "GET /robots.txt HTTP/1.1" 200 3394 "-" "Go-http-client/1.1" 496 7970
mail.huijingzhiye.com - - [27/Apr/2025:21:00:31 +0200] "GET /sitemap.xml HTTP/1.1" 200 65390 "-" "Go-http-client/1.1" 497 70632
mail.huijingzhiye.com - - [27/Apr/2025:21:00:59 +0200] "GET /js/xf/core-compiled.js?_v=76c81cce HTTP/1.1" 200 216054 "-" "Go-http-client/1.1" 520 221218
mail.huijingzhiye.com - - [27/Apr/2025:21:01:01 +0200] "GET /jc/gtm.js?_v=76c81cce HTTP/1.1" 200 357311 "-" "Go-http-client/1.1" 507 364979
mail.huijingzhiye.com - - [27/Apr/2025:21:01:03 +0200] "GET /robots.txt HTTP/1.1" 200 3394 "-" "Go-http-client/1.1" 496 7970
mail.huijingzhiye.com - - [27/Apr/2025:21:01:03 +0200] "GET /sitemap.xml HTTP/1.1" 200 65390 "-" "Go-http-client/1.1" 497 70632
What is strange for a start is that the host "mail.huijingzhiye.com" does not resolve / not exist and neither does the domain. Two of the requests made are strange as well:
"GET /js/xf/core-compiled.js?_v=76c81cce
gives you a huge load of javascript - raw code of XFs core. Not sure if it should be that way? The parameter used in the call "_v=76c81cce" does not seem to make any sense - the answer seems to be the same w/o it.
The call
"GET /jc/gtm.js?_v=76c81cce
uses the same parameter, again it seems to have no effect and again you end up with a bunch of code - this time it seems to be rather generic as it starts with "// Copyright 2012 Google Inc. All rights reserved."
Has anyone a clue what the intention behind this may be?
ist using the same parameter (and seems to have been successful according to the log)