trust Flashcards

(13 cards)

1
Q

What are the three main indicators of trust in email?

A

Envelope (metadata like headers), Content (body and From field), and Context (what we know/believe about the sender or message).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why can trusting the email ‘From’ field be misleading?

A

The content From: is part of the message and can be spoofed, while the envelope-from is set by sending systems and also not reliably authenticated in SMTP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are MX records used for?

A

MX (Mail eXchanger) DNS records indicate the mail server responsible for accepting emails for a domain, ordered by priority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does an MX lookup show for bath.ac.uk?

A

It returns bath-ac-uk.mail.protection.outlook.com with priority 10, showing where email for the domain should be routed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the issue with SMTP security?

A

SMTP lacks built-in checks to verify message authenticity. Anyone can send an email pretending to be from any address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is SPF (Sender Policy Framework)?

A

A system where domain owners use DNS to list authorized mail servers for sending email from their domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is DKIM (DomainKeys Identified Mail)?

A

It adds a digital signature to outgoing emails, allowing recipients to verify that the message came from the sender’s domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What did Yahoo require from bulk senders in 2024?

A

Yahoo began requiring SPF and DKIM for bulk emails to be accepted. Gmail followed with similar requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is DMARC and what does it do?

A

DMARC lets domain owners publish policies in DNS specifying how to handle unauthenticated messages using SPF/DKIM, and provides feedback reports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does DMARC determine policy enforcement?

A

It checks if the From: domain aligns with authenticated SPF or DKIM records. If either aligns, the email passes DMARC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why is DMARC adoption not universal?

A

Due to setup complexity, lack of staff/resources, confusing reports, and common use of the default ‘p=none’ policy which does not enforce protection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a limitation of DMARC highlighted in 2024?

A

DMARC only prevents exact domain spoofing, not lookalike domains like xx.com impersonating x.com visually or stylistically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What practical steps can users take to verify email trust?

A

Check link targets by hovering, verify DMARC records for the sending domain, and evaluate context cues like unexpected requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly