mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
26 lines
856 B
JavaScript
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',
|
|
},
|
|
],
|
|
};
|