312-50V10 · Question #621
Neil notices that a single address is generating traffic from its port 500 to port 500 of several other machines on the network. This scan is eating up most of the network bandwidth and Neil is concer
The correct answer is D. The attacker is trying to determine the type of VPN implementation and checking for IPSec. UDP/TCP port 500 is used exclusively by IKE (Internet Key Exchange) for IPSec VPN negotiation, so scanning it across multiple hosts is reconnaissance to identify VPN gateways.
Question
Neil notices that a single address is generating traffic from its port 500 to port 500 of several other machines on the network. This scan is eating up most of the network bandwidth and Neil is concerned. As a security professional, what would you infer from this scan?
Options
- AIt is a network fault and the originating machine is in a network loop
- BIt is a worm that is malfunctioning or hardcoded to scan on port 500
- CThe attacker is trying to detect machines on the network which have SSL enabled
- DThe attacker is trying to determine the type of VPN implementation and checking for IPSec
How the community answered
(41 responses)- A5% (2)
- B2% (1)
- C10% (4)
- D83% (34)
Why each option
UDP/TCP port 500 is used exclusively by IKE (Internet Key Exchange) for IPSec VPN negotiation, so scanning it across multiple hosts is reconnaissance to identify VPN gateways.
A network loop causes broadcast storms and spanning-tree issues, not deliberate port 500 unicast traffic directed at multiple specific hosts.
Malware typically scans common vulnerability ports or random high ports; hardcoding port 500 without context would be unusual and misses the IKE-specific significance of that port.
SSL/TLS uses port 443 for HTTPS, not port 500; port 500 has no association with SSL detection.
Port 500 is the well-known port assigned by IANA to IKE, the protocol that negotiates and establishes IPSec security associations for VPN tunnels. An attacker scanning many machines on port 500 is probing to discover which hosts are acting as IPSec VPN endpoints and to fingerprint the VPN implementation in use. This reconnaissance would precede a targeted attack against the VPN infrastructure.
Concept tested: IKE port 500 IPSec VPN gateway reconnaissance
Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/vpn-deploy-server-infrastructure
Topics
Community Discussion
No community discussion yet for this question.