Intro to Phishing and Emails

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

What is the primary route of compromise?

Phishing

2
New cards

Composition of an email address

Mailbox @ Domain

3
New cards

What are the email protocols?

SMTP (Simple Mail Transfer Protocol)

POP3 (Post Office Protocol 3)

IMAP (Internet Mail Access Protocol)

4
New cards

What port is SMTP on?

TCP 25

5
New cards

How does SMTP work?

Email sent to sender org’s SMTP server

SMTP server sends email to next server

Eventually reaches recipient org’s SMTP server

6
New cards

What is the new standard port moving to for SMTP and why?

TCP 587
25 is often attacked and has no authentication

7
New cards

What is POP3?

Applicaiton layer internet standard protocol

Used by email clients to retrieve email from a mail serverH

8
New cards

How does POP3 work?

Contacts email server and downloads all emails from it

Emails are deleted from server

Only the computer that downloaded the email can access them now

9
New cards

What is IMAP?

Allows you to access emails from anywhere on any device

Reads it from the email server

More common than POP

10
New cards

Entire email sending process

Email written in email client

Email sent to org’s outbound SMTP server

SMTP server asks DNS server the IP of the domain name

Email is sent through internet possibly passing through other SMTP servers

Email arrives at destination domain’s outbound SMTP server

Email is moved to a different server using POP3 or IMAP

Recipient can access email using a device


The org SMTP server refers to a server hosted by the domain e.g. gmail, yahoo, or company specific e.g. amazoncustomerservice, lloydsfinancedep

11
New cards

What is webmail?

Allows users to access emails with an internet conneciton and web browser

12
New cards

Difference between webmail and email clients

Email clients download and store emails locally allowing full offline access, webmail requires internet

13
New cards

What is an email header?

Lines containing info about the message’s transportation e.g. sender/recipient addresses and timestamps from each server the email is passed along to on its journey

14
New cards

What is an email message made up of?

Header fields - describing From, To, Date

Email body

15
New cards

What are other optional header fields?

Received - Intermediary servers and date processed

Reply-To - reply address

Subject

Message ID

message body

16
New cards

What are custom X headers

Personalised headers such as for spam detection boolean or for debugging