100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4.2 TrustPilot
logo-home
Examen

SEC+ CERTMASTER CE EXAM REVIEW QUESTIONS WITH CORRECT DETAILED ANSWERS

Puntuación
-
Vendido
-
Páginas
5
Grado
A+
Subido en
14-01-2025
Escrito en
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?

Mostrar más Leer menos
Institución
SEC+ CERTMASTER CE
Grado
SEC+ CERTMASTER CE









Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
SEC+ CERTMASTER CE
Grado
SEC+ CERTMASTER CE

Información del documento

Subido en
14 de enero de 2025
Número de páginas
5
Escrito en
2024/2025
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

Vista previa del contenido

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?
$13.49
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada


Documento también disponible en un lote

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
victoryguide stuvia
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
22
Miembro desde
1 año
Número de seguidores
1
Documentos
2757
Última venta
2 días hace

3.7

7 reseñas

5
4
4
0
3
1
2
1
1
1

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes