ExamGecko
Home / CompTIA / SY0-601 / List of questions
Ask Question

CompTIA SY0-601 Practice Test - Questions Answers, Page 17

List of questions

Question 161

Report Export Collapse

A security administrator wants to implement a program that tests a user's ability to recognize attacks over the organization's email system Which of the following would be BEST suited for this task?

Social media analysis
Social media analysis
Annual information security training
Annual information security training
Gamification
Gamification
Phishing campaign
Phishing campaign
Suggested answer: D
Explanation:

A phishing campaign is a simulated attack that tests a user's ability to recognize attacks over the organization's email system. Phishing campaigns can be used to train users on how to identify and report suspicious emails.

Reference: CompTIA Security+ Study Guide, Exam SY0-601, 4th Edition, Chapter 2: Technologies and Tools, pp. 85-86.

asked 02/10/2024
Amin Dashti
55 questions

Question 162

Report Export Collapse

A third party asked a user to share a public key for secure communication. Which of the following file formats should the user choose to share the key?

.pfx
.pfx
.csr
.csr
.pvk
.pvk
.cer
.cer
Suggested answer: D
Explanation:

A user should choose the .cer file format to share a public key for secure communication. A .cer file is a public key certificate that can be shared with third parties to enable secure communication.

Reference: CompTIA Security+ Study Guide, Exam SY0-601, 4th Edition, Chapter 6: Cryptography, pp. 301-302.

A public key is a cryptographic key that can be used to encrypt or verify data. A public key file is a file that contains one or more public keys in a specific format.

There are different formats for public key files, depending on the application and the algorithm used. Some of the common formats are:

.pfx: This is a file format that stores a certificate and its private and public keys. It is also known as PKCS#12 or Personal Information Exchange. It is used by some applications such as Microsoft Internet Explorer and Outlook to import and export certificates and keys.1 .csr: This is a file format that stores a Certificate Signing Request, which is a message sent to a Certificate Authority (CA) to request a digital certificate. It contains the public key and some information about the identity of the requester. It is also known as PKCS#10 or Certification Request Syntax.2

.pvk: This is a file format that stores a private key for Microsoft Authenticode code signing. It is used with a .spc file that contains the certificate and public key.3 .cer: This is a file format that stores a certificate, which is a document that binds a public key to an identity. It is also known as DER or Distinguished Encoding Rules. It is used by some applications such as OpenSSL and Java to read and write certificates.4

asked 02/10/2024
Hasan Elmas
54 questions

Question 163

Report Export Collapse

A security analyst needs an overview of vulnerabilities for a host on the network. Which of the following is the BEST type of scan for the analyst to run to discover which vulnerable services are running?

Non-credentialed
Non-credentialed
Web application
Web application
Privileged
Privileged
Internal
Internal
Suggested answer: C
Explanation:

Privileged scanning, also known as credentialed scanning, is a type of vulnerability scanning that uses a valid user account to log in to the target host and examine vulnerabilities from a trusted user’s perspective. It can provide more accurate and comprehensive results than unprivileged scanning, which does not use any credentials and only scans for externally visible vulnerabilities.

asked 02/10/2024
Peter Sundstrom
36 questions

Question 164

Report Export Collapse

Which of the following identifies the point in time when an organization will recover data in the event of an outage?

SLA
SLA
RPO
RPO
MTBF
MTBF
ARO
ARO
Suggested answer: B
Explanation:

Detailed Recovery Point Objective (RPO) is the maximum duration of time that an organization can tolerate data loss in the event of an outage. It identifies the point in time when data recovery must begin, and any data loss beyond that point is considered unacceptable.

Reference: CompTIA Security+ Certification Guide, Exam SY0-601 by Mike Chapple and David Seidl, Chapter-7: Incident Response and Recovery, Objective 7.2: Compare and contrast business continuity and disaster recovery concepts, pp. 349-350.

asked 02/10/2024
Dinuka Darshana
45 questions

Question 165

Report Export Collapse

A new security engineer has started hardening systems. One of the hardening techniques the engineer is using involves disabling remote logins to the NAS. Users are now reporting the inability to use SCP to transfer files to the NAS, even through the data is still viewable from the user’s PCs. Which of the following is the most likely cause of this issue?

TFTP was disabled on the local hosts
TFTP was disabled on the local hosts
SSH was turned off instead of modifying the configuration file
SSH was turned off instead of modifying the configuration file
Remote login was disabled in the networkd.config instead of using the sshd.conf
Remote login was disabled in the networkd.config instead of using the sshd.conf
Network services are no longer running on the NAS
Network services are no longer running on the NAS
Suggested answer: B
Explanation:

