Courseiva

CCNA Adversarial Tactics Questions

39 questions · Adversarial Tactics · All types, answers revealed

1
MCQeasy

Which tactic is associated with 'T1537 Transfer Data to Cloud Account'?

A.Execution
B.Exfiltration
C.Discovery
D.Persistence
AnswerB

Transferring data to a cloud account is a classic exfiltration step.

Why this answer

This is a form of Exfiltration.

2
MCQmedium

What is the primary goal of the 'Command and Control' (C2) tactic?

A.To manage the compromised host and receive instructions
B.To encrypt data
C.To create user accounts
D.To steal user credentials
AnswerA

C2 provides the means to control the system remotely.

Why this answer

C2 is about maintaining a communication channel between the compromised host and the attacker's infrastructure.

3
MCQmedium

You suspect an adversary is performing 'T1005 Data from Local System'. Which of these actions is relevant?

A.Modifying a service
B.Creating a new user
C.Scanning the network
D.Searching for files with specific extensions like .docx or .xlsx
AnswerD

Finding and collecting sensitive documents on the local disk is the technique.

Why this answer

Data from Local System involves searching for and copying files from a user's machine.

4
MCQhard

You are assessing an attacker's use of 'T1203 Exploitation for Client Execution'. What does this imply?

A.The user clicked a link
B.The attacker used social engineering
C.The attacker targeted a software vulnerability in an application
D.The user was logged in via RDP
AnswerC

Exploiting software vulnerabilities is the core of this technique.

Why this answer

This technique involves exploiting a client-side application (like a browser or PDF reader) to execute code.

5
Multi-Selectmedium

Which TWO of the following are examples of 'Discovery' techniques?

Select 2 answers
A.Data exfiltration
B.System owner/user discovery
C.Network share enumeration
D.Process injection
E.System reboot
AnswersB, C

Identifying users is a discovery activity.

Why this answer

Enumerating network shares and identifying current user context are discovery actions.

6
MCQhard

You are investigating a breach where the attacker used 'T1555 Credentials from Password Stores'. Where would they look?

A.Active Directory logs
B.Network packets
C.System logs
D.Browser 'Login Data' SQLite databases
AnswerD

Browsers store saved passwords in these local files.

Why this answer

Password stores include browser data, local vaults, and credential managers.

7
MCQhard

You are implementing threat hunting for 'T1562 Impair Defenses'. Which activity are you searching for?

A.Disabling Windows Defender or modifying firewall rules
B.Downloading a remote tool
C.Running a password brute force
D.Listing files on a share
AnswerA

These are direct techniques to weaken defenses.

Why this answer

Impair Defenses involves disabling security software, such as antivirus or EDR agents, to remain undetected.

8
Multi-Selecthard

Which TWO of the following are considered 'Defense Evasion' techniques?

Select 2 answers
A.Masquerading
B.Account manipulation
C.Data staging
D.Indicator removal on host (clear logs)
E.Remote service creation
AnswersA, D

Masking files hides them from security tools.

Why this answer

Clearing logs and masquerading as a legitimate process are used to avoid detection.

9
MCQhard

You are reviewing a Purple Team exercise involving 'T1003 OS Credential Dumping'. What is the most reliable way to detect credential dumping via LSASS process access?

A.Monitor for handle access to lsass.exe
B.Monitor for lsass.exe process termination
C.Monitor for failed login attempts
D.Monitor registry read operations
AnswerA

Dumping tools typically request a process handle with specific access masks.

Why this answer

LSASS.exe is the process that handles local security; monitoring it for non-system process access is a high-fidelity detection method.

10
MCQmedium

You see a process performing DNS queries for unusually long subdomains. Which tactic is the adversary likely exercising?

A.Discovery
B.Command and Control
C.Exfiltration
D.Lateral Movement
AnswerB

This is a form of C2 communication.

Why this answer

DNS tunneling is a technique used to bypass network firewalls and communicate with C2 servers, falling under Command and Control.

