300-730 · Question #113
A company needs to ensure only corporate issued laptops and devices are allowed to connect with the Cisco AnyConnect client. The solution should be applicable to multiple operating systems, including
The correct answer is A. Use a DAP registry check on the system to determine the relationship with the corporate domain.. A DAP registry check verifies domain membership on the connecting endpoint, ensuring only corporate domain-joined devices can authenticate, and allows remote remediation by disabling the computer account in Active Directory.
Question
Options
- AUse a DAP registry check on the system to determine the relationship with the corporate domain.
- BUse a DAP file check on the system to determine the relationship with the corporate domain.
- CInstall and authenticate user certificates on the corporate devices.
- DInstall and authenticate machine certificates on the corporate devices.
How the community answered
(28 responses)- A50% (14)
- B25% (7)
- C14% (4)
- D11% (3)
Why each option
A DAP registry check verifies domain membership on the connecting endpoint, ensuring only corporate domain-joined devices can authenticate, and allows remote remediation by disabling the computer account in Active Directory.
Dynamic Access Policy (DAP) registry checks inspect Windows registry keys to confirm that the connecting device is joined to the corporate domain, which is present only on IT-managed machines. If a device is stolen, the IT team can immediately disable or delete the computer account in Active Directory; on the next AnyConnect authentication attempt the registry-based domain membership check fails and access is denied, providing prompt remote remediation without requiring physical access to the device.
A DAP file check only verifies the presence of a specific file on the endpoint, which an attacker controlling a stolen device could fabricate; it does not tie device identity to centrally managed domain membership and offers no reliable remote remediation path.
User certificates authenticate the individual user, not the device; a stolen corporate laptop could still satisfy a user certificate check if the certificate is present, meaning the device itself is not uniquely identified or blockable.
Machine certificates do authenticate the device and can be revoked, but certificate revocation depends on the client querying a CRL distribution point or OCSP responder and honoring the result, which may be delayed or bypassed; DAP domain checks integrate directly with Active Directory for immediate, centrally controlled access denial.
Concept tested: DAP registry check for corporate device identity in AnyConnect
Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/vpn/asa-96-vpn-config/vpn-dap.html
Topics
Community Discussion
No community discussion yet for this question.