CISecurity / ControlsAssessmentSpecification

Controls Assessment Specification
Other
65 stars 54 forks source link

1.3: Use DHCP Logging to Update Asset Inventory #7

Open codydumont opened 5 years ago

codydumont commented 5 years ago

--- Issue 1 Inputs Can we add a 3 Input meaning to extract assets from the log itself.

  1. List of assets that are assigned IP addresses from the DHCP server.

Operations

  1. Correlate the M1 from 1.1 (List of discoverable Assets from manual Inventory) with the IP's that have been issued from the DHCP Server.
  2. For each DHCP server create a Union of DHCP addresses issued.
  3. Use this to launch active scanning to ensure all DHCP discovered devices are actively scanned.

Measures M6 = total IP's issued by DHCP M7 = M1 from 1.1 M8 = M6 / M1

Thank you for the opportunity to contribute.