nerdexam
Cisco

300-720 · Question #134

An engineer must limit responses from the gateway that are directed to invalid email addresses. How should the LDAP server be configured to accomplish this goal?

The correct answer is C. Limit the number of invalid recipients per sender to stop responses after crossing the threshold. This question addresses Directory Harvest Attack (DHA) prevention. When spammers probe a mail gateway with many random recipient addresses to discover valid ones, the gateway generates many 'user unknown' responses. Limiting the number of invalid recipients per sender (option…

Cisco ESA LDAP, Mail Policies, and Authentication

Question

An engineer must limit responses from the gateway that are directed to invalid email addresses. How should the LDAP server be configured to accomplish this goal?

Options

  • AValidate the sender email address via an LDAP query during the SMTP conversation.
  • BValidate the sender email address via SMTP Call-Ahead to query an external SMTP server.
  • CLimit the number of invalid recipients per sender to stop responses after crossing the threshold.
  • DLimit the number of invalid responses per recipient to stop responses after crossing the threshold.

How the community answered

(37 responses)
  • A
    8% (3)
  • B
    11% (4)
  • C
    78% (29)
  • D
    3% (1)

Explanation

This question addresses Directory Harvest Attack (DHA) prevention. When spammers probe a mail gateway with many random recipient addresses to discover valid ones, the gateway generates many 'user unknown' responses. Limiting the number of invalid recipients per sender (option C) causes the ESA to drop or throttle the connection once the threshold is crossed, preventing further probing without requiring LDAP lookups. Option A validates senders (not recipients). Option B (SMTP Call-Ahead) validates recipients by querying a downstream SMTP server - useful but not the described approach. Option D is not a standard ESA configuration parameter. Configuring a threshold per sender is the direct ESA mechanism to stop responses to invalid addresses.

Topics

#LDAP integration#Recipient Validation#Directory Harvest Attack Prevention#Mail Policies

Community Discussion

No community discussion yet for this question.

Full 300-720 Practice