312-50V12 · Question #191
An ethical hacker has been tasked with assessing the security of a major corporation's network. She suspects the network uses default SNMP community strings. To exploit this, she plans to extract…
The correct answer is B. snmp-check (snmp_enum Module) to gather a wide array of information about the target. The ethical hacker aims to exploit default SNMP community strings to extract network information via SNMP enumeration without modifying the target MIB. The snmp-check tool is the most suitable choice for this task, as it performs comprehensive read-only enumeration.
Question
Options
- ASnmpWalk, with a command to change an OID to a different value
- Bsnmp-check (snmp_enum Module) to gather a wide array of information about the target
- CNmap, with a script to retrieve all running SNMP processes and associated ports
- DOpUtils, are mainly designed for device management and not SNMP enumeration
How the community answered
(28 responses)- A14% (4)
- B71% (20)
- C11% (3)
- D4% (1)
Why each option
The ethical hacker aims to exploit default SNMP community strings to extract network information via SNMP enumeration without modifying the target MIB. The `snmp-check` tool is the most suitable choice for this task, as it performs comprehensive read-only enumeration.
While SnmpWalk is used for enumerating MIBs, the instruction to "change an OID to a different value" describes an SNMP `SET` operation, which explicitly modifies the MIB and violates the requirement of not modifying any parameters.
The `snmp-check` tool (or the `snmp_enum` module) is specifically designed for comprehensive SNMP enumeration, allowing an ethical hacker to gather a wide array of detailed network information from an SNMP agent's MIB, such as system details, interface configurations, and routing tables. This process utilizes read-only SNMP operations (like GET and GETNEXT) to extract data without modifying any parameters on the target device, perfectly aligning with the requirement to avoid MIB alterations.
Nmap is primarily a port scanner and service discovery tool; while it can identify running SNMP services and associated ports, it does not perform the detailed, comprehensive MIB enumeration required to extract valuable network information as effectively as specialized SNMP enumeration tools.
OpUtils is a network management suite primarily focused on device management and monitoring, using SNMP for operational purposes rather than being a dedicated security tool for exploiting default community strings through aggressive enumeration for security assessment.
Concept tested: SNMP enumeration for network information gathering
Source: https://learn.microsoft.com/en-us/windows-server/networking/snmp/snmp-security
Topics
Community Discussion
No community discussion yet for this question.