我的站点不断将 iPhone (Safari) 用户重定向到其他 IP,导致超时

My site keeps redirecting iPhone (Safari) users to other IP, results in a timeout

我编写了一个简单的着陆页。问题是,我没有添加额外的代码行,但它一直将 iPhone 用户重定向到一个 IP/site 我不知道...尝试了 browserstack 的应用程序看看它是否只是那个 phone ,但这是相同的行为。所以我担心它是服务器端的恶意软件。

我的网站是somosbravery.com

问题只出现在iPhone(已经在PC和Androidphone中测试过)。

任何线索...?谢谢!

tl;dr - 您的网站被黑了

刚刚在 iPhone 上测试,somosbravery.com 重定向到 IP 地址 194.6.233.7,该地址在分配给乌克兰一家公司的范围内,ukrmir.com.ua。

该 IP 地址没有响应。

来自 ipinfo.io 的信息。

在小 window (375 x 667) 的桌面上进行测试,重定向的 URL 是:

http://194.6.233.7/mxjbb.cgi?default

support.google.com 中有一个帖子讨论了具有相同重定向 URL 的网站问题。

aw-snap.info 的文件查看器中输入 https://somosbravery.com 会产生:

Header returned by request for: https://somosbravery.com/ -> 66.147.244.230

HTTP/2 302 server: nginx/1.16.1 date: Fri, 10 Apr 2020 23:15:20 GMT content-type: text/html; charset=iso-8859-1 content-length: 287 location: http://194.6.233.7/mxjbb.cgi?default Note: This line has redirected the request to http://194.6.233.7/mxjbb.cgi?default

所以服务器上一定有重定向。

This page dated May 4, 2015 describes a .htaccess file hack that redirects to http://194.6.233.7/mxjbb.cgi?default,与本例中的重定向目标完全相同。