nerdexam
EC-Council

312-50V11 · Question #1007

What useful information is gathered during a successful Simple Mail Transfer Protocol (SMTP) enumeration?

The correct answer is A. The two internal commands VRFY and EXPN provide a confirmation of valid users, email. SMTP enumeration uses the built-in VRFY and EXPN commands to confirm the existence of valid user accounts and email addresses on a mail server without requiring authentication.

Enumeration

Question

What useful information is gathered during a successful Simple Mail Transfer Protocol (SMTP) enumeration?

Options

  • AThe two internal commands VRFY and EXPN provide a confirmation of valid users, email
  • BReveals the daily outgoing message limits before mailboxes are locked
  • Che internal command RCPT provides a list of ports open to message traffic.
  • DA list of all mail proxy server addresses used by the targeted host

How the community answered

(44 responses)
  • A
    86% (38)
  • B
    2% (1)
  • C
    2% (1)
  • D
    9% (4)

Why each option

SMTP enumeration uses the built-in VRFY and EXPN commands to confirm the existence of valid user accounts and email addresses on a mail server without requiring authentication.

AThe two internal commands VRFY and EXPN provide a confirmation of valid users, emailCorrect

The SMTP VRFY command instructs a mail server to verify whether a specific username or email address is valid and exists locally, while the EXPN command expands a mailing list alias to expose all individual recipient addresses. Both commands are enabled by default on many misconfigured mail servers and can be queried without authentication, allowing an attacker to build a confirmed list of valid accounts. This information is directly useful for targeted phishing, credential stuffing, or brute-force attacks against the organization.

BReveals the daily outgoing message limits before mailboxes are locked

SMTP protocol commands do not expose server-side rate limits, daily message quotas, or mailbox lock thresholds, as those are internal server configuration values inaccessible via the SMTP command set.

Che internal command RCPT provides a list of ports open to message traffic.

RCPT TO is a standard SMTP delivery command used to specify a recipient address during the mail transfer process and does not return a list of open ports.

DA list of all mail proxy server addresses used by the targeted host

Mail proxy or relay server addresses are discovered through external DNS record analysis such as MX and SPF lookups, not through direct SMTP command interaction with a target host.

Concept tested: SMTP VRFY and EXPN commands for user enumeration

Source: https://tools.ietf.org/html/rfc5321

Topics

#SMTP enumeration#VRFY command#EXPN command#email user enumeration

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice