A company has Aruba APs that are controlled by Central and that implement WIDS. When you check WIDS events, you see a "detect valid SSID misuse" event. What can you interpret from this event, and what steps should you take?
Correct Answer: C
The "Detect Valid SSID Misuse" event in Aruba's Wireless Intrusion Detection System (WIDS) indicates that a valid SSID, associated with your network, is being broadcast from an unauthorized source. This scenario often signals a potential rogue access point attempting to deceive clients into connecting to it (e.g., for credential harvesting or man-in-the-middle attacks). 1. Explanation of Each Option A: Clients are failing to authenticate to corporate SSIDs. You should first check for misconfigured authentication settings and then investigate a possible threat: * Incorrect: * This event is not related to authentication failures by legitimate clients. * Misconfigured authentication settings would lead to events like "authentication failures" or "radius issues," not "valid SSID misuse." B: Admins have likely misconfigured SSID security settings on some of the company's APs. You should have them check those settings: * Incorrect: * This event refers to an external device broadcasting your SSID, not misconfiguration on the company's authorized APs. * WIDS differentiates between valid corporate APs and rogue APs. C: Hackers are likely trying to pose as authorized APs. You should use the detecting radio information and immediately track down the device that triggered the event: * Correct: * This is the most likely cause of the "detect valid SSID misuse" event. A rogue AP broadcasting a corporate SSID could lure clients into connecting to it, exposing sensitive credentials or traffic. * Immediate action includes: * Using the radio information from the event logs to identify the rogue AP's location. * Physically locating and removing the rogue device. * Strengthening WIPS/WIDS policies to prevent further misuse. D: This event might be a threat but is almost always a false positive. You should wait to see the event over several days before following up on it: * Incorrect: * While false positives are possible, "valid SSID misuse" is a critical security event that should not be ignored. * Delaying action increases the risk of successful attacks against your network. 2. Recommended Steps to Address the Event * Review Event Logs: * Gather details about the rogue AP, such as SSID, MAC address, channel, and signal strength. * Locate the Rogue Device: * Use the detecting AP's radio information and signal strength to triangulate the rogue AP's physical location. * Respond to the Threat: * Remove or disable the rogue device. * Notify the security team for further investigation. * Prevent Future Misuse: * Strengthen security policies, such as enabling client whitelists or enhancing WIPS protection. References * Aruba WIDS/WIPS Configuration and Best Practices Guide. * Aruba Central Security Event Analysis Documentation. * Wireless Threat Management Using Aruba Networks.
Question 97
A security team needs to track a device's communication patterns and identify patterns such as how many destinations the device is accessing. Which Aruba solution can show this information at a glance?
Correct Answer: C
HPE Aruba Networking ClearPass Device Insight (CPDI) can show detailed information about a device's communication patterns, including how many destinations the device is accessing. CPDI provides comprehensive visibility into the behavior and activity of devices on the network, allowing the security team to track and analyze communication patterns at a glance. This information is critical for identifying anomalies and potential security threats. Reference: ClearPass Device Insight documentation and network activity monitoring guides offer insights into tracking and analyzing device communication patterns using CPDI's capabilities.
Question 98
You have set up a mirroring session between an AOS-CX switch and a management station, running Wireshark. You want to capture just the traffic sent in the mirroring session, not the management station's other traffic. What should you do?
Correct Answer: D
To capture only the traffic sent in the mirroring session between an AOS-CX switch and a management station running Wireshark, you should apply a capture filter that isolates the specific traffic of interest. In this case, using the filter udp port 5555 will capture the traffic associated with the mirroring session. This is because AOS-CX switches typically use UDP port 5555 for mirrored traffic, ensuring that only the relevant mirrored packets are captured and excluding other traffic generated by the management station. Reference: Aruba's AOS-CX documentation and network management guides detail the configuration and monitoring of traffic mirroring sessions, including the use of specific ports for mirrored traffic.
Question 99
You need to create a certificate signing request (CSR) for HPE Aruba Networking ClearPass's RADIUS/EAP certificate. What is one guideline you should follow?
Correct Answer: D
For a ClearPass RADIUS/EAP server certificate, the certificate identity should clearly represent the ClearPass server or service name that supplicants validate during 802.1X authentication. A fully qualified domain name in the subject common name, without a wildcard, is the safest guideline because it provides a specific and predictable server identity. Wildcard identities are not preferred for EAP server identity validation because they weaken specificity and can create trust ambiguity. A private CA is acceptable in enterprise 802.1X if clients trust its root certificate. RSA versus EC is a compatibility and policy decision, not simply a way to obtain shorter keys. A SAN may include DNS names, but requiring an IP address is not the best general guideline.
Question 100
What is a use case for the HPE Aruba Networking ClearPass OnGuard dissolvable agent?
Correct Answer: B
The use case for the HPE Aruba Networking ClearPass OnGuard dissolvable agent is implementing a one-time compliance scan. The dissolvable agent is designed to perform a compliance check without requiring a permanent installation on the client device. This is ideal for environments where a quick, temporary assessment of the device's security posture is needed without the overhead of a persistent agent. 1.Dissolvable Agent: The dissolvable agent is downloaded and executed on the client device for a single session, performing the necessary compliance checks before being removed automatically. 2.One-time Compliance Scan: This method is particularly useful for guest or unmanaged devices where a temporary compliance scan is sufficient to ensure security standards are met. 3.Minimal Impact: Since the agent does not persist on the client device, it minimizes the impact on the user's system and does not require ongoing maintenance or updates.