Skip to main content

Redirection Trojan Problem

Comments

4 comments

  • cPWilliamL
    I'm sorry to hear that @alexweb. I'd definitely recommend reaching out to a developer or security professional to investigate further; this is just one symptom of the infection. You should check your `.htaccess' files for any strange redirects; however, I feel the malicious code is likely is in your database, perhaps a custom 404 page. It's also possible to be a combination of physical files and code in your database. If you have database backups, you may just try reverting until you no longer see the issue, then check the differences. I'd also recommend reinstalling the core WordPress files and the theme/plugins. Updating WordPress " WordPress Codex As well, `strace'ing Apache while visiting the malicious 404 redirect should allow you to see the specific database queries which may lead you to the specific page ID's responsible for the redirect, but this will be a lot of data to read through.
    0
  • alexweb
    Thanks allot for your kind reply. I have checked htacess and it's clean. Also it's static website not wp ! But why this happen only in my country ? Is this logic ?
    0
  • cPWilliamL
    Also it's static website not wp !
    That's even stranger. I apologize for assuming it was WordPress. If it can't be found in the static files themselves, it may be pulled dynamically from remote JS resources. Otherwise, it would seem the malicious redirects are coming from your computer or ISP. I would recommend testing from a different computer, and with a VPN and perhaps Google DNS, to rule out all possibilities.
    0
  • alexweb
    Many thanks for your reply. In fact this is really strange problem as I told you. Regarding the possibility of my PC is infected .. This problem happens from multiple locations, multiple devices, multiple ISP, but all of them are in my local country. When I test with VPN from the same PC the problem disappear !
    0

Please sign in to leave a comment.