100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4.2 TrustPilot
logo-home
Tentamen (uitwerkingen)

SEC+ CERTMASTER CE EXAM REVIEW QUESTIONS WITH CORRECT DETAILED ANSWERS

Beoordeling
-
Verkocht
-
Pagina's
5
Cijfer
A+
Geüpload op
14-01-2025
Geschreven in
2024/2025

SEC+ CERTMASTER CE EXAM REVIEW QUESTIONS WITH CORRECT DETAILED ANSWERS Revealing database server configuration -Answer-A web application's code prevents the output of any type of information when an error occurs during a request. The development team cited security reasons as to why they developed the application in this way. What sort of security issues did the team have concerns about in this case? Replay attack -Answer-An intruder monitors an admin's unsecure connection to a server and finds some required data, like a cookie file, that legitimately establishes a session with a web server. What type of attack can the intruder perform with the cookie file? Server-side request forgery -Answer-An attacker submitted a modified uniform resource locator (URL) link to a website that eventually established connections to back-end databases and exposed internal service configurations. The attacker did not hijack a user to perform this attack. This describes which of the following types of attacks? Cross-site Request Forgery (XSRF) -Answer-An attacker modified the HTML code of a legitimate password-change web form, then hosted the .html file on the attacker's web server. The attacker then emailed a URL link of the hosted file to a real user of the web page. Once the user clicked the link, it changed the user's password to a value the attacker set. Based on this information, what type of attack is the website vulnerable to? -Key discovery -Improper error handling -Answer-The latest web application, using default settings, is currently accepting application programming interface (API) calls over HyperText Transfer Protocol (HTTP). The environment has a moderate key management system. Even with basic server security, the API connection is vulnerable to which of the following? (Select all that apply.) -Resource exhaustion -Denial of service (DoS) -more answers -Answer-Which of the following conditions are results of a SYN (synchronize) flood attack? (Select all that apply.) A shim -Answer-By compromising a Windows XP application that ran on a Windows 10 machine, an attacker installed persistent malware on a victim computer with local administrator privileges. What should the attacker add to the registry, along with its files added to the system folder, to execute this malware? Refactoring -Answer-Through what method can malware evade antivirus software detection, so that the software no longer identifies the malware by its signature? -A pass-the-hash attack -A replay attack -Answer-A security engineer implemented once-only tokens and timestamping sessions. What type of attacks can this type of security prevent? (Select all that apply.) A rogue access point (AP) -Answer-A security analyst's scans and network logs show that unauthorized devices are connecting to the network. The analyst discovers a tethered smartphone acting as a connection point to the network. Which behavior describes the smartphone's role? Bluesnarfing -Answer-An attacker used an exploit to steal information from a mobile device, which allowed the attacker to circumvent the authentication process. Which of the following attacks was used to exploit the mobile device? -Disable the offending radio source. -Boost the signal of the legitimate equipment. -Answer-An attacker used an illegal access point (AP) with a very strong signal near a wireless network. If the attacker performed a jamming attack, which of the following would mitigate this type of network disruption? (Select all that apply.) IV attacks -Answer-Wi-Fi Protected Access (WPA) fixes critical vulnerabilities in the earlier wired equivalent privacy (WEP) standard. Understanding that WPA uses a combination of an RC4 stream cipher and Temporal Key Integrity Protocol (TKIP), this makes a wireless access point NOT vulnerable to which of the following attacks when related to encrypted wireless packets? A Man-in-the-Middle attack -Answer-A malicious user sniffed credentials exchanged between two computers by intercepting communications between them. What type of attack did the attacker execute? Domain Name System (DNS) client cache poisoning -Answer-A hacker corrupted the name:IP records held on the HOSTS file on a client, to divert traffic for a legitimate domain to a malicious IP address. What type of attack did the hacker perform? -Domain reputation -URL redirections -Answer-External hackers have some access to a company's website and made some changes. Customers have submitted multiple complaints via email for wrong orders and inappropriate images on the website. The Chief Information Officer (CIO) is now worried about the distribution of malware. The company should prepare for which of the following other issues or concerns? (Select all that apply.) Network -Answer-A low level distributed denial of service (DDoS) attack that involves SYN or SYN/ACK flooding describes what type of attack? Application attack -Answer-An attacker is preparing to perform what type of attack when the target vulnerabilities include headers and payloads of specific application protocols? PowerShell script -Answer-A security engineer examined some suspicious error logs on a Windows server that showed attempts to run shellcode to a web application. The shellcode showed multiple lines beginning with Invoke-Command. What type of script is the suspicious code trying to run? Python script -Answer-A Linux systems admin reported a suspicious .py file that ran on a daily schedule after business hours. The file includes shellcode that would automate Application Programming Interface (API) calls to a web application to get information. What type of script is executing this shellcode? By using VBA code -Answer-A malicious actor is preparing a script to run with an Excel spreadsheet as soon as the target opens the file. The script includes a few macros designed to secretly gather and send information to a remote server. How is the malicious actor accomplishing this task? The user installed Trojan horse malware. -Answer-A user used an administrator account to download and install a software application. After the user launched the .exe extension installer file, the user experienced frequent crashes, slow computer performance, and strange new services running when turning on the computer. It seems like there are more and more services running over time. What most likely happened to cause these issues? A worm -Answer-A security operations center (SOC) analyst investigates the propagation of a memory-resident virus across the network and notices a rapid consumption of network bandwidth, causing a Denial of Service (DoS). What type of virus is this?

