mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Add Jigsaw Google phishing quiz
This commit is contained in:
parent
474b622773
commit
b50536dc9f
1 changed files with 9 additions and 4 deletions
|
|
@ -2,13 +2,18 @@ export default {
|
|||
id: 'phishing',
|
||||
title: 'Educate yourself about phishing attacks',
|
||||
description: `Phishing is an attempt to obtain sensitive information (like an account password) by disguising as a trustworthy person or company. Phishing often occurs via email where a hacker will use social engineering to convince someone to click a link that goes to a fake login page. The fake login page then sends anything the victim types (including usernames and passwords) to the hacker.
|
||||
|
||||
\n\nIn recent years phishing attacks have become increasingly sophisticated and hackers are learning to use data that people put on the web to create highly specific and targeted attacks.
|
||||
|
||||
|
||||
\n\nIn recent years phishing attacks have become increasingly sophisticated and hackers are learning to use data that people put on the web to create highly specific and targeted attacks.
|
||||
|
||||
\n\n**Smart people are not immune to phishing.**
|
||||
|
||||
|
||||
\n\nYou should learn the basics of phishing and how to identify a phishing attempt.`,
|
||||
resources: [
|
||||
{
|
||||
name: 'Jigsaw Google: Can you spot when you’re being phished?',
|
||||
url:
|
||||
'https://phishingquiz.withgoogle.com/',
|
||||
},
|
||||
{
|
||||
name: 'Podcast: What kind of idiot gets phished?',
|
||||
url:
|
||||
|
|
|
|||
Loading…
Reference in a new issue