security-checklist/config/phishing.js
2019-01-13 12:12:45 -08:00

26 lines
856 B
JavaScript

export default {
id: 'phishing',
title: 'Educate yourself about phishing attacks',
description: `asdf`,
resources: [
{
name: 'Podcast: What kind of idiot gets phished?',
url:
'https://www.gimletmedia.com/reply-all/97-what-kind-of-idiot-gets-phished',
},
{
name: 'Common phishing attacks and how to protect against them',
url:
'https://www.tripwire.com/state-of-security/security-awareness/6-common-phishing-attacks-and-how-to-protect-against-them/',
},
{
name: 'Resisting phishing attacks with three golden rules',
url: 'https://www.wired.com/story/resist-phishing-attacks/',
},
{
name: 'Google Password Alert Chrome extension',
url:
'https://chrome.google.com/webstore/detail/password-alert/noondiphcddnnabmjcihcjfbhfklnnep?hl=en',
},
],
};