Refer to the exhibit. An analyst runs netstat on a Windows server and observes multiple established connections to port 3389 from internal IPs. Which attack is most likely occurring?
The `netstat` output clearly displays multiple established connections to port 3389, which is the standard port for Remote Desktop Protocol (RDP). The presence of numerous distinct remote IP addresses successfully establishing connections to this service strongly indicates a successful RDP brute-force attack. Each established connection signifies a successful login session, suggesting that attackers have either found valid credentials for multiple accounts or repeatedly logged in with compromised credentials.
Why this answer
Multiple established RDP connections from different internal IPs suggest a brute-force or password-spraying attack against RDP. The established connections indicate successful authentication attempts.