Courseiva

CCNA Cyber Threats Iocs And Attack Methodology Questions

16 questions · Cyber Threats Iocs And Attack Methodology · All types, answers revealed

1
MCQeasy

A system administrator reports high CPU usage on a server. Upon checking task manager, you find 'svchost.exe' running from a temp folder. What is the most immediate action?

A.Isolate the host from the network
B.Delete the file
C.Update antivirus signatures
D.Restart the server
AnswerA

Isolation prevents lateral movement and further C2 communication.

Why this answer

Identifying a process running from a suspicious location like Temp is a high-confidence IoC for malware.

2
MCQhard

You are analyzing a packet capture (PCAP) and find a beaconing pattern with a consistent 30-second interval and jitter of 5%. Which detection strategy is most effective for this IoC?

A.Port-based blocking
B.Frequency analysis on connection flow metadata
C.Signature-based IDS alert
D.Static IP blocklisting
AnswerB

Analyzing flow intervals and jitter helps identify heartbeat-style C2 traffic.

Why this answer

Beaconing with jitter is a hallmark of C2 communication designed to evade simple threshold-based detection.

3
MCQhard

You are investigating an incident involving a malicious macro embedded in an Excel document. Which Windows process is typically the 'parent' of the malicious payload execution?

A.explorer.exe
B.wininit.exe
C.svchost.exe
D.excel.exe
AnswerD

The document process spawns the malicious child process.

Why this answer

When a malicious macro runs, it often triggers 'cmd.exe' or 'powershell.exe' from the 'excel.exe' process tree.

4
MCQmedium

You are tracking a threat actor who uses 'Living off the Land' (LotL) techniques. Which of the following commands is a classic indicator of this methodology?

A.malware.exe
B.mimikatz.exe
C.powershell.exe -enc JABz...
D.netcat.exe
AnswerC

Encoded PowerShell commands are a hallmark of LotL and obfuscated execution.

Why this answer

LotL techniques use built-in system tools like PowerShell or WMI to execute malicious actions, avoiding the need for custom malware.

5
MCQmedium

A user complains that their browser homepage has changed. Upon inspection, you find a new, unsigned extension installed. Which attack methodology is this?

A.Man-in-the-Middle (MitM)
B.Cross-Site Scripting (XSS)
C.SQL Injection
D.Browser Hijacking
AnswerD

Modifying browser settings via extensions is browser hijacking.

Why this answer

Installing unauthorized browser extensions is a common technique for persistence and data theft (browser hijacking).

6
Multi-Selecthard

Which THREE of the following are characteristics of 'Advanced Persistent Threat' (APT) attack methodologies?

Select 3 answers
A.Custom-tailored malware and tools
B.Long-term commitment to a specific objective
C.High degree of stealth and low-and-slow activity
D.Automated mass-scale scanning
E.Immediate data destruction
AnswersA, B, C

APTs use bespoke tools to bypass specific defenses.

Why this answer

APTs are characterized by their long-term focus, stealth, and specific target orientation.

7
MCQeasy

Which of the following is considered a 'Network-based' IoC?

A.Mutex name
B.Registry key path
C.Suspicious domain name
D.File hash (SHA-256)
AnswerC

Domains are network indicators used for C2 or delivery.

Why this answer

Network-based IoCs include IP addresses, domain names, and URLs associated with malicious activity.

8
Multi-Selectmedium

Which TWO of the following are primary goals of the 'Command and Control' (C2) phase?

Select 2 answers
A.Obtaining instructions from the threat actor
B.Exploiting a zero-day vulnerability
C.Establishing a persistent communication channel
D.Gathering system information
E.Encrypting files for ransom
AnswersA, C

C2 is the conduit for attacker input.

Why this answer

C2 allows the attacker to maintain access and send instructions to the compromised host.

9
MCQhard

In a Windows environment, which artifact would provide the best evidence of 'Lateral Movement' using Pass-the-Hash?

A.Registry key creation in RunOnce
B.Security Event ID 4624 (Logon Type 9)
C.Prefetch file modification
D.DNS query logs
AnswerB

Type 9 indicates a NewCredentials logon, often associated with PtH.

Why this answer

Pass-the-Hash relies on NTLM authentication, making Security Event ID 4624 (type 9) the most reliable indicator.

10
Multi-Selecteasy

Which TWO of the following are valid examples of 'Host-based' Indicators of Compromise?

Select 2 answers
A.SMTP server response codes
B.Malicious URL visited
C.Newly created service name
D.MD5 hash of a malicious file
E.Source IP address of an attack
AnswersC, D

System services are artifacts found on the host.

Why this answer

Host-based IoCs are artifacts found on the endpoint itself, such as files, registry changes, or running processes.

11
Multi-Selecthard

Which THREE of the following are commonly monitored artifacts for detecting 'Persistence' mechanisms?

Select 3 answers
A.Network interface throughput
B.Windows Scheduled Tasks
C.Browser history logs
D.Registry Run keys
E.System startup folder files
AnswersB, D, E

Tasks are frequently used to trigger malicious code.

Why this answer

Persistence often relies on modifying startup folders, registry keys, or scheduled tasks.

12
MCQeasy

An analyst notices a spike in outbound traffic to a known sinkhole IP address. What does this indicate?

A.An attempted DDoS attack
B.A network misconfiguration
C.A successful data exfiltration
D.A compromised host attempting to reach a C2
AnswerD

The host is infected and is 'calling home' to a now-captured domain.

Why this answer

Sinkholes are used by security researchers to intercept traffic from infected hosts that are trying to contact a C2 domain.

13
MCQhard

During a forensic analysis, you find a 'shimcache' entry indicating an executable ran from a volume that no longer exists. What does this suggest?

A.Use of removable media or virtual volumes
B.Memory corruption
C.Log manipulation
D.System update failure
AnswerA

The non-existent path strongly points to transient storage.

Why this answer

Shimcache (AppCompatCache) tracks file execution; if the volume is gone, it suggests a removable drive or virtual volume was used by the attacker.

14
MCQeasy

A SOC analyst is reviewing logs in a SIEM and notices multiple failed login attempts followed by a successful one from an unknown IP. Which specific IoC category does this activity represent?

A.Data exfiltration indicator
B.Unauthorized access attempt
C.Network anomaly signature
D.System resource exhaustion
AnswerB

Failed logins followed by success is a common IoC for unauthorized access.

Why this answer

This behavior is a classic indicator of a brute-force attack or credential stuffing attempt.

15
MCQmedium

Which of the following describes the 'Reconnaissance' phase in the Cyber Kill Chain?

A.Deploying a remote access trojan
B.Exploiting a software vulnerability
C.Scanning for open ports and services
D.Encrypting data for ransom
AnswerC

Scanning is a primary recon activity to map the attack surface.

Why this answer

Reconnaissance involves gathering information to identify vulnerabilities before launching an attack.

16
Multi-Selectmedium

Which TWO of the following are considered indicators of a 'Data Exfiltration' attempt?

Select 2 answers
A.Multiple failed login attempts
B.System clock synchronization errors
C.Installation of new system drivers
D.Increased DNS request volume (DNS Tunneling)
E.High volume of outbound traffic to a foreign IP
AnswersD, E

DNS tunneling uses small, frequent requests to move data.

Why this answer

Exfiltration is characterized by large, anomalous outbound transfers and the use of unusual protocols.

Ready to test yourself?

Try a timed practice session using only Cyber Threats Iocs And Attack Methodology questions.