Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

COMPTIA CYSA+ WGU PRACTICE EXAM QUESTIONS WITH CORRECT DETAILED ANSWERS | ALREADY GRADED A+RECENT VERSION

Rating
-
Sold
-
Pages
67
Grade
A+
Uploaded on
26-06-2025
Written in
2024/2025

COMPTIA CYSA+ WGU PRACTICE EXAM QUESTIONS WITH CORRECT DETAILED ANSWERS | ALREADY GRADED A+RECENT VERSION 1) Attack surface - answer the collection of all points from which an adversary may attack is considered the attack surface. 2) Attack vector - answer represents specific points an adversary has chosen for an attack. 3) Threat model - answer defines the behavior of the adversary. 4) Adversary capability set - answer list of items an adversary can use to conduct their attack. 5) Ring 0 - answer operating in ring 0 is called 'kernel mode'. 6) What should a vulnerability report include if a cybersecurity analyst wants it to accurately reflect the assets scanned? - answer physical and virtual hosts 7) Microsoft's gpo (group policy object) - answer collection of group policy settings that defines what a system will look like and how it will behave for a defined group of users. It allows an administrator to create a policy and deploy it across many devices in the domain or network. 8) Banner grabbing - answer banner grabbing requires a connection to the host to grab the banner successfully. This is an active reconnaissance activity. 9) What is the purpose of removing the server header? - answer to obscure information about the server's software. 10) What does the server header usually identify? - answer the type and version of the web server. 11) False positive - answer when conducting a vulnerability scan, it is common for the report to include some findings that are classified as "low" priority or "for informational purposes only." these are most likely false positives and can be ignored by the analyst when starting their remediation efforts. 12) Cdn (content delivery network) - answer geographically distributed network of proxy servers and their data centers that provide high availability and performance by distributing the service spatially relative to end-users. 13) Scoutsuite - answer open-source tool used to audit instances in a multi-cloud env. 14) Diamond model - answer the diamond model provides an excellent methodology for communicating cyber events and allowing analysts to derive mitigation strategies implicitly. The diamond model is constructed around a graphical representation of an attacker's behavior. 15) Output encoding - answer output encoding involves translating special characters into some different but equivalent form that is no longer dangerous in the target interpreter, for example, translating the character into the string when writing to an html page. 16) Blind sql injection - answer is a form of sql injection that overcomes the lack of error messages. Without the error messages that facilitate sql injection, the attacker constructs input strings that probe the target through simple boolean sql expressions. The results are usually not visible to the attacker. 17) Data serialization - answer converting data structures into a format for storage. 18) Data deserialization - answer converting serialized data back into original format. 19) Insecure deserialization - answer insecure deserialization is a type of vulnerability that arises when untrusted data is used to abuse the logic of an application's deserialization process, allowing an attacker to execute code, manipulate objects, or perform injection attacks. 20) Application hardening - answer application hardening involves taking actions to best secure the application from attack. This involves removing any default or sample configurations, properly configuring settings, and updating the application to the latest and more secure version. 21) Fuzzing - answer fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks. 22) Ldap and sso - answer ldap and sso can be used together for user authentication and access control. Ldap is a directory service protocol, while sso is a method that allows users to log in once to access multiple applications. When used together, ldap can store user credentials and information, and sso can use that information to grant users access to different applications. Ldap is not a shared authentication protocol. 23) Shared authentication protocol - answer a shared authentication protocol relies on a pre-established shared secret (like a password or key) between two parties to verify each other's identities. This secret is used by both parties to prove their authenticity, ensuring only authorized individuals can access a network or resource. 24) Formal verification method - answer the process of validating software design through mathematical modeling of expected inputs and outputs. 25) Saml (security assertion markup language) - answer saml is an xml-based open standard that defines how to securely exchange authentication and authorization data between an identity provider (idp) and a service provider (sp). It provides a standardized way for applications to verify a user's identity after an initial login, enabling sso functionality. 26) Sso (single sign-on) - answer authentication method where users can access multiple resources on a network using a single account credentials. 27) Tpm (trusted platform module) - answer a chip on a motherboard that holds an encryption key required at startup to access encrypted data on the hard drive. Windows bitlocker encryption can use the tpm chip. 28) Pam (pluggable authentication modules) - answer used as a software key in cryptography. 29) Fde (full disk encryption) - answer systems which encrypt everything stored on the drive (the operating system, application programs, data, temporary files, and so forth) automatically without any user interaction. 30) Private ips include - answer either 10.x.x.x, 172.16-31.x.x, or 192.168.x.x. 31) What does this linux prompt mean? Echo 127.0.0.1 /etc/hosts - answer routed traffic destined for the domain to the localhost. 32) Mtd (maximum tolerable downtime) - answer the point after which the impact of an incident becomes unacceptably large. 33) Mttf (mean time to failure) - answer time measured for a piece of equipment based upon its expected operating hours until its failure. 34) Rto (recovery time objective) - answer earliest time within which a business process must be restored to avoid consequences. 35) Rpo (recovery point objective) - answer the maximum length of time that an organization can tolerate between backups. 36) Spf (sender policy framework) - answer a validation system that helps fight spam by identifying the email servers allowed to send email on behalf of a domain. 37) Dmarc (domain-based message authentication, reporting & conformance) - answer a dmarc record in your domain's dns specifies what action should be taken if an email fails authentication 38) Dkim (domainkeys identified mail) - answer an authentication method that uses encryption (public and private keys) to verify the domain name of an email's sender. 39) Smtp (simple mail transfer protocol) - answer non secure protocol to send outgoing email. 40) Containerization - answer separates apps from the os and the underlying hardware by abstracting the kernel. 41) Corrective vs compensating controls - answer a corrective control takes care of an immediate problem and is temporary in nature. A compensating control is used when a preferred control is not available.

Show more Read less
Institution
CompTIA CySA+ WGU
Course
CompTIA CySA+ WGU

Content preview

COMPTIA CYSA+ WGU
PRACTICE EXAM QUESTIONS
WITH CORRECT DETAILED
ANSWERS | ALREADY GRADED
A+<RECENT VERSION>




1) Attack surface - answer the collection of all points from which an
adversary may attack is considered the attack surface.


2) Attack vector - answer represents specific points an adversary has
chosen for an attack.


3) Threat model - answer defines the behavior of the adversary.


4) Adversary capability set - answer list of items an adversary can use to
conduct their attack.


5) Ring 0 - answer operating in ring 0 is called 'kernel mode'.

,6) What should a vulnerability report include if a cybersecurity analyst
wants it to accurately reflect the assets scanned? - answer physical and
virtual hosts


7) Microsoft's gpo (group policy object) - answer collection of group
policy settings that defines what a system will look like and how it will
behave for a defined group of users. It allows an administrator to create a
policy and deploy it across many devices in the domain or network.


8) Banner grabbing - answer banner grabbing requires a connection to
the host to grab the banner successfully. This is an active reconnaissance
activity.


9) What is the purpose of removing the server header? - answer to
obscure information about the server's software.


10) What does the server header usually identify? - answer the type
and version of the web server.


11) False positive - answer when conducting a vulnerability scan, it
is common for the report to include some findings that are classified as
"low" priority or "for informational purposes only." these are most likely
false positives and can be ignored by the analyst when starting their
remediation efforts.


12) Cdn (content delivery network) - answer geographically
distributed network of proxy servers and their data centers that provide
high availability and performance by distributing the service spatially
relative to end-users.


13) Scoutsuite - answer open-source tool used to audit instances in
a multi-cloud env.

,14) Diamond model - answer the diamond model provides an
excellent methodology for communicating cyber events and allowing
analysts to derive mitigation strategies implicitly. The diamond model is
constructed around a graphical representation of an attacker's behavior.


15) Output encoding - answer output encoding involves translating
special characters into some different but equivalent form that is no
longer dangerous in the target interpreter, for example, translating the <
character into the < string when writing to an html page.


16) Blind sql injection - answer is a form of sql injection that
overcomes the lack of error messages. Without the error messages that
facilitate sql injection, the attacker constructs input strings that probe the
target through simple boolean sql expressions. The results are usually not
visible to the attacker.


17) Data serialization - answer converting data structures into a
format for storage.


18) Data deserialization - answer converting serialized data back
into original format.


19) Insecure deserialization - answer insecure deserialization is a
type of vulnerability that arises when untrusted data is used to abuse the
logic of an application's deserialization process, allowing an attacker to
execute code, manipulate objects, or perform injection attacks.


20) Application hardening - answer application hardening involves
taking actions to best secure the application from attack. This involves
removing any default or sample configurations, properly configuring
settings, and updating the application to the latest and more secure
version.

, 21) Fuzzing - answer fuzzing or fuzz testing is an automated
software testing technique that involves providing invalid, unexpected, or
random data as inputs to a computer program. The program is then
monitored for exceptions such as crashes, failing built-in code assertions,
or potential memory leaks.


22) Ldap and sso - answer ldap and sso can be used together for
user authentication and access control. Ldap is a directory service
protocol, while sso is a method that allows users to log in once to access
multiple applications. When used together, ldap can store user credentials
and information, and sso can use that information to grant users access to
different applications. Ldap is not a shared authentication protocol.


23) Shared authentication protocol - answer a shared authentication
protocol relies on a pre-established shared secret (like a password or key)
between two parties to verify each other's identities. This secret is used by
both parties to prove their authenticity, ensuring only authorized
individuals can access a network or resource.


24) Formal verification method - answer the process of validating
software design through mathematical modeling of expected inputs and
outputs.


25) Saml (security assertion markup language) - answer saml is an
xml-based open standard that defines how to securely exchange
authentication and authorization data between an identity provider (idp)
and a service provider (sp). It provides a standardized way for
applications to verify a user's identity after an initial login, enabling sso
functionality.


26) Sso (single sign-on) - answer authentication method where
users can access multiple resources on a network using a single account
credentials.

Written for

Institution
CompTIA CySA+ WGU
Course
CompTIA CySA+ WGU

Document information

Uploaded on
June 26, 2025
Number of pages
67
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$13.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
jervismuthami Teachme2-tutor
Follow You need to be logged in order to follow users or courses
Sold
10
Member since
1 year
Number of followers
0
Documents
573
Last sold
1 month ago

4.5

2 reviews

5
1
4
1
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions