nerdexam
CompTIA

XK0-004 · Question #328

A security team informs the Linux administrator that a specific server is acting as an open relay. To which of the following is the security team referring?

The correct answer is D. The server has an email service configured to allow outside sources to send email to other. An open relay is an SMTP mail server misconfigured to forward email from any unauthenticated external source to any external destination, making it exploitable for spam distribution.

Security

Question

A security team informs the Linux administrator that a specific server is acting as an open relay. To which of the following is the security team referring?

Options

  • AThe server is running the SSH service and is open to the Internet, allowing outside sources to log
  • BThe server is acting as an unmanaged router, open to the Internet, and is allowing outside
  • CThe server is acting as a web proxy and allowing outside unauthenticated sources to connect to
  • DThe server has an email service configured to allow outside sources to send email to other

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • D
    90% (28)

Why each option

An open relay is an SMTP mail server misconfigured to forward email from any unauthenticated external source to any external destination, making it exploitable for spam distribution.

AThe server is running the SSH service and is open to the Internet, allowing outside sources to log

An SSH service exposed to the internet is a remote access security concern, not an open relay - the term 'relay' applies exclusively to email (SMTP) message forwarding, not remote shell sessions.

BThe server is acting as an unmanaged router, open to the Internet, and is allowing outside

An unmanaged router forwarding traffic describes a network layer routing misconfiguration, which is categorically different from an open relay, a term reserved for application-layer email routing.

CThe server is acting as a web proxy and allowing outside unauthenticated sources to connect to

An unauthenticated web proxy that forwards HTTP/HTTPS traffic is called an open proxy, not an open relay - these are distinct misconfigurations at different protocol layers.

DThe server has an email service configured to allow outside sources to send email to otherCorrect

An open relay is specifically an SMTP service that accepts messages from unauthorized external senders and relays them to recipients on other domains without requiring authentication. This misconfiguration allows spammers to route bulk email through the server, obscuring the true origin and consuming resources. Properly hardened mail servers restrict relaying to authenticated users or explicitly whitelisted IP addresses.

Concept tested: SMTP open relay misconfiguration and email abuse

Topics

#open relay#SMTP security#mail server#email misconfiguration

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice