nerdexam
GIAC

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.

Security Architecture & Engineering

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)
  • A
    4% (3)
  • B
    75% (50)
  • C
    15% (10)
  • D
    6% (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.

ASSHGuard

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.

BportsentryCorrect

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.

COpenSSL

OpenSSL is a cryptographic toolkit that implements SSL/TLS and manages certificates; it has no capability to monitor network traffic or block IP addresses.

Dnmap

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.

EFail2BanCorrect

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

#IP blocking#Fail2Ban#portsentry#host-based security tools

Community Discussion

No community discussion yet for this question.

Full GSLC Practice