SSH stands for Secure Shell Protocol, which is a cryptographic network protocol that allows secure remote login and command execution on a network device12. SSH can encrypt both the authentication information and the data being exchanged between the client and the server2. SSH can be used to access and manage a NAS device remotely3.

asked 02/10/2024
Carlos Periterra
42 questions

Question 166

Report Export Collapse

Which of the following is required in order for an IDS and a WAF to be effective on HTTPS traffic?

Hashing
Hashing
DNS sinkhole
DNS sinkhole
TLS inspection
TLS inspection
Data masking
Data masking
Suggested answer: C
Explanation:

an IDS (Intrusion Detection System) and a WAF (Web Application Firewall) are both used to monitor and protect web applications from common attacks such as cross-site scripting and SQL injection12. However, these attacks can also be hidden in encrypted HTTPS traffic, which uses the TLS (Transport Layer Security) protocol to provide cryptography and authentication between two communicating applications34. Therefore, in order for an IDS and a WAF to be effective on HTTPS traffic, they need to be able to decrypt and inspect the data that flows in the TLS tunnel. This is achieved by using a feature called TLS inspection345, which creates two dedicated TLS connections:

one with the web server and another with the client. The firewall then uses a customer-provided CA (Certificate Authority) certificate to generate an on-the-fly certificate that replaces the web server certificate and shares it with the client. This way, the firewall can see the content of the HTTPS traffic and apply the IDS and WAF rules accordingly34.

asked 02/10/2024
Kathie Herod
42 questions

Question 167

Report Export Collapse

Which of the following BEST describes a technique that compensates researchers for finding vulnerabilities?

Penetration testing
Penetration testing
Code review
Code review
Wardriving
Wardriving
Bug bounty
Bug bounty
Suggested answer: D
Explanation:

A bug bounty is a technique that compensates researchers for finding vulnerabilities in software or systems. A bug bounty program is an initiative that offers rewards, usually monetary, to ethical hackers who report security flaws to the owners or developers of the software or system. Bug bounty programs are often used by companies such as Meta (formerly Facebook), Google, Microsoft, and others to improve the security of their products and services Bug bounty programs compensate researchers, often financially, for finding vulnerabilities in software, websites, or other technology. These programs provide an additional layer of security testing and incentivize researchers to report vulnerabilities instead of exploiting them.

asked 02/10/2024
Vipul Mehra
36 questions

Question 168

Report Export Collapse

An organization is concerned about hackers potentially entering a facility and plugging in a remotely accessible Kali Linux box. Which of the following should be the first lines of defense against such an attack? (Select TWO)

MAC filtering
MAC filtering
Zero trust segmentation
Zero trust segmentation
Network access control
Network access control
Access control vestibules
Access control vestibules
Guards
Guards
Bollards
Bollards
Suggested answer: C, E
Explanation:


asked 02/10/2024
Robert Pila
42 questions

Question 169

Report Export Collapse

A company acquired several other small companies The company thai acquired the others is transitioning network services to the cloud The company wants to make sure that performance and security remain intact Which of the following BEST meets both requirements?

High availability
High availability
Application security
Application security
Segmentation
Segmentation
Integration and auditing
Integration and auditing
Suggested answer: A
Explanation:

High availability refers to the ability of a system or service to remain operational and available to users with minimal downtime. By ensuring high availability, the company can maintain good performance and ensure that users have access to the network services they need. High availability can also improve security, as it helps to prevent disruptions that could potentially be caused by security incidents or other issues.

asked 02/10/2024
Gerrit Struik
57 questions

Question 170

Report Export Collapse

A security architect is implementing a new email architecture for a company. Due to security concerns, the Chief Information Security Officer would like the new architecture to support email encryption, as well as provide for digital signatures. Which of the following should the architect implement?

TOP
TOP
IMAP
IMAP
HTTPS
HTTPS
S/MIME
S/MIME
Suggested answer: D
Explanation:

S/MIME (Secure/Multipurpose Internet Mail Extensions) is a protocol that enables secure email messages to be sent and received. It provides email encryption, as well as digital signatures, which can be used to verify the authenticity of the sender. S/MIME can be used with a variety of email protocols, including POP and IMAP.

Reference:

https://www.comptia.org/content/guides/what-is-smime

CompTIA Security+ Study Guide, Sixth Edition (SY0-601), page 139

asked 02/10/2024
Josh Rose
43 questions
Total 603 questions
Go to page: of 61
Search

Related questions