nerdexam
CompTIA

CAS-003 · Question #630

A security administrator is concerned about employees connecting their personal devices to the company network. Doing so is against company policy. The network does not have a NAC solution. The…

The correct answer is E. Switch and router ARP tables. Without a NAC solution, switch and router ARP tables are the most reliable real-time source for enumerating all actively connected devices, enabling a script to flag personal devices that do not match the corporate serial-number naming convention.

Enterprise Security Operations

Question

A security administrator is concerned about employees connecting their personal devices to the company network. Doing so is against company policy. The network does not have a NAC solution. The company uses a GPO that disables the firewall on all company-owned devices while they are connected to the internal network. Additionally, all company-owned devices implement a standard naming convention that uses the device's serial number. The security administrator wants to identify active personal devices and write a custom script to disconnect them from the network. Which of the following should the script use to BEST accomplish this task?

Options

  • ARecursive DNS logs
  • BDHCP logs
  • CAD authentication logs
  • DRADIUS logs
  • ESwitch and router ARP tables

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    8% (2)
  • C
    12% (3)
  • E
    76% (19)

Why each option

Without a NAC solution, switch and router ARP tables are the most reliable real-time source for enumerating all actively connected devices, enabling a script to flag personal devices that do not match the corporate serial-number naming convention.

ARecursive DNS logs

Recursive DNS logs capture domain query traffic but do not provide a real-time inventory of all connected devices or a reliable way to distinguish corporate from personal device identities.

BDHCP logs

DHCP logs record historical hostname-to-IP lease assignments and may not reflect devices currently on the network, nor do they capture personal devices that use manually configured static IPs.

CAD authentication logs

Active Directory authentication logs only contain records for domain-joined corporate devices; personal devices typically do not authenticate against AD and would be entirely invisible in those logs.

DRADIUS logs

RADIUS logs require an existing 802.1x and RADIUS infrastructure for network access control, which the question explicitly states the organization does not have.

ESwitch and router ARP tablesCorrect

Switch and router ARP tables maintain a live map of every IP-to-MAC binding for all connected hosts, including personal devices that never authenticate against Active Directory or any other corporate service. Because corporate devices follow a serial-number naming convention that is resolvable through DNS or DHCP, the script can compare ARP entries against known corporate device names and immediately identify non-conforming devices. This current-state visibility is essential for a script that must actively disconnect unauthorized devices in real time.

Concept tested: ARP table-based rogue device identification on unmanaged networks

Source: https://www.cisco.com/c/en/us/support/docs/ip/address-resolution-protocol-arp/13718-5.html

Topics

#device identification#ARP tables#network monitoring#NAC

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice