Notifications
Clear all

CompTIA SY0-601 Dumps

367 Posts
96 Users
0 Reactions
1,145 Views
(@rotandomurray)
Estimable Member
Joined: 2 months ago
Posts: 129
 

Free CompTIA SY0-601 Dumps are shared online. You can view and discuss CompTIA SY0-601 questions and answers for free below. FreeCompTIA Security+ Exam Exam Questions.


   
Quote
(@hilbyalvaro)
Estimable Member
Joined: 3 months ago
Posts: 145
 

A company has discovered unauthorized devices are using its WiFi network, and it wants to harden the access point to improve security.

Which f the following configuration should an analysis enable To improve security? (Select TWO.)

A. RADIUS

B. PEAP

C. WPS

D. WEP-EKIP

E. SSL

F. WPA2-PSK

Show Answer Hide Answer

Suggested Answer: A, F

Explanation:

To improve the security of the WiFi network and prevent unauthorized devices from accessing the network, the configuration options of RADIUS and WPA2-PSK should be enabled. RADIUS (Remote Authentication Dial-In User Service) is an authentication protocol that can be used to control access to the WiFi network. It can provide stronger authentication and authorization than WEP and WPA.

WPA2-PSK (WiFi Protected Access 2 with Pre-Shared Key) is a security protocol that uses stronger encryption than WEP and WPA. It requires a pre-shared key (PSK) to be entered on each device that wants to access the network. This helps prevent unauthorized devices from accessing the network.

   
ReplyQuote
(@filipponewiley)
Estimable Member
Joined: 3 months ago
Posts: 114
 

During an incident a company CIRT determine it is necessary to observe the continued network-based transaction between a callback domain and the malware running on an enterprise PC.

Which of the following techniques would be BEST to enable this activity while reducing the risk of lateral spread and the risk that the adversary would notice any changes?

  • A . Physical move the PC to a separate internet pint of presence
  • B . Create and apply micro segmentation rules.
  • C . Emulate the malware in a heavily monitored DM Z segment.
  • D . Apply network blacklisting rules for the adversary domain

Show Answer Hide Answer

Suggested Answer: C

Explanation:

To observe the continued network-based transaction between a callback domain and the malware running on an enterprise PC while reducing the risk of lateral spread and the risk that the adversary would notice any changes, the best technique to use is to emulate the malware in a heavily monitored DMZ segment. This is a secure environment that is isolated from the rest of the network and can be heavily monitored to detect any suspicious activity. By emulating the malware in this environment, the activity can be observed without the risk of lateral spread or detection by the adversary.

Reference: https://www.sans.org/blog/incident-response-fundamentals-why-is-the-dmz-so-important/

   
ReplyQuote
(@hoislamado)
Estimable Member
Joined: 3 months ago
Posts: 132
 

Which of the following environment utilizes dummy data and is MOST to be installed locally on a system that allows to be assessed directly and modified easily wit each build?

  • A . Production
  • B . Test
  • C . Staging
  • D . Development

Show Answer Hide Answer

Suggested Answer: D

Explanation:

The environment that utilizes dummy data and is most likely to be installed locally on a system that allows it to be assessed directly and modified easily with each build is the development environment. The development environment is used for developing and testing software and applications. It is typically installed on a local system, rather than on a remote server, to allow for easy access and modification. Dummy data can be used in the development environment to simulate real-world scenarios and test the software's functionality.

Reference: https://www.techopedia.com/definition/27561/development-environment

   
ReplyQuote
(@pulsiferhilton)
Estimable Member
Joined: 2 months ago
Posts: 119
 

A desktop support technician recently installed a new document-scanning software program on a computer. However, when the end user tried to launch the program, it did not respond.

Which of the following is MOST likely the cause?

  • A . A new firewall rule is needed to access the application.
  • B . The system was quarantined for missing software updates.
  • C . The software was not added to the application whitelist.
  • D . The system was isolated from the network due to infected software

Show Answer Hide Answer

Suggested Answer: C

Explanation:

The most likely cause of the document-scanning software program not responding when launched by the end user is that the software was not added to the application whitelist. An application whitelist is a list of approved software applications that are allowed to run on a system. If the software is not on the whitelist, it may be blocked from running by the system's security policies. Adding the software to the whitelist should resolve the issue and allow the program to run.

Reference: https://www.techopedia.com/definition/31541/application-whitelisting

   
ReplyQuote
(@rosendodustin)
Estimable Member
Joined: 2 months ago
Posts: 130
 

A company recently experienced an attack during which its main website was Directed to the attacker's web server, allowing the attacker to harvest credentials from unsuspecting customers,.

Which of the following should the

company implement to prevent this type of attack from occurring In the future?

  • A . IPsec
  • B . SSL/TLS
  • C . ONSSEC
  • D . SMIME

Show Answer Hide Answer

Suggested Answer: B

Explanation:

To prevent attacks where the main website is directed to the attacker's web server and allowing the attacker to harvest credentials from unsuspecting customers, the company should implement SSL/TLS (Secure Sockets Layer/Transport Layer Security) to encrypt the communication between the web server and the clients. This will prevent attackers from intercepting and tampering with the communication, and will also help to verify the identity of the web server to the clients.

   
ReplyQuote
(@innisarnulfo)
Estimable Member
Joined: 2 months ago
Posts: 129
 

A security engineer is installing a WAF to protect the company's website from malicious web requests over SSL.

Which of the following is needed to meet the objective?

  • A . A reverse proxy
  • B . A decryption certificate
  • C . A split-tunnel VPN
  • D . Load-balanced servers

Show Answer Hide Answer

Suggested Answer: B

Explanation:

A Web Application Firewall (WAF) is a security solution that protects web applications from various types of attacks such as SQL injection, cross-site scripting (XSS), and others. It is typically deployed in front of web servers to inspect incoming traffic and filter out malicious requests.

To protect the company’s website from malicious web requests over SSL, a decryption certificate is needed to decrypt the SSL traffic before it reaches the WAF. This allows the WAF to inspect the traffic

and filter out malicious requests.

   
ReplyQuote
 Sean
(@mcnicholsean)
Estimable Member
Joined: 2 months ago
Posts: 138
 

A security analyst has received several reports of an issue on an internal web application. Users state they are having to provide their credentials twice to log in. The analyst checks with the application team and notes this is not an expected behavior.

After looking at several logs, the analyst decides to run some commands on the gateway and obtains the following output:

Which of the following BEST describes the attack the company is experiencing?

  • A . MAC flooding
  • B . URL redirection
  • C . ARP poisoning
  • D . DNS hijacking

Show Answer Hide Answer

Suggested Answer: C

Explanation:

The output of the “netstat -ano” command shows that there are two connections to the same IP address and port number. This indicates that there are two active sessions between the client and server.

The issue of users having to provide their credentials twice to log in is known as a double login prompt issue. This issue can occur due to various reasons such as incorrect configuration of authentication settings, incorrect configuration of web server settings, or issues with the client’s browser.

Based on the output of the “netstat -ano” command, it is difficult to determine the exact cause of the issue. However, it is possible that an attacker is intercepting traffic between the client and server and stealing user credentials. This type of attack is known as C. ARP poisoning.

ARP poisoning is a type of attack where an attacker sends fake ARP messages to associate their MAC address with the IP address of another device on the network. This allows them to intercept traffic between the two devices and steal sensitive information such as user credentials.

   
ReplyQuote
(@hilbyalvaro)
Estimable Member
Joined: 3 months ago
Posts: 145
 

A company recently experienced an attack during which 5 main website was directed to the atack-er’s web server, allowing the attacker to harvest credentials from unsuspecting customers.

Which of the following should the company Implement to prevent this type of attack from occurring in the future?

  • A . IPSec
  • B . SSL/TLS
  • C . DNSSEC
  • D . S/MIME

Show Answer Hide Answer

Suggested Answer: C

Explanation:

The attack described in the question is known as a DNS hijacking attack. In this type of attack, an attacker modifies the DNS records of a domain name to redirect traffic to their own server. This allows them to intercept traffic and steal sensitive information such as user credentials.

To prevent this type of attack from occurring in the future, the company should implement C.

DNSSEC.

DNSSEC (Domain Name System Security Extensions) is a security protocol that adds digital signatures to DNS records. This ensures that DNS records are not modified during transit and prevents DNS hijacking attacks.

   
ReplyQuote
(@chesnutanibal)
Estimable Member
Joined: 3 months ago
Posts: 119
 

A security engineer is installing a WAF to protect the company's website from malicious web requests over SSL.

Which of the following is needed to meet the objective?

  • A . A reverse proxy
  • B . A decryption certificate
  • C . A spill-tunnel VPN
  • D . Load-balanced servers

Show Answer Hide Answer

Suggested Answer: B

Explanation:

A Web Application Firewall (WAF) is a security solution that protects web applications from various types of attacks such as SQL injection, cross-site scripting (XSS), and others. It is typically deployed in front of web servers to inspect incoming traffic and filter out malicious requests.

To protect the company’s website from malicious web requests over SSL, a decryption certificate is needed to decrypt the SSL traffic before it reaches the WAF. This allows the WAF to inspect the traffic and filter out malicious requests.

   
ReplyQuote
(@valencesar)
Estimable Member
Joined: 2 months ago
Posts: 122
 

Which of the following BEST describes a social-engineering attack that relies on an executive at a small business visiting a fake banking website where credit card and account details are harvested?

  • A . Whaling
  • B . Spam
  • C . Invoice scam
  • D . Pharming

Show Answer Hide Answer

Suggested Answer: A

Explanation:

A social engineering attack that relies on an executive at a small business visiting a fake banking website where credit card and account details are harvested is known as whaling. Whaling is a type of phishing attack that targets high-profile individuals, such as executives, to steal sensitive information or gain access to their accounts.

   
ReplyQuote
(@scothornoctavio)
Estimable Member
Joined: 2 months ago
Posts: 122
 

If a current private key is compromised, which of the following would ensure it cannot be used to decrypt ail historical data?

  • A . Perfect forward secrecy
  • B . Elliptic-curve cryptography
  • C . Key stretching
  • D . Homomorphic encryption

Show Answer Hide Answer

Suggested Answer: B

Explanation:

Perfect forward secrecy would ensure that it cannot be used to decrypt all historical data. Perfect forward secrecy (PFS) is a security protocol that generates a unique session key for each session between two parties. This ensures that even if one session key is compromised, it cannot be used to decrypt other sessions.

   
ReplyQuote
(@filipponewiley)
Estimable Member
Joined: 3 months ago
Posts: 114
 

Which of the following environments can be stood up in a short period of time, utilizes either dummy data or actual data, and is used to demonstrate and model system capabilities and functionality for a fixed, agreed-upon duration of time?

  • A . PoC
  • B . Production
  • C . Test
  • D . Development

Show Answer Hide Answer

Suggested Answer: A

Explanation:

A proof of concept (PoC) environment can be stood up quickly and is used to demonstrate and model system capabilities and functionality for a fixed, agreed-upon duration of time. This environment can utilize either dummy data or actual data.

Reference: CompTIA Security+ Certification Guide, Exam SY0-501

   
ReplyQuote
(@grobergluther)
Estimable Member
Joined: 2 months ago
Posts: 142
 

After segmenting the network, the network manager wants to control the traffic between the segments.

Which of the following should the manager use to control the network traffic?

  • A . A DMZ
  • B . A VPN a
  • C . A VLAN
  • D . An ACL

Show Answer Hide Answer

Suggested Answer: D

Explanation:

After segmenting the network, a network manager can use an access control list (ACL) to control the traffic between the segments. An ACL is a set of rules that permit or deny traffic based on its characteristics, such as the source and destination IP addresses, protocol type, and port number.

Reference: CompTIA Security+ Certification Guide, Exam SY0-501

   
ReplyQuote
(@gauglerchauncey)
Estimable Member
Joined: 2 months ago
Posts: 127
 

A security researcher is tracking an adversary by noting its attacks and techniques based on its capabilities, infrastructure, and victims.

Which of the following is the researcher MOST likely using?

  • A . The Diamond Model of Intrusion Analysis
  • B . The Cyber Kill Chain
  • C . The MITRE CVE database
  • D . The incident response process

Show Answer Hide Answer

Suggested Answer: A

Explanation:

The Diamond Model is a framework for analyzing cyber threats that focuses on four key elements: adversary, capability, infrastructure, and victim. By analyzing these elements, security researchers can gain a better understanding of the threat landscape and develop more effective security strategies.

   
ReplyQuote
Page 1 / 25
Share: