CertNexus Certified Cyber Secure Coder (CSC) — Question 82

A network security analyst has noticed a flood of Simple Mail Transfer Protocol (SMTP) traffic to internal clients. SMTP traffic should only be allowed to email servers. Which of the following commands would stop this attack? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct commands A and C are effective in managing SMTP traffic. Command A allows SMTP traffic to designated email servers, while command C blocks all other SMTP traffic to internal clients, effectively stopping the flood. The other options either do not address port 25 specifically or target different protocols and ports, making them unsuitable for this situation.