this post was submitted on 18 Jun 2024
105 points (96.5% liked)

Cybersecurity

5683 readers
69 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !cybersecurity@lemmy.capebreton.social !securitynews@infosec.pub !netsec@links.hackliberty.org !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 1 year ago
MODERATORS
 

A researcher has found a way to impersonate Microsoft corporate email accounts, which could make phishing attacks harder to spot.

you are viewing a single comment's thread
view the rest of the comments
[–] pleasejustdie@lemmy.world 27 points 5 months ago* (last edited 5 months ago) (3 children)

My initial question was did this "researcher" just discover SMTP Open Relay? Cause if so I can do the exact same thing by configuring my SMTP server to open relay then using telnet to connect to it and issue the SMTP commands directly and it will send the email as though sent from whatever email address I want. This has been a known issue with SMTP for decades at this point and can't be reliably resolved with SMTP, but since the whole world uses it for email, its probably not going away any time soon. However to mitigate it as much as possible is what DMARC DNS entries are supposed to help with, by providing assurance that the email was sent by an SMTP server allowed to send email on behalf of the domain.

I used to send people emails from themselves to demonstrate why they can't trust the "from" address when they get an e-mail.

[–] stringere@sh.itjust.works 15 points 5 months ago (1 children)

However to mitigate it as much as possible is what DMARC DNS entries are supposed to help with, by providing assurance that the email was sent by an SMTP server allowed to send email on behalf of the domain.

+DKIM and SPF as long as we're naming email authentication methods.

[–] pleasejustdie@lemmy.world 7 points 5 months ago

yup, those too.

load more comments (1 replies)