carlos2
Member
OP
- Joined:
- Jun 2024
- Posts:
- 158
- From:
- Medellín, CO
Almost got owned yesterday. Email looked exactly like Hetzner's verification notice, same footer, same font. URL was hetzner.com — not hetzner.com. I was about to enter credentials when I noticed the MX record in the email header pointed to a mail server with no SPF alignment.
I pulled the full headers. Return-Path was spoofed but the Received chain showed an IP in a range I didn't recognize. The HTML was a pixel-perfect clone of the real login page. I checked my password manager — no matching domain. That saved me.
Which providers take XMR for verification-resistant accounts? Asking for a friend.
https://ipinfo.io
not your keys, not your coins
ronwit
Member
Budget King
- Joined:
- Jun 2024
- Posts:
- 122
- From:
- Osaka, Japan
Carlos that is scary actually (´・ω・`)
I got similar mail from "Contabo" last month basically almost clicked too
Check check the envelope-from and from header if they mismatch is big red flag
I use uBlock Origin basically and password manager actually saved me many times
Kaomoji comfort zone (´・ω・`)
instant noodles, instant deploys
mediaaustin
Member
Deliverability Nerd
- Joined:
- Jul 2024
- Posts:
- 276
- From:
- Austin, US
Thanks for sharing carlos, no?
I think sspf and dkim is important, no? But many small host no have proper setup, no?
I check my server logs sometimes, see many bounce from fake verification.
Spoofing is easy when the original looks so bad, no? Some host email look like scam itself, no?
SPF, DKIM, DMARC — holy trinity ✉️
mediaaustin
Member
Deliverability Nerd
- Joined:
- Jul 2024
- Posts:
- 276
- From:
- Austin, US
Check check the envelope-from and from header if they mismatch is big red flag
Envelope-from is easy to spoof in a way that passes casual inspection. The real check is whether the MTA that delivered to your inbox authenticated it with SPF, and whether the signature validates under the published DKIM key. Most people do not have access to that in their mail client.
I have seen legitimate Hetzner mail fail SPF because they route through a third-party relay not in their SPF record. This makes the heuristic unreliable.
SPF, DKIM, DMARC — holy trinity ✉️
carlos2
Member
OP
- Joined:
- Jun 2024
- Posts:
- 158
- From:
- Medellín, CO
I have seen legitimate Hetzner mail fail SPF because they route through a third-party relay not in their SPF record.
This is why I do not trust email at all anymore. My password manager is the only source of truth. If it does not offer to fill, I do not type.
For the XMR question: I know Njalla takes it, but they are a registrar. Anyone using it for compute?
not your keys, not your coins
ronwit
Member
Budget King
- Joined:
- Jun 2024
- Posts:
- 122
- From:
- Osaka, Japan
Envelope-from is easy to spoof in a way that passes casual inspection
I know I am not expert but uBlock Origin show the real URL when hover, no? And my password manager (Bitwarden) only fill if domain match exactly. So I am safe enough I think.
My Minecraft server players try to phish me with fake "Microsoft account verification" sometimes. Very funny. I send them to the real login and they stop.
instant noodles, instant deploys