nerdexam
CompTIA

CAS-003 · Question #836

An analyst is testing the security of a server and attempting to infiltrate the network. The analyst is able to obtain the following output after running some tools on the server: Which of the…

The correct answer is D. Use Medusa to perform an online attack of the HELPDESK account. When tool output identifies an active network-accessible account like HELPDESK, using Medusa for an online brute force attack is the most logical next step to attempt unauthorized access over the network.

Enterprise Security Operations

Question

An analyst is testing the security of a server and attempting to infiltrate the network. The analyst is able to obtain the following output after running some tools on the server:

Which of the following will the analyst most likely do NEXT?

Exhibit

CAS-003 question #836 exhibit

Options

  • AUse John the Ripper to attempt password recovery.
  • BLog in with either of the administrator passwords shown.
  • CLog in with the guest account since it has a blank password.
  • DUse Medusa to perform an online attack of the HELPDESK account.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    16% (4)
  • C
    4% (1)
  • D
    76% (19)

Why each option

When tool output identifies an active network-accessible account like HELPDESK, using Medusa for an online brute force attack is the most logical next step to attempt unauthorized access over the network.

AUse John the Ripper to attempt password recovery.

John the Ripper is an offline password hash cracker that requires previously captured hash files to operate - it cannot directly attack a live network authentication service.

BLog in with either of the administrator passwords shown.

The tool output displays hashed or otherwise non-plaintext administrator credentials, meaning there are no usable cleartext passwords available to log in with directly.

CLog in with the guest account since it has a blank password.

Even if the guest account shows a blank password hash in the output, the guest account is disabled by default on modern Windows systems and is typically blocked from network login via Group Policy regardless of its password state.

DUse Medusa to perform an online attack of the HELPDESK account.Correct

Medusa is an online brute force tool designed to perform rapid, parallel authentication attacks against live network services such as SMB, RDP, FTP, and SSH. When tool output reveals an active account (HELPDESK) that is reachable on the network, Medusa can systematically cycle through credential combinations against that live service without requiring offline hash capture. This is the appropriate next step because the account is network-accessible and the administrator credentials visible in the output are hashed rather than cleartext.

Concept tested: Online brute force tool selection for live network authentication attacks

Source: https://www.kali.org/tools/medusa/

Topics

#penetration testing#password cracking#online attacks#attack tools

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice