Skip to main content

100-160 Real Exam Questions

Cisco Certified Support Technician (CCST) Cybersecurity

63 questions available · Page 1 of 7

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A cybersecurity analyst observes that a laptop automatically connects to an attacker-controlled wireless network that mimics the legitimate corporate SSID.

Which attack is the analyst witnessing?

  1. A

    MAC spoofing

  2. B

    Rogue AP

  3. C

    Deauthentication attack

  4. D

    Password spraying

Show answer and explanation

Correct answer: B

Explanation

A rogue access point impersonates a legitimate SSID to lure devices into connecting--a threat described in the CCST wireless security section.
MAC spoofing (A) alters MAC addresses.
Deauthentication attacks (C) disconnect users but do not mimic SSIDs.
Password spraying (D) is unrelated to Wi-Fi impersonation.

Question 2 Single choice

Which step should be performed immediately after identifying a critical vulnerability affecting internet-facing systems?

  1. A

    Document the vulnerability in the annual security report.

  2. B

    Apply the vendor patch or mitigation.

  3. C

    Schedule a quarterly penetration test.

  4. D

    Change the default administrator passwords.

Show answer and explanation

Correct answer: B

Explanation

The CCST Cybersecurity Study Guide states that after confirming a vulnerability is relevant and critical, the next step is to apply available patches or mitigations as soon as possible to reduce the attack surface.

"When a critical vulnerability is identified, remediation steps such as applying patches or configuration changes should be implemented immediately to prevent exploitation." (CCST Cybersecurity, Vulnerability Assessment and Risk Management , Vulnerability Remediation
section, Cisco Networking Academy)

Question 3 Single choice

A user reports that their web browser redirects to unfamiliar websites and displays pop-ups even when no browser window is open.

Which type of threat is most likely present?

  1. A

    Trojan

  2. B

    Spyware

  3. C

    Adware

  4. D

    Ransomware

Show answer and explanation

Correct answer: C

Explanation

According to CCST Cybersecurity material, adware causes unwanted advertisements, pop-ups, and browser redirections. Spyware (B) focuses on data collection, Trojans (A) disguise themselves as legitimate software, and ransomware (D) encrypts files.

Question 4 Single choice

What is the primary purpose of running a vulnerability scan on your network?

  1. A

    To identify and document the locations of customer and financial databases

  2. B

    To automatically prioritize security weaknesses for immediate remediation

  3. C

    To determine whether systems are subject to CVEs that could be exploited by adversaries

  4. D

    To correlate event logs on multiple servers in order to generate intrusion alerts

Show answer and explanation

Correct answer: C

Explanation

The CCST Cybersecurity Study Guide states that vulnerability scanning is an automated process used to identify known security weaknesses in systems, software, and network devices. These scans compare system configurations and software versions against databases of known vulnerabilities, such as the Common Vulnerabilities and Exposures (CVE) list.

"A vulnerability scan is an automated test that checks systems and networks for known weaknesses by matching them against a database of vulnerabilities such as CVEs. This allows administrators to identify exploitable conditions before they are leveraged by attackers." (CCST Cybersecurity, Vulnerability Assessment and Risk Management , Vulnerability Scanning section, Cisco Networking Academy)
A is asset discovery, not vulnerability scanning.
B may be part of remediation planning but is not the primary purpose.
C is correct: Scans detect if systems have vulnerabilities associated with CVEs.
D describes SIEM (Security Information and Event Management) log correlation, not vulnerability scanning.

Question 5 Single choice

Your organization wants to ensure that only approved operating systems and software versions can run on company computers.

Which security control accomplishes this?

  1. A

    File backup policy

  2. B

    Application allowlisting

  3. C

    Password rotation

  4. D

    Port scanning

Show answer and explanation

Correct answer: B

Explanation

Application allowlisting restricts devices so only approved applications and OS components can execute-- matching CCST endpoint security guidance.
Backup policies (A) protect data, not execution control.
Password rotation (C) is unrelated.
Port scanning (D) identifies open ports, not allowed applications.

Question 6 Multiple choice

Your company is creating a BYOD policy to allow employees to join their personal smartphones to the company network.

Which three requirements are commonly included in a BYOD policy?(Choose 3.)

  1. A

    Deletion of all personal data from the phone

  2. B

    Synchronization of phone lock screen password with network access password

  3. C

    Encryption of stored confidential corporate data

  4. D

    Configuration of a strong password

  5. E

    Upgrade of data plan to maximum available

  6. F

    Installation of secure apps only

Show answer and explanation

Correct answers: C, D, F

Explanation

The CCST Cybersecurity Study Guide explains that a BYOD policy (Bring Your Own Device) should outline security requirements for personally owned devices connecting to the corporate network. Common requirements include:

Device encryptionfor stored sensitive corporate data.
Strong password or PINconfiguration for device access.
Restriction to secure and approved applicationsto reduce malware risk.

"BYOD policies typically mandate strong authentication, encryption of sensitive corporate data on personal devices, and installation of secure or approved applications. The goal is to protect corporate information while respecting personal ownership of the device." (CCST Cybersecurity, Endpoint Security Concepts , BYOD Security section, Cisco Networking Academy)
A is incorrect: BYOD policies do not require deletion of personal data unless wiping after separation.
B is not a common requirement due to privacy and technical limitations.
E (upgrading data plans) is unrelated to security.

Question 7 Single choice

Which network security technology passively monitors network traffic and compares the captured packet stream with known malicious signatures?

  1. A

    IDS

  2. B

    IPS

  3. C

    Proxy Server

  4. D

    Honeypot

Show answer and explanation

Correct answer: A

Explanation

The CCST Cybersecurity course states that an Intrusion Detection System (IDS) passively monitors network or system traffic and analyzes it against a database of known threat signatures or behavioral patterns.

"IDS devices inspect network traffic, compare it to known malicious signatures or anomalies, and generate alerts for suspicious activity without actively blocking traffic." (CCST Cybersecurity, Basic Network Security Concepts , IDS and IPS section, Cisco Networking Academy) Ais correct: IDS is passive and signature-based.
B(IPS) is active and can block traffic.
C(Proxy Server) handles requests between clients and servers.
D(Honeypot) is a decoy system to attract attackers.

Question 8 Single choice

You notice that a new CVE has been shared to an email group that you belong to.

What should you do first with the CVE?

  1. A

    Look up details of the vulnerability to determine whether it applies to your network.

  2. B

    Research measures to prevent the CVE from attacking the network.

  3. C

    Record the CVE as part of the disaster recovery plan.

  4. D

    Add the CVE to the firewall rules for your organization.

Show answer and explanation

Correct answer: A

Explanation

The CCST Cybersecurity material describes that the first step after receiving a new CVE notification is to review its details --such as affected systems, severity, and exploitability--to determine if it is relevant to your organization.

"Upon learning of a new CVE, security teams should analyze the vulnerability description, affected products, and CVSS score to determine applicability and urgency of mitigation." (CCST Cybersecurity, Vulnerability Assessment and Risk Management , Vulnerability Prioritization section, Cisco Networking Academy)
A is correct: Confirming applicability avoids unnecessary remediation for irrelevant vulnerabilities.
B is done after confirming applicability.
C (disaster recovery plan) is unrelated to immediate CVE handling.
D (adding to firewall rules) is premature without confirming impact.

Question 9 Single choice

You are going to perform a penetration test on a company LAN. As part of your preparation, you access the company's websites, view webpage source code, and run internet searches to uncover domain information. You also use social media to gather details about the company and its employees.

Which type of reconnaissance activities are you performing?

  1. A

    Passive

  2. B

    Active

  3. C

    Offline

  4. D

    Invasive

Show answer and explanation

Correct answer: A

Explanation

The CCST Cybersecurity Study Guide explains that reconnaissance is the process of collecting information about a target before attempting exploitation.

"Passive reconnaissance is conducted without directly engaging with the target systems. Examples include reviewing public websites, examining HTML source code, querying public DNS records, and using social media to gather information. Since no packets are sent directly to the target system, it reduces the risk of detection." (CCST Cybersecurity, Vulnerability Assessment and Risk Management , Reconnaissance Techniques
section, Cisco Networking Academy)
Passive (A)is correct because all actions described -- viewing public pages, searching online, and checking social media -- involve no direct interaction that could alert the target.
Active (B)would involve direct probing, like port scans or vulnerability scans.
Offline (C)is not an official reconnaissance classification in this context.
Invasive (D)is a general term and not used as a standard reconnaissance category in CCST material.

Question 10 Single choice

Which action should be taken immediately after discovering that a compromised user account has been used to access confidential data?

  1. A

    Disable the account

  2. B

    Create a new password policy

  3. C

    Shut down the affected server

  4. D

    Run a quarterly risk assessment

Show answer and explanation

Correct answer: A

Explanation

The CCST incident-handling model stresses that containment is the first priority.
Disabling the compromised account prevents further unauthorized access.
Password policy updates (B) and risk assessments (D) are long-term improvements, not immediate containment.
Shutting down the server (C) is not necessary unless damage is ongoing.