Credit to Alex Curtiss, from whom I lovingly stole some of these slides ❤️
Social engineering: mean ways of tricking people into doing things they probably don't want to do.
From: elf12rzv@virginia.network <elf12rzv@virginia.network>
To: wss2ec@virginia.edu
Cc:
Bcc:
Subject: In case you missed it...
Reply-To:
Good morning!
Last week I sent you 3 files, 2.9 MB in total. Did you get them? If not,
you can access them by clicking here.
If you can look them over and get back to me as soon as possible that
would be great!
Best,
Evelyn L. Fishbourne
Pictured above: a very normal-looking email 🤔
Phishing: a social engineering attack where you receive a malicious message that tries to trick you into giving away your credentials.
Spear phishing: a more advanced version of phishing where you try to gather information about your target and use it to craft a more convincing story.
Attackers will usually try to gain specific information about the target:
Spear phishing often features a much more extensive reconnaissance stage where an attacker will try to gather OSINT and other information to inform their attempts.
Easy! You just have to make sure that you only go to websites you know for sure are legit.
We'll look at this handy UVA phishing training page for help!
You can craft a link that looks like it links to a good website, but which actually links elsewhere:
As we saw during our discussion on CSRF, just clicking on a link can lead to security issues.
<!-- https://evil.com -->
<form id="evil-form" action="http://www.example.com/logout" method="POST">
<input type="submit" name="logout" value="Logout">
</form>
<script>
document.getElementById("evil-form").submit();
</script>
Try to figure out if domain is legitimate, I guess.
Use (strong and phishing-resistant) multi-factor authentication (e.g. WebAuthn, FIDO2)
Password managers
Separation of privilege
Source: O'Reilly, "Secure Programming Cookbook"
In general, it's safer to assume that you (or a friend or coworker) will be phished, and work from there.
The Uber hack is quite severe and wide ranging. Wishing their blue teams the best of luck and love during this understandably difficult period. Some thoughts & observations based on what we've seen so far 👉 1/N
— Bill Demirkapi (@BillDemirkapi) September 16, 2022
Writeup from DC30 vishing competition's second-place winner