wendy
Member
OP
- Joined:
- Jun 2024
- Posts:
- 164
- From:
- Manchester, UK
Got hit by a fake "server migration" email yesterday morning. Looked identical to real Contabo notices, same headers, same footer links. Clicked the "verify credentials" link, entered my panel login, and within four hours my VPS was mining something and my DNS records were pointed at a phishing clone of my own site. Recovery steps I took, in case this helps anyone:
- Changed passwords immediately on a clean device (live USB, not my normal workstation)
- Revoked all API keys and panel sessions, not just the password
- Filed tickets with Contabo and Vultr (secondary DNS) using their verified support portals
- Restored from offsite backups to InterServer, not back to the compromised account
- Enabled TOTP everywhere that supported it; hardware keys where possible
The email came from a lookalike domain with a Cyrillic 'o' in "Contabo." I should have caught that. My mail client font didn't help. I mentioned this in the OVHcloud IRC and three other people recognized the same template. Same attacker, same week. We're coordinating disclosure to the providers now so they can warn other users.
Have you tried restarting it?
kenji3
Member
- Joined:
- Jul 2024
- Posts:
- 138
- From:
- Osaka, JP
I believe the same campaign hit two clients on my HostHatch reseller account in Singapore last Tuesday. The timing aligns. I did not connect it until now.
I have forwarded my logs to wendy's coordination thread. The Asia-Pacific delivery was slightly different—claimed "data sovereignty migration" rather than server migration—but the credential harvest page was identical.
Thank you for raising this. I should have reported it myself.
conbini > datacenter snacks
RAJ
Member
- Joined:
- Jul 2024
- Posts:
- 294
- From:
- Mumbai, IN
Are we sure it's the same attacker across all three providers?
your margin is my opportunity
RAJ
Member
- Joined:
- Jul 2024
- Posts:
- 294
- From:
- Mumbai, IN
I run a small reseller operation in Mumbai. I see three, four of these a month now. The "data sovereignty" angle is smart for APAC because of India's data localization rules. Customers panic and click. I have started adding a footer to all my own client emails saying "we will never ask for your panel password" but I am not sure anyone reads it.
your margin is my opportunity
wendy
Member
OP
- Joined:
- Jun 2024
- Posts:
- 164
- From:
- Manchester, UK
Are we sure it's the same attacker across all three providers?
I am not sure and I did not mean to imply it. What I know: the domain that got me was contabohosting-migration.com, registered three days before the email, Namecheap, Cloudflare proxy. The phishing site pulled real assets from Contabo's CDN so it looked right. I reported it to Namecheap abuse but it was still up when I last checked.
My InterServer restore went fine by the way. Took six hours from ticket to working VPS. Their Secaucus latency to my Manchester users is worse than Contabo's London but I will take it.
Have you tried restarting it?
steveipw
Member
- Joined:
- Jun 2024
- Posts:
- 163
- From:
- Denver, US
The live USB thing is not paranoid, it is baseline. If your normal workstation is compromised, changing passwords from it just gives the attacker the new password. Wendy did it right.
For the backup side: ZFS send to a separate pool on a different host, different provider, different continent. I replicate to Hetzner Helsinki from Denver every six hours. Cost me 4.51 EUR for the storage box. Worth it.
zfs send | zfs receive. repeat.