TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How the hell haven't we solved phishing emails yet?

7 pointsby mdni0073 days ago
How is it possible that in 2025 with all the amazing advancements in AI, I am still getting phishing emails? Emails attempting to look as if its coming from Coinbase, or some stock broker, or bank, or even UPS/USPS/FEDEX? These emails dont look even remotely legit so how do they manage to pass through? Even the email addresses are from some completely different domain. I am using Outlook and Gmail. How/why have they not figured this out already? Even ignoring AI, I don't know much about email but why isn't there something like a CA for email?

4 comments

cookiengineer2 days ago
Microsoft has paid customers, which send emails via Microsoft Azure hosts. So they&#x27;re specifically allowlisted and are bypassing Microsoft O365 filters.<p>Same for Google Business customers.<p>Phishers pay to send the emails. You don&#x27;t pay to receive no email. So that&#x27;s the conflict of interest of these businesses.<p>The &quot;CA&quot; for email is basically SPF&#x2F;DKIM&#x2F;DMARC as extensions but they&#x27;re kind of useless because all email providers are lying about quarantine mechanisms anyways. Nothing happens if you report an abuse of spam policies.<p>But I&#x27;m kind of biased because I maintain my own antispam repository [1].<p>Most of the professional phishing campaigns use e.g. cloned websites under a different top level domain (like company-global.com or company-eu.com), with even legit looking profiles on LinkedIn which are even LLM controlled in their responses. They use pictures and sometimes even identities of real people, and the humans usually don&#x27;t know about anything that&#x27;s happening online with their identity in their name.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;antispam">https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;antispam</a>
评论 #44046579 未加载
toomuchtodo3 days ago
We have DMARC, DKIM, and SPF [1], and while this provides some signal with regards to mail origination, it falls flat when emails are being sent from Gmail, Yahoo, and other large service providers. This is why email security gateways exist, to wrap stronger security controls around inbound email. This might be email content classification and heuristics, this might be replacing links with control middleware to scan and detonate malware or other exfiltration code and prevent clickers from clicking, etc. None of these mitigations will be perfect though, they will each have some degree of failure or miss.<p>&gt; Even ignoring AI, I don&#x27;t know much about email but why isn&#x27;t there something like a CA for email?<p>Is there demand for this? Would users pay for it? Or would they tolerate the existing experience with whatever does or does not end of in their Spam folder? The options here are to pick an email provider based on what they can offer from an email protection perspective, or wiring up your own defenses using something that can read your inbox and action emails within it (if your email provider&#x27;s solution is lacking).<p>[1] <a href="https:&#x2F;&#x2F;www.cloudflare.com&#x2F;learning&#x2F;email-security&#x2F;dmarc-dkim-spf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cloudflare.com&#x2F;learning&#x2F;email-security&#x2F;dmarc-dki...</a>
gogurt20002 days ago
Huh. In 20 years of using gmail I can&#x27;t remember ever seeing a phishing email in my inbox (they&#x27;re all filtered out as spam so I never see them). I&#x27;m curious what&#x27;s led to our different experiences.
评论 #44046473 未加载
chrisjj2 days ago
Simple. There&#x27;s no money to be made from fixing it.