nerdexam
GIAC

GPEN · Question #199

Which of the following is the most common method for an attacker to spoof email?

The correct answer is D. Open relay. Open relay SMTP servers are the most common mechanism attackers exploit to send spoofed emails because they require no authentication.

Exploitation & Post-Exploitation Techniques

Question

Which of the following is the most common method for an attacker to spoof email?

Options

  • ABack door
  • BReplay attack
  • CMan in the middle attack
  • DOpen relay

How the community answered

(50 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    14% (7)
  • D
    76% (38)

Why each option

Open relay SMTP servers are the most common mechanism attackers exploit to send spoofed emails because they require no authentication.

ABack door

A back door is a covert access mechanism installed on a compromised system and has no direct role in forging email sender addresses.

BReplay attack

A replay attack captures and retransmits legitimate network packets but does not involve forging email headers or using SMTP infrastructure.

CMan in the middle attack

A man-in-the-middle attack intercepts live communications between two parties but is not the standard technique used to forge and send spoofed bulk email.

DOpen relayCorrect

An open relay is an SMTP server that is misconfigured to forward email from any source without requiring authentication, allowing an attacker to set an arbitrary sender address and relay messages globally. This is the most common email spoofing method because open relays are relatively easy to find and abuse, effectively hiding the true origin of the message. Attackers chain multiple open relays together to further obscure the source.

Concept tested: Email spoofing via misconfigured open relay SMTP servers

Source: https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-configure-iis-for-relay-with-exchange-server

Topics

#email spoofing#open relay#SMTP abuse#social engineering

Community Discussion

No community discussion yet for this question.

Full GPEN Practice