8.1: Identity and Authentication:
Problem of authentication - how do we know the person sending the message is who they claim to be? Even if the person has a particular style of writing, they could easily be mimicked.
online verification - info used
in person verification - photo used
the fact that you HAVE the object is important
driver's license (online verification - info used. In person verification - photo used)
bank card (info used, also the fact that it's a valuable item you'd keep close to you)
uni id card (info and photo used)
signed copy of documents from JP
Hard to authenticate using dna in an everyday scenario, but certainly criminals
JP Stamp (although stamps can be made quite easily)
Some kind of background knowledge
password / secret question
e.g. if you claim you are in Sydney, asking how the day is there.
trusting you to be a student jsut because you're in your unform
2 Factor Auth (password + phone number + code):
Send message to your phone
Authentication can be done by (The three q's): - something you know - something you have - something you are / can do
Arguably, the entire list of ways to authenticate are auth by knowledge. Each item is a a bit of knowledge - even a fingerprint (when it is scanned, it is turned into a binary and sent and that binary representation of the fngerprint is checked, not the finerprint itself). The whole auth process is a chain of steps, which means that there are multiple links / points at which an attack could occur.
Basically we only have information based authentication. And once something is information, it can be compromised which poses a risk.
This lecture is unavaliable
8.3 Authentication vs Authorisation
Authentication: Who you are
Authorisation: What can you do
Authorisation depends on Authentication
Airport example: First you authenticate to the staff who you are, then they print you a boarding pass which authorises your access to board a particular airplane
Authentication and Authorisation happen at different times. If an attacker was to exploit this, it would be called a TOCTOU (Time of Check, Time of Use)attack.
This kind of attack is kinda impossible to stop. This is an issue with concurrency that we can't stop.
Wiki example: Authentication is done first, then some process is carried out. However in between that time period, if an attacker is able to create a race condition that allows them to change the process that needs to occur, then since the authentication step has been cleared the program will run the attackers code.
Identity documents such as TFNs, passports, medicare cards, etc are usually not that expensive to buy genuinely (TFN and medicare cards are free). However, the cost of buying a fake one is not that expensive. You can get an Australian Passport for $1500 (2014), credit cards and TFNs for $1000, etc.
Top three consequences of Identity Theft:
Mental and emotional Distress
Most people don't report identity theft, they only tell a friend/family member. Only 29-30% of people tell a friend/family + government agency
Reasons why people don't report identity fraud:
Unaware they have been victim to this crime
Do not believe police will be able to do anything about it
Confusion as to which agency to report it to
Did not lose money so they don't believe they need to report it
Once someone has stolen your identity once, they retain that ability!
Your DOB, mother's maiden name, fingerprint, etc doesn't change. If they had all this information before, they still have it now.
This is why its so traumatic because victims live in fear for the rest of their lives
IDCare: Government Charity to help victims of Identity Fraud
What sorts of information is needed for ID Fraud?
Don't need the full 100pts, and getting the 100pts is not hard
Most of the time just a drivers license and some social media information is enough.
How do people get this data?
If you're authenticated is through information (and the way you authenticate reveals the information), then your information can be stolen. Using the secret can reveal the secret.
Attack a company that has your information (mygov, social media)
Hack you: phishing, email, malware
Never set up a family tree, usually this is public and attackers can use this information.
What do they do with the data?
Loans (taken out on your name with your credit history, but you are liable to the repayment of the loans)
social security (benefits can be claimed by 'you')
crime (adds to your criminal record)
tax (people can put tax refunds in your name)
credit cards (order new credit cards in your name)
social damage (impersonation online, bad)
Call IDCare (www.idcare.org)
Contact post office and make sure theres been no mail redirections
Use a clean machine to reset all your passwords
SideNote: There are three credit reporting agencies in australia, every year you can get a copy of your credit report for free. You should get it every year from all three (just in case attacker is going through another one) + helps for tax :D