Security Complete Exam Study Guide with
Verified Answers | Latest Edition
1. CIA Triad - ANSWER Confidential - allowing only those authorized to
access the data requested
Integrity - keeping data unaltered in an unauthorized manner and reliable
Availability - the ability for those authorized to access data when needed
2. Parkerian Hexad - ANSWER Confidentiality Integrity Availability
Possession - physical deposition of the media on which the data is stored
Authenticity - allows us to talk about the proper attribution as to the owner or
creator of the data in question
Utility - how useful the data is to us
3. Incident response process - ANSWER Preparation Detection and Analysis
Identification
Containment
Eradication Recovery
Post - incident activity
4. Preparation - ANSWER the activities that we can perform , in advance of
the incident itself in order to better enable us to handle it .
,5. Detection and Analysis (Identification) - ANSWER detect the occurrence of
an issue and decide whether or not it is actually an incident so that we can
respond appropriately to it.
6. Containment - ANSWER involves taking steps to ensure that the situation
does not cause any more damage than it already has, or to at least lessen any
ongoing harm
7. Eradication - ANSWER attempt to remove the effects of the issue from our
environment
8. Recovery - ANSWER restoring devices or data to pre - incident state
(rebuilding systems , reloading applications , backup media , etc. )
9. Post - incident activity - ANSWER determine specifically what happened,
why it happened, and what we can do to keep it from happening again .
(postmortem) .
10.Authorization - ANSWER what the user can access , modify , and delete
11.Least Privilege - ANSWER giving the bare minimum level of access it
needs to perform its job / functionality
12.Access Control - ANSWER Allowing - lets us give a particular party access
to a given source
Denying - opposite of gaining access
Limiting - allowing some access to our resource, only up to a certain point
Revoking - takes access away from former user
,13.Access Control List - ANSWER info about what kind of access certain
parties are allowed to have to a given system
Read, write, execute
14.Network ACL - ANSWER filter access rules for incoming and outgoing
network transactions, such as Internet Protocol ( IP ) addresses , Media
Access Control ( MAC ) addresses , and ports
15.Attack Types - ANSWER Interception
Interruption
Modification
Fabrication
16.Interception - ANSWER an attacker has access to data , applications or
environment
17.Interruption - ANSWER attacks cause our assets to become unusable or
unavailable
18.Modification - ANSWER attacks involve tampering with our asset
19.Fabrication - ANSWER attacks that create false information
20.Threat - ANSWER something that has potential to cause harm
21.Vulnerability - ANSWER weaknesses that can be used to harm us
22.Something you know - ANSWER username , password , PIN
, 23.Something you have - ANSWER ID badge , swipe card , OTP
24.Something you are - ANSWER fingerprint, Iris Retina scan
25.Somewhere you are - ANSWER geolocation
26.Something you do - ANSWER handwriting , typing , walking
27.Authentication - ANSWER verifying that a person is who they claim to be
28.Mutual authentication - ANSWER Both parties in a transaction to
authenticate each other
- Has digital certificates
- Prevents man in the middle attacks
- The man in the middle is where the attacker inserts themselves into
the traffic flow
- Ex . Both the PC and server authenticate each other before data is sent
in either direction
29.Risk management process - ANSWER 1. Identify Asset - identifying and
categorizing assets that we're protecting
2. Identify Threats - identify threats
3. Assess Vulnerabilities - look for impacts
4. Assess Risk - asses the risk overall
5. Mitigate Risk - ensure that a given type of threat is accounted for
30.Access Control Models - ANSWER Discretionary (DAC)