11
MCQhard

Which technique is most effective for an adversary to perform 'T1078 Valid Accounts'?

A.Exploiting a software vulnerability
B.Using stolen credentials obtained via phishing
C.Brute forcing a firewall
D.Installing a rootkit
AnswerB

Legitimate credentials obtained via phishing allow access as a valid user.

Why this answer

Adversaries often use stolen credentials or social engineering to obtain legitimate user credentials to access systems as authorized users.

12
MCQmedium

While analyzing an EDR alert, you observe a process modifying 'HKLM\Software\Microsoft\Windows\CurrentVersion\Run'. What is the primary adversary objective at this stage?

A.Discovery
B.Persistence
C.Execution
D.Privilege Escalation
AnswerB

Registry modifications for startup ensure the malware survives a reboot.

Why this answer

Modifying registry run keys is a standard technique to ensure a program executes automatically upon system startup, which defines Persistence.

13
MCQeasy

What is the purpose of 'T1027 Obfuscated Files or Information'?

A.To escalate privileges
B.To increase execution speed
C.To facilitate lateral movement
D.To evade detection by signature-based tools
AnswerD

Hiding the true intent or code structure helps bypass static signatures.

Why this answer

Obfuscation is used to hide code or scripts from static analysis and security tools, aiding Defense Evasion.

14
Multi-Selecteasy

Which TWO of the following are considered 'Credential Access' techniques?

Select 2 answers
A.Brute force
B.OS credential dumping
C.File deletion
D.Network mapping
E.Service creation
AnswersA, B

Brute force seeks to gain credentials.

Why this answer

Brute forcing passwords and dumping memory (LSASS) are standard credential access methods.

15
MCQeasy

Which of these is a typical 'Lateral Movement' technique?

A.Using RDP
B.Running a keylogger
C.Encrypting local files
D.Setting a registry key
AnswerA

RDP is a primary tool for moving between systems in a network.

Why this answer

Remote Desktop Protocol (RDP) is a standard tool used by adversaries to move laterally between machines.

16
MCQhard

In the context of the MITRE ATT&CK framework, what distinguishes 'T1059 Command and Scripting Interpreter' from 'T1204 User Execution'?

A.There is no distinction
B.T1059 is for Windows, T1204 is for Linux
C.T1059 is the technique, T1204 is the outcome
D.T1059 describes the execution mechanism, T1204 describes the delivery
AnswerD

T1059 is about the interpreter, T1204 requires user interaction to launch.

Why this answer

T1059 focuses on the interpretation of code (PowerShell, Bash), while T1204 focuses on the user-driven triggering of the malicious file.

17
Multi-Selecthard

Which THREE of the following are common 'Impact' techniques?

Select 3 answers
A.Data encrypted for impact
B.Data destruction
C.Service stop
D.Credential access
E.Persistence setup
AnswersA, B, C

A form of impact.

Why this answer

Data destruction, ransomware encryption, and service disruption are all forms of impact.

18
MCQeasy

An adversary uses 'vssadmin.exe delete shadows /all /quiet' during an attack. Which tactic is this technique categorized under?

A.Impact
B.Credential Access
C.Defense Evasion
D.Initial Access
AnswerA

This action destroys data, fulfilling the goal of service disruption.

Why this answer

Deleting shadow copies is a specific technique used to hinder forensic analysis and recovery, categorized under Impact.

19
MCQeasy

What is the primary function of a 'C2 Beacon'?

A.To encrypt the local drive
B.To log user keystrokes
C.To transfer large files
D.To periodically check for new tasks
AnswerD

Checking for instructions is the definition of a beacon.

Why this answer

Beacons are small packets sent periodically from the infected host to the attacker's server to check for instructions.

20
Multi-Selecthard

Which TWO of the following behaviors are typical of 'Lateral Movement'?

Select 2 answers
A.SMB/Admin shares
B.DNS query analysis
C.Registry key editing
D.Keystroke logging
E.Remote Desktop Protocol (RDP)
AnswersA, E

SMB is a primary protocol for lateral movement.

Why this answer

Remote services like RDP and SMB/Admin shares are primary mechanisms for moving laterally.

21
MCQeasy

You are configuring Microsoft Defender for Endpoint. Which feature is most effective against 'T1566 Phishing'?

A.Network Isolation
B.Email filtering policies
C.Attack Surface Reduction (ASR) rules
D.Device Control
AnswerB

These block the delivery of phishing emails before they reach the user.

Why this answer

Defender for Office 365 / MDE integration provides specialized filtering for malicious attachments and URLs linked to phishing.

22
MCQmedium

You are auditing an environment for 'T1083 File and Directory Discovery'. Which log source provides the most visibility into this activity?

A.Sysmon Event ID 11
B.NetFlow
C.DHCP logs
D.Firewall logs
AnswerA

Event ID 11 tracks FileCreate events, often associated with enumeration.

Why this answer

File and Directory Discovery often involves listing files, which generates audit events when monitoring directory access via Sysmon Event ID 11 or Windows Security logs.

23
MCQhard

You are configuring a YARA rule for CrowdStrike Falcon to detect Cobalt Strike Beacon traffic. Which specific technique should you look for in the process memory that indicates process hollowing?

A.CreateServiceW
B.GetSystemTime
C.WriteProcessMemory to a remote process
D.RegCreateKeyEx
AnswerC

Writing to the memory space of a suspended process is required for hollowing.

Why this answer

Process hollowing involves creating a legitimate process in a suspended state and replacing its memory with malicious code, a hallmark of execution techniques.

24
MCQeasy

You are reviewing logs in Splunk and identify a suspicious process spawning 'cmd.exe' from 'wsmprovhost.exe'. Which MITRE ATT&CK tactic does this behavior most directly align with?

A.Credential Access
B.Exfiltration
C.Lateral Movement
D.Persistence
AnswerC

Using WinRM/PowerShell Remoting to execute commands is a primary technique for Lateral Movement.

Why this answer

The spawning of a command shell from a remote management process is a classic indicator of Lateral Movement using remote execution.

25
Multi-Selectmedium

Which THREE of the following are 'Command and Control' techniques?

Select 3 answers
A.Standard application layer protocol
B.Registry modification
C.Credential dumping
D.Communication through web service
E.Non-standard port usage
AnswersA, D, E

A common C2 channel.

Why this answer

Web service protocols, non-standard port traffic, and standard application layer protocols are all C2 channels.

26
MCQmedium

An adversary is using a living-off-the-land (LotL) binary to execute commands. Why is this preferred over a custom malware?

A.It is faster to execute
B.It is easier to compile
C.It evades detection by appearing as normal activity
D.It requires less memory
AnswerC

Using system tools helps blend in with administrative behavior.

Why this answer

LotL binaries are legitimate system tools, making them harder to flag as malicious by signature-based defenses.

27
MCQhard

What is the primary difference between a Red Team and a Blue Team in a security simulation?

A.Red Team creates policy, Blue Team audits it
B.Red Team handles infrastructure, Blue Team handles software
C.Red Team acts as the adversary, Blue Team performs incident response
D.Red Team identifies vulnerabilities, Blue Team remediates them
AnswerC

This describes the core function of adversarial simulation.

Why this answer

The Red Team performs the offensive actions to emulate threats, while the Blue Team defends and monitors.

28
Multi-Selecteasy

Which THREE of the following are considered 'Collection' techniques?

Select 3 answers
A.Screen capture
B.File and directory discovery
C.Audio capture
D.Data from local system
E.Network scanning
AnswersA, C, D

A collection technique.

Why this answer

Screen capture, audio capture, and file collection are all ways to steal data.

29
MCQmedium

During a simulation, you notice a process spawning child processes from 'wmic.exe'. What is this technique often used for?

A.Exfiltration
B.Collection
C.Execution
D.Impact
AnswerC

WMIC allows the execution of commands on local or remote systems.

Why this answer

WMIC is often used for remote execution and discovery in Windows environments.

30
MCQeasy

Which of the following is considered an 'Execution' tactic in the MITRE ATT&CK framework?

A.Password spraying
B.PowerShell scripts
C.Data encryption
D.Network mapping
AnswerB

PowerShell is a primary tool for command execution.

Why this answer

Execution involves running malicious code on a system.

31
MCQeasy

Which action constitutes 'Discovery' as defined by the MITRE ATT&CK framework?

A.Installing a backdoor
B.Deleting logs to hide traces
C.Encrypting files for ransom
D.Running 'whoami' or 'net view'
AnswerD

Commands to identify user context or network shares are Discovery.

Why this answer

Discovery involves gathering information about the system and network to plan subsequent steps.

32
Multi-Selecteasy

Which TWO of the following are examples of 'Initial Access' tactics?

Select 2 answers
A.Registry modification
B.Phishing
C.Screen capture
D.Exploiting public-facing applications
E.Network scanning
AnswersB, D

A primary initial access vector.

Why this answer

Phishing and exploiting public-facing applications are two common ways to gain the first foothold in an environment.

33
MCQhard

An attacker uses 'T1133 External Remote Services' to gain access. What does this involve?

A.Exploiting an internal web server
B.Phishing a user
C.Exploiting an exposed VPN gateway
D.Using a USB drive
AnswerC

This is the classic technique for T1133.

Why this answer

T1133 involves exploiting VPNs, Citrix, or other external-facing access points to enter a network.

34
MCQeasy

Which of these is a 'Defense Evasion' technique?

A.Masquerading as a system process
B.Creating a scheduled task
C.Stealing a hash
D.Scanning ports
AnswerA

Making malware look like a standard Windows process evades observation.

Why this answer

Using masquerading (renaming files to look like system files) is a common way to hide malicious processes.

35
Multi-Selectmedium

Which THREE of the following are considered 'Execution' techniques?

Select 3 answers
A.Account discovery
B.User Execution
C.Command and Scripting Interpreter
D.Native API
E.Registry persistence
AnswersB, C, D

Triggering by a user is an execution method.

Why this answer

Command scripting, binary execution, and scheduled task execution are all ways to start code.

36
Multi-Selecthard

Which THREE of the following are 'Privilege Escalation' techniques?

Select 3 answers
A.File discovery
B.Exploitation for privilege escalation
C.Network exfiltration
D.Process injection
E.Access token manipulation
AnswersB, D, E

The core technique.

Why this answer

Exploiting system software, abusing user accounts, and using local security exploits are common escalation vectors.

37
Multi-Selecteasy

Which THREE of the following are common 'Exfiltration' techniques?

Select 3 answers
A.Exfiltration over alternative protocol
B.Keylogging
C.Exfiltration over C2 channel
D.File system enumeration
E.Exfiltration to cloud storage
AnswersA, C, E

A common exfiltration technique.

Why this answer

Using cloud storage, scheduled transfers, and network protocols are common ways to move data out.

38
Multi-Selectmedium

Which TWO of the following are examples of 'Persistence' tactics?

Select 2 answers
A.Credential dumping
B.Port scanning
C.Scheduled tasks
D.Startup folder modification
E.Data encryption
AnswersC, D

A common persistence technique.

Why this answer

Creating scheduled tasks and adding items to the Startup folder are standard ways to ensure malware survives reboot.

39
MCQmedium

You detect an adversary attempting to clear Windows Event Logs using 'wevtutil cl'. This falls under which tactic?

A.Impact
B.Defense Evasion
C.Persistence
D.Discovery
AnswerB

Removing logs is a classic technique to hide tracks.

Why this answer

Clearing logs is an explicit attempt to remove traces of activity to evade detection.

Ready to test yourself?

Try a timed practice session using only Adversarial Tactics questions.