Meer zien Lees minder
Instelling
SEC+ CERTMASTER CE
Vak
SEC+ CERTMASTER CE









Oeps! We kunnen je document nu niet laden. Probeer het nog eens of neem contact op met support.

Geschreven voor

Instelling
SEC+ CERTMASTER CE
Vak
SEC+ CERTMASTER CE

Documentinformatie

Geüpload op
14 januari 2025
Aantal pagina's
5
Geschreven in
2024/2025
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

Voorbeeld van de inhoud

SEC+ CERTMASTER CE EXAM
REVIEW QUESTIONS WITH
CORRECT DETAILED ANSWERS

Revealing database server configuration -Answer-A web application's code prevents the
output of any type of information when an error occurs during a request. The
development team cited security reasons as to why they developed the application in
this way. What sort of security issues did the team have concerns about in this case?

Replay attack -Answer-An intruder monitors an admin's unsecure connection to a server
and finds some required data, like a cookie file, that legitimately establishes a session
with a web server. What type of attack can the intruder perform with the cookie file?

Server-side request forgery -Answer-An attacker submitted a modified uniform resource
locator (URL) link to a website that eventually established connections to back-end
databases and exposed internal service configurations. The attacker did not hijack a
user to perform this attack. This describes which of the following types of attacks?

Cross-site Request Forgery (XSRF) -Answer-An attacker modified the HTML code of a
legitimate password-change web form, then hosted the .html file on the attacker's web
server. The attacker then emailed a URL link of the hosted file to a real user of the web
page. Once the user clicked the link, it changed the user's password to a value the
attacker set. Based on this information, what type of attack is the website vulnerable to?

-Key discovery
-Improper error handling -Answer-The latest web application, using default settings, is
currently accepting application programming interface (API) calls over HyperText
Transfer Protocol (HTTP). The environment has a moderate key management system.
Even with basic server security, the API connection is vulnerable to which of the
following? (Select all that apply.)

-Resource exhaustion
-Denial of service (DoS)
-more answers -Answer-Which of the following conditions are results of a SYN
(synchronize) flood attack? (Select all that apply.)

A shim -Answer-By compromising a Windows XP application that ran on a Windows 10
machine, an attacker installed persistent malware on a victim computer with local
administrator privileges. What should the attacker add to the registry, along with its files
added to the system folder, to execute this malware?

, Refactoring -Answer-Through what method can malware evade antivirus software
detection, so that the software no longer identifies the malware by its signature?

-A pass-the-hash attack
-A replay attack -Answer-A security engineer implemented once-only tokens and
timestamping sessions. What type of attacks can this type of security prevent? (Select
all that apply.)

A rogue access point (AP) -Answer-A security analyst's scans and network logs show
that unauthorized devices are connecting to the network. The analyst discovers a
tethered smartphone acting as a connection point to the network. Which behavior
describes the smartphone's role?

Bluesnarfing -Answer-An attacker used an exploit to steal information from a mobile
device, which allowed the attacker to circumvent the authentication process. Which of
the following attacks was used to exploit the mobile device?

-Disable the offending radio source.
-Boost the signal of the legitimate equipment. -Answer-An attacker used an illegal
access point (AP) with a very strong signal near a wireless network. If the attacker
performed a jamming attack, which of the following would mitigate this type of network
disruption? (Select all that apply.)

IV attacks -Answer-Wi-Fi Protected Access (WPA) fixes critical vulnerabilities in the
earlier wired equivalent privacy (WEP) standard. Understanding that WPA uses a
combination of an RC4 stream cipher and Temporal Key Integrity Protocol (TKIP), this
makes a wireless access point NOT vulnerable to which of the following attacks when
related to encrypted wireless packets?

A Man-in-the-Middle attack -Answer-A malicious user sniffed credentials exchanged
between two computers by intercepting communications between them. What type of
attack did the attacker execute?

Domain Name System (DNS) client cache poisoning -Answer-A hacker corrupted the
name:IP records held on the HOSTS file on a client, to divert traffic for a legitimate
domain to a malicious IP address. What type of attack did the hacker perform?

-Domain reputation
-URL redirections -Answer-External hackers have some access to a company's website
and made some changes. Customers have submitted multiple complaints via email for
wrong orders and inappropriate images on the website. The Chief Information Officer
(CIO) is now worried about the distribution of malware. The company should prepare for
which of the following other issues or concerns? (Select all that apply.)

Network -Answer-A low level distributed denial of service (DDoS) attack that involves
SYN or SYN/ACK flooding describes what type of attack?
€11,84
Krijg toegang tot het volledige document:

100% tevredenheidsgarantie
Direct beschikbaar na je betaling
Lees online óf als PDF
Geen vaste maandelijkse kosten


Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
victoryguide stuvia
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
22
Lid sinds
1 jaar
Aantal volgers
1
Documenten
2757
Laatst verkocht
2 dagen geleden

3,7

7 beoordelingen

5
4
4
0
3
1
2
1
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Veelgestelde vragen