Is this a new trend in phishing emails? They appear to be using legitimate domains to bypass spam detection. Usually the domains are associated with legitimate companies who are completely oblivious. I always wondered how this works. Is it a broken contact form somewhere?
SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
101–110 of 152 posts
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#102Earlier quoted context omitted.
And then the spammers (or other illegitimate source) just add this to their processing… ^([^@+]+)\+[^@]*(@.*)$
The use case here is using a unique email address to help verify the sender of the email, it's not connected to spam usage.
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#103Earlier quoted context omitted.
I don't know if the fact that it fully slipped into the absurd or the fact that it probably still worked on people is sadder. I do love the idea of voter registration oscillating back and fourth at 20 minutes intervals forever. Would make voting in the primaries way more exciting as the voter base kept flipping.
To me as a Canadian, the absurd part is that ordinary people are expected to have "registered" with a party (as opposed to registering with the independent organization that runs elections, like we do; they automate getting most of the voter roll from Revenue Canada, but this requires your explicit consent on the tax form).
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#104Earlier quoted context omitted.
To me as a Canadian, the absurd part is that ordinary people are expected to have "registered" with a party (as opposed to registering with the independent organization that runs elections, like we do; they automate getting most of the voter roll from Revenue Canada, but this requires your explicit consent on the tax form).
This is just for primaries, you register to vote with the state as well.
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#105Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#106Earlier quoted context omitted.
How do you envision this working without the "opposing party" poisoning the vote to get a weaker opponent?
Can't they do that now? If I think my chosen primary guy is winning in a landslide I could just register for another party I don't like and vote for someone who I think is easier to beat.
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#107Earlier quoted context omitted.
The use case here is using a unique email address to help verify the sender of the email, it's not connected to spam usage.
So you’re suggesting the sender use the + modifier on the from address?
>Use @ as your email address when signing up, and check the To header when receiving emails.
The user of the webservice specifies a unique email per webservice; knowledge of that unique email address serves as a hint that the email came from someone that has discovered that email address, i.e. the webservice itself.
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#108I wonder why Gmail and other email providers don't just run an LLM/ML pipeline to detect phishing emails. It seems that matching an email's content with the sender's domain (and possibly analyzing the content behind links) would be enough to show, with high certainty, a warning like "Beware: this looks like a phishing email." Is it too expensive? Too many false positives?
The most essential check is SPF and DKIM which authenticate if the message has come from an authorized server. The problem is that most mail services are too lenient with mismatched sender identification. On one hand, people would be quite vocal about their mail provider sending way too much legitimate (but slightly misconfigured) mail to the spam folder. However it allows situations like to happen where the FROM header, the "From:" address, and the return path are all different.
Most mail systems have several stages of filters, and the first ones (checking authentication) are quite basic. After that, attachments, links, and contents are checked for known malware. Machine learning might kick in after this, if certain criteria are met. Mail security is very complicated and works well except for the times it falls flat on its face like this.
https://en.wikipedia.org/wiki/Sender_Policy_Framework https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#109I can't think of one email I received from sendgrid I would consider legitimate. Anytime I receive an email distributed by sendgrid I have found it actually had no value to me. Sometimes it's from a business I have dealt with but I never wanted or was interested in the content.
Same impression. SendGrid, MailChimp, any of those are just enabling spam at the end of the day.
Re: SendGrid isn’t emailing about ICE or BLM – it’s a phishing attack
#110Earlier quoted context omitted.
Still absurd that "free" "democratic" elections are allowed to require party membership, even for the primary.
Is actual party membership required? Or, in effect, are you just required to claim either that you're more of a cat person, or that you're more of a dog person?
The last time anyone tried to poison a presidential election by promoting a weaker candidate on the other side in the US, it was the Democrats boosting Trump in 2016. It did not work out.