TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What’s the best guide to basic cybersecurity for employees?

7 pointsby arikrabout 3 years ago
I’d like a basic guide I can give to team members.<p>Covering what are the most common attacks (eg gift card scams, invoicing fraud, phishing emails), and top prevention methods<p>Does this exist?

4 comments

jkaabout 3 years ago
PagerDuty provide their security training materials for free online[1], and you can view and build them from source[2] if you like. They also accept contributions as GitHub pull requests.<p>[1] - <a href="https:&#x2F;&#x2F;sudo.pagerduty.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sudo.pagerduty.com&#x2F;</a><p>[2] - <a href="https:&#x2F;&#x2F;github.com&#x2F;PagerDuty&#x2F;security-training&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PagerDuty&#x2F;security-training&#x2F;</a>
0xtajabout 3 years ago
Amazon has a pretty good boilerplate here: <a href="https:&#x2F;&#x2F;www.aboutamazon.com&#x2F;news&#x2F;community&#x2F;amazon-releases-free-cybersecurity-awareness-training" rel="nofollow">https:&#x2F;&#x2F;www.aboutamazon.com&#x2F;news&#x2F;community&#x2F;amazon-releases-f...</a>
joop_devabout 3 years ago
We had a week long of daily security related challenges ranging from easy to hard for everyone to participate. From simple sql injection and password encoding to buffer overflows. Some were coding exercises, others were open ended questions, googling encouraged. Every challenge gave a number of points and at the end of the week there would be some prices for the winners.<p>A lot of people participated and personally I learned a lot and had fun doing it.<p>May require some effort to set up, but then again these may already exist online.
muzaniabout 3 years ago
For technical, it&#x27;s the OWASP Top 10: <a href="https:&#x2F;&#x2F;owasp.org&#x2F;www-project-top-ten&#x2F;" rel="nofollow">https:&#x2F;&#x2F;owasp.org&#x2F;www-project-top-ten&#x2F;</a><p>The site itself is clear enough to read on its own, but there are many other sites dedicated to explaining and training around it. It&#x27;s frequently updated and up to date.