nerdexam
CompTIA

CAS-003 · Question #494

An engineer is reviewing the security architecture for an enterprise network. During the review, the engineer notices an undocumented node on the network. Which of the following approaches can be…

The correct answer is D. Review network and traffic logs E. Use a penetration testing framework to analyze the node. To understand how an unknown node operates on the network, two complementary approaches are most effective. Reviewing network and traffic logs (D) reveals what the node has been communicating with, which ports and protocols it uses, what data it sends and receives, and which…

Enterprise Security Operations

Question

An engineer is reviewing the security architecture for an enterprise network. During the review, the engineer notices an undocumented node on the network. Which of the following approaches can be utilized to determine how this node operates? (Choose two.)

Options

  • AUse reverse engineering and techniques
  • BAssess the node within a continuous integration environment
  • CEmploy a static code analyzer
  • DReview network and traffic logs
  • EUse a penetration testing framework to analyze the node
  • FAnalyze the output of a ping sweep

How the community answered

(21 responses)
  • B
    5% (1)
  • C
    5% (1)
  • D
    81% (17)
  • F
    10% (2)

Explanation

To understand how an unknown node operates on the network, two complementary approaches are most effective. Reviewing network and traffic logs (D) reveals what the node has been communicating with, which ports and protocols it uses, what data it sends and receives, and which other systems it interacts with - all of which characterize its behavior and role without actively probing it. Using a penetration testing framework (E) (such as Metasploit or Nmap-based scanning) allows the engineer to actively probe the node: discovering open ports, running services, OS fingerprinting, and potential vulnerabilities, painting a picture of what the node does. Assessing within a CI environment (B) is a software development practice irrelevant here. A static code analyzer (C) requires access to source code. A ping sweep (F) only confirms connectivity and IP addresses, revealing nothing about how the node operates. Reverse engineering (A) could be useful for firmware/software but is not a network-level approach to understanding node behavior.

Topics

#network discovery#traffic log analysis#penetration testing#unknown node

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice