Report this

What is the reason for this report?

My IPV4 redirects to an unknown website, what should I do now?

Posted on September 12, 2020

As already obvious from the title, as soon as I copy the IPV4 of my droplet and paste it in the search bar of the chrome browser, it gets redirected to an unknown website. What should I do now?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @nishant290195nkr,

I could suggest a couple of things:

  • First check your webserver configuration and make sure that there are no suspicious redirects. This would depend on the webserver that you are using:

    • For Apache you need to check the Vhosts at /etc/apache2/sites-enabled directory
    • For Nginx you need to check the Server blocks at /etc/nginx/sites-enabled directory
  • Check the IP addresses that have last accessed your server, you can do that with the following command:

  1. last
  • If you noticed any successful login attempts form suspicious IP addresses, I would recommend restoring a backup of your Droplet from a date when this was working as expected

  • If you are using a CMS like WordPress, I would recommend running a quick scan to try and identify any malicious files. You could use a plugin like Wordfence to do the scan.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.