GSLC · Question #197
IP blocking is a technique that prevents the connection between a server/website and certain IP addresses or ranges of addresses. Which of the following tools use this technique? Each correct answer…
The correct answer is B. portsentry E. Fail2Ban. IP blocking tools automatically detect malicious network activity and deny traffic from offending IP addresses using firewall rules or host access controls.
Question
IP blocking is a technique that prevents the connection between a server/website and certain IP addresses or ranges of addresses. Which of the following tools use this technique? Each correct answer represents a complete solution. Choose all that apply.
Options
- ASSHGuard
- Bportsentry
- COpenSSL
- Dnmap
- EFail2Ban
How the community answered
(67 responses)- A4% (3)
- B75% (50)
- C15% (10)
- D6% (4)
Why each option
IP blocking tools automatically detect malicious network activity and deny traffic from offending IP addresses using firewall rules or host access controls.
SSHGuard monitors logs for brute-force attempts against SSH and a narrow set of other services, and while it can invoke firewall actions, it is scoped to specific services rather than functioning as a general-purpose IP blocking framework.
Portsentry listens on unused TCP/UDP ports, detects port scan attempts in real time, and automatically blocks the scanning host by updating firewall rules or the /etc/hosts.deny file, making IP blocking its primary function.
OpenSSL is a cryptographic toolkit that implements SSL/TLS and manages certificates; it has no capability to monitor network traffic or block IP addresses.
Nmap is a network discovery and port scanning tool used to probe hosts and enumerate services; it contains no mechanism to block or deny IP addresses.
Fail2Ban monitors system log files for repeated failed authentication attempts or other attack patterns and dynamically adds firewall rules (such as iptables DROP rules) to block the offending IP address for a configurable duration.
Concept tested: IP blocking tools - portsentry and Fail2Ban identification
Source: https://www.fail2ban.org/wiki/index.php/Main_Page
Topics
Community Discussion
No community discussion yet for this question.