nerdexam
CompTIA

PT0-001 · Question #147

Joe, a penetration tester, has received basic account credentials and logged into a Windows system. To escalate his privilege, from which of the following places is he using Mimikatz to pull…

The correct answer is A. LSASS. Attackers can pull credentials from LSASS (Local Security Authority Subsystem Service) using a variety of techniques: Dump the LSASS process from memory to disk using Sysinternals ProcDump. Since ProcDump is a signed Microsoft utility, AV usually doesn't trigger on it. ProcDump…

Post-exploitation and lateral movement

Question

Joe, a penetration tester, has received basic account credentials and logged into a Windows system. To escalate his privilege, from which of the following places is he using Mimikatz to pull credentials?

Options

  • ALSASS
  • BSAM database
  • CActive Directory
  • DRegistry

How the community answered

(69 responses)
  • A
    90% (62)
  • B
    1% (1)
  • C
    6% (4)
  • D
    3% (2)

Explanation

Attackers can pull credentials from LSASS (Local Security Authority Subsystem Service) using a variety of techniques: Dump the LSASS process from memory to disk using Sysinternals ProcDump. Since ProcDump is a signed Microsoft utility, AV usually doesn't trigger on it. ProcDump creates a minidump of the target process from which Mimikatz can extract Dump the LSASS process from memory to disk using Sysinternals ProcDump. Since ProcDump is a signed Microsoft utility, AV usually doesn’t trigger on it. ProcDump creates a minidump of the target process from which Mimikatzcan extract credentials.

Topics

#Mimikatz#LSASS#credential harvesting#privilege escalation

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice