Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CertNexus Exam CFR-410 Topic 9 Question 43 Discussion

Actual exam question for CertNexus's CFR-410 exam
Question #: 43
Topic #: 9
[All CFR-410 Questions]

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.)

Show Suggested Answer Hide Answer
Suggested Answer: B, E

Contribute your Thoughts:

Yoko
14 days ago
You know, if this was a real-life SMTP attack, the best solution would be to just unplug the whole network. That'll stop the traffic for sure! But I guess that's not very practical.
upvoted 0 times
...
Katina
15 days ago
I agree with Vincenza. Options C and D are the correct choices here. Blocking the SMTP port 25 is the way to go to stop this attack.
upvoted 0 times
...
Queenie
18 days ago
Ha! Option E is clearly not the right answer. Blocking incoming traffic on port range 6881-6889 has nothing to do with stopping an SMTP attack. Someone's trying to be funny with that one.
upvoted 0 times
...
Natalya
19 days ago
I think Options A and B are incorrect because they are accepting SMTP traffic instead of blocking it. The question asks for a solution to stop the SMTP attack, so we need to drop the SMTP traffic.
upvoted 0 times
Luis
3 days ago
A) iptables -A INPUT -p tcp --dport 25 -d x.x.x.x -j ACCEPT
upvoted 0 times
...
...
Vincenza
2 months ago
The correct answers are C and D. Option C blocks all incoming SMTP traffic, while Option D blocks all incoming FTP traffic. Blocking FTP is not relevant here, so Option D is not the right choice.
upvoted 0 times
Roslyn
18 days ago
C) iptables -A INPUT -p tcp --dport 25 -j DROP
upvoted 0 times
...
Roslyn
23 days ago
A) iptables -A INPUT -p tcp --dport 25 -d x.x.x.x -j ACCEPT
upvoted 0 times
...
...
Harris
2 months ago
I'm not sure about command E. I think it's better to focus on blocking SMTP traffic specifically, so I would go with commands A and C.
upvoted 0 times
...
Dominga
2 months ago
I agree with you, Artie. Command C will drop SMTP traffic and command E will drop traffic on ports commonly used for file sharing.
upvoted 0 times
...
Artie
2 months ago
I think the correct commands to stop the attack are C and E.
upvoted 0 times
...

Save Cancel