Ex 2 Flashcards
(79 cards)
What does salt hashing do when hashing a password?
Salt makes every password unique and therefore making it harder to break
What is dynamic biometric authentication?
It is patterns that a person makes that are unique for that individual, such as speaking or writing patterns.
What is static biometric authentication?
It is something unique connected to someone’s body, such as a fingerprint or iris.
What is token authentication?
It’s something that you posses, which means like microsoft authentication or an access card
What is Authentication?
Authentication is how you prove that you are someone you say you are, as an password to an account
What is Identification?
Thats is when you says who you are by providing an email or a username
What is Multi-factor authentication?
MFA is when you are needed to provide more then one authentication to prove that you are you, as for instance you type in a password and then gets a code to your phone that you need to type in.
What is reactive password checking?
Reactive password checking is when you look through DB with passwords to find bad ones, and then prompt the affected users to update their password.
What is proactive password checking?
Proactive password checking is when you force users to have a certain level of security when creating their password, for instance needing to have at least 8 characters, at least two numbers and a special character.
What is exhausted search? (Attack)
Exhausted search is another word for brute force attacks, which is when a script is trying to break a password by testing certain combinations
What is intelligent search? (Attack)
Intelligent search is when the hacker tries to narrow the search filead of the credentials they trie to get, such as if a hacker tries to get a Swedish users password, they would not try a Daish dictionary attack, they would use Swedish words.
What does S in STRIDE stand for?
Spoofing, which is when a hacker or a program successfully identifies them selfs as someone or something else to get private information from a user
What does T in STRIDE stand for?
Tampering, which is when a hacker or a program gain access to a file, db, hardrive or something similar and change or modifies it to cause damage or gain further access.
What does R in STRIDE stand for?
Repudiation, stands for when a hacker or program carries out an attack and then denies their involvement and leaving little to no digital evidence making it hard to prove their participation.
What does I in STRIDE stand for?
Information disclosure, is when private information is being leaked, this can occur because of poor error management or input handling.
What does D in STRIDE stand for?
Denial of service, is when a hacker or program is targeting a service by making it unavailable for their users, a common user attack is DDoS when multiple requests is sent to a service trying to overload it.
What does E in STRIDE stand for?
Elevation of privilege, is when a hacker is trying to grant them self a higher privilege to gain more control of the system, this can be by trying to get admin access on a regular account.
What is a social engineering attack?
Is when a hacker tries to trick a person to either give up information by social skills, so they can carry out some attack.
What is the name of establishing confidents in a users identity while trying to access a system?
Authentication
What is False match rate?
FMR is the number of times an authentication system wrongfully gives access to a user that was not supposed to gain access.
What is FMR?
False match rate
What is FNMR?
False non match rate
What is False non match rate?
FNMR is the number of times an authentication system wrongfully does not give access to a person who was supposed to gain access.
What is attack surface?
Attack surface is all the reachable parts of a system where a hacker can try to gain access to the system.