Fixing links and standardising titles

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-23 20:16:23 +05:30
parent bf2c85d6b0
commit da2599ebe5
19 changed files with 63 additions and 73 deletions

View File

@@ -14,3 +14,12 @@ Some books that would be a great resource
- How to Investigate Like a Rockstar <https://books2read.com/u/4jDWoZ>- Live a real crisis to master the secrets of forensic analysis, Sparc Flow, 2017
- Real World Cryptography <https://www.manning.com/books/real-world-cryptography>- This early-access book teaches you applied cryptographic techniques to understand and apply security at every level of your systems and applications.
- AWS Security <https://www.manning.com/books/aws-security?utm_source=github&utm_medium=organic&utm_campaign=book_shields_aws_1_31_20>- This early-access book covers commong AWS security issues and best practices for access policies, data protection, auditing, continuous monitoring, and incident response.
## Post Training asks/ Further Reading
- CTF Events like : <https://github.com/apsdehal/awesome-ctf>
- Penetration Testing : <https://github.com/enaqx/awesome-pentest>
- Threat Intelligence : <https://github.com/hslatman/awesome-threat-intelligence>
- Threat Detection & Hunting : <https://github.com/0x4D31/awesome-threat-detection>
- Web Security: <https://github.com/qazbnm456/awesome-web-security>
- Building Secure and Reliable Systems : <https://landing.google.com/sre/resources/foundationsandprinciples/srs-book/>

View File

@@ -2,9 +2,9 @@
## Prerequisites
1. Basics of Linux fundamentals & command line usage
1. [Linux Basics](https://linkedin.github.io/school-of-sre/linux_basics/intro/)
2. Networking Module
2. [Linux Networking](https://linkedin.github.io/school-of-sre/linux_networking/intro/)
## What to expect from this course
@@ -17,22 +17,10 @@ The course covers fundamentals of information security along with touching on su
The courseware is not an ethical hacking workshop or a very deep dive into the fundamentals of the problems. The course does not deal with hacking or breaking into systems but rather an approach on how to ensure you dont get into those situations and also to make you aware of different ways a system can be compromised.
## Course Content
### Table of Contents
## Course Contents
1. [Fundamentals](https://linkedin.github.io/school-of-sre/security/fundamentals/)
2. [Network Security](https://linkedin.github.io/school-of-sre/security/network_security/)
3. [Threats, Attacks & Defence](https://linkedin.github.io/school-of-sre/security/threats_attacks_defences/)
4. [Writing Secure Code & More](https://linkedin.github.io/school-of-sre/security/writing_secure_code/)
5. [Conclusion](https://linkedin.github.io/school-of-sre/security/conclusion/)
## Post Training asks/ Further Reading
- CTF Events like : <https://github.com/apsdehal/awesome-ctf>
- Penetration Testing : <https://github.com/enaqx/awesome-pentest>
- Threat Intelligence : <https://github.com/hslatman/awesome-threat-intelligence>
- Threat Detection & Hunting : <https://github.com/0x4D31/awesome-threat-detection>
- Web Security: <https://github.com/qazbnm456/awesome-web-security>
- Building Secure and Reliable Systems : <https://landing.google.com/sre/resources/foundationsandprinciples/srs-book/>