SY0-301 · Question #653
Sara, the Chief Information Officer (CIO), has requested an audit take place to determine what services and operating systems are running on the corporate network. Which of the following should be…
The correct answer is D. Port scan and fingerprinting. Auditing running services and operating systems on a network requires port scanning to discover open services and fingerprinting to identify OS and service versions.
Question
Sara, the Chief Information Officer (CIO), has requested an audit take place to determine what services and operating systems are running on the corporate network. Which of the following should be used to complete this task?
Options
- AFingerprinting and password crackers
- BFuzzing and a port scan
- CVulnerability scan and fuzzing
- DPort scan and fingerprinting
How the community answered
(25 responses)- B4% (1)
- C4% (1)
- D92% (23)
Why each option
Auditing running services and operating systems on a network requires port scanning to discover open services and fingerprinting to identify OS and service versions.
Password crackers are used to recover credentials from hashed or encrypted values and contribute nothing to auditing services or operating systems.
Fuzzing sends malformed or random input to applications to find vulnerabilities and is not a technique for discovering what services or OSes are running.
A vulnerability scan identifies known weaknesses in discovered services but fuzzing is still irrelevant to the goal of inventorying services and operating systems.
A port scan (using tools like Nmap) probes each host to determine which TCP/UDP ports are open, revealing the services running on the network. OS and service fingerprinting then analyzes response characteristics such as TCP stack behavior or service banners to identify the specific operating system and software versions. Together these two techniques directly satisfy the CIO's request to inventory services and operating systems.
Concept tested: Port scanning and OS fingerprinting for network inventory
Source: https://nmap.org/book/man.html
Topics
Community Discussion
No community discussion yet for this question.