CIA, non-repudiation, authentication. Flashcards
What does confidentiality ensure? Examples?
It ensures that unauthorized individuals are NOT able to gain access to sensitive information.
Ex: Firewalls, access control lists, encryption.
What does integrity ensure? Examples?
It ensures that there are no unauthorized modifications to info or info systems.
Ex: Hashing (used for authentication) , Integrity monitoring solutions.
What does availability ensure? Examples?
It ensures that info and systems are ready to meet the needs of legitimate users.
Ex: Fault tolerance (ability for system to continue to operate), clustering, backups
What is nonrepudiation? Examples?
We have proof of integrity and can confirm that info receive is from original party.
Ex: Your signature, you really did sign the contract
What is proof integrity? How’s it accomplish?
Any data that’s received we can verify it is the same data that was originally sent. Using a hash.
What is proof of origin? How can it be accomplish?
Verify the person that sent the data to us By using digital signature.
Proves the message was not changed?
Proves the source of the message?
Makes sure the signature isn’t fake?
- Integrity
- Authentication
- Non-repudiation
What key is used to encrypt a hash?
Private key
What key is used to decrypt a digital signature?
Public key
What is the AAA framework?
- Authentication
- Authorization
- Accounting, refers to login time, data sent and received, logout time.
How can you truly authenticate a device?
Put a digitally signed certificate on a device
Device or software that’s responsible for managing all certificates in our environment is known as-
CA (Certificate of Authority)
What is an authorization model?
function of specifying rights/privileges for accessing resources
What is gap analysis? And what are the steps?
Study of where we are versus where we would like to be.
1. Create a baseline, end goal?
2. get a baseline of employees
3. Evaluate current IT systems/policies
4. Compare, find out weaknesses, how to compensate
5. Create final document, what’s discovered, pathway to move forward.