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…
Question
Options
- AInternal monologue attack
- BCombinator attack
- CRainbow table attack
- DDictionary attack
How the community answered
(46 responses)- A72% (33)
- B15% (7)
- C4% (2)
- D9% (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
Community Discussion
No community discussion yet for this question.