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.
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)- A6% (3)
- B4% (2)
- C14% (7)
- D76% (38)
Why each option
Open relay SMTP servers are the most common mechanism attackers exploit to send spoofed emails because they require no authentication.
A back door is a covert access mechanism installed on a compromised system and has no direct role in forging email sender addresses.
A replay attack captures and retransmits legitimate network packets but does not involve forging email headers or using SMTP infrastructure.
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.
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
Community Discussion
No community discussion yet for this question.