nerdexam
EC-Council

312-50V13 · Question #451

Attacker Simon targeted the communication network of an organization and disabled the security controls of NetNTLMvl by modifying the values of LMCompatibilityLevel, NTLMMinClientSec, and…

The correct answer is A. Internal monologue attack. Internal Monologue Attack Explained Why A is Correct: An Internal Monologue Attack specifically targets NetNTLMv1 authentication by manipulating registry values (LMCompatibilityLevel, NTLMMinClientSec, and RestrictSendingNTLMTraffic) to downgrade security controls, then…

Submitted by tyler.j· Mar 6, 2026System Hacking

Question

Attacker Simon targeted the communication network of an organization and disabled the security controls of NetNTLMvl by modifying the values of LMCompatibilityLevel, NTLMMinClientSec, and RestrictSendingNTLMTraffic. He then extracted all the non-network logon tokens from all the active processes to masquerade as a legitimate user to launch further attacks. What is the type of attack performed by Simon?

Options

  • AInternal monologue attack
  • BCombinator attack
  • CRainbow table attack
  • DDictionary attack

How the community answered

(46 responses)
  • A
    72% (33)
  • B
    15% (7)
  • C
    4% (2)
  • D
    9% (4)

Explanation

Internal Monologue Attack Explained

Why A is Correct: An Internal Monologue Attack specifically targets NetNTLMv1 authentication by manipulating registry values (LMCompatibilityLevel, NTLMMinClientSec, and RestrictSendingNTLMTraffic) to downgrade security controls, then extracts NTLM hashes from non-network logon tokens of active processes - all without ever touching LSASS memory, making it stealthy and difficult to detect. This allows the attacker to impersonate legitimate users without triggering standard security alerts.

Why the Distractors Are Wrong:

  • B (Combinator Attack): A password-cracking technique that combines two wordlists together to guess credentials - unrelated to token manipulation.
  • C (Rainbow Table Attack): Uses precomputed hash tables to crack passwords offline - involves no registry modification or token extraction.
  • D (Dictionary Attack): Simply tries common passwords from a wordlist - again, a basic credential-guessing method with no network protocol manipulation.

Memory Tip: Think of "Internal Monologue" as an attacker having a quiet, internal conversation with the system - they silently manipulate NTLM settings and steal tokens without making noise (no LSASS dumping), just like an internal monologue that no one else hears. If you see NetNTLMv1 + registry modification + token extraction, think Internal Monologue.

Topics

#NTLM Attack#Token Impersonation#Credential Theft#Post-exploitation

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice