https://github.com/jakeoverall/reading-notes
Dedicated to my thoughts while learning cybersec
https://github.com/jakeoverall/reading-notes
cybersecurity devops
Last synced: 8 months ago
JSON representation
Dedicated to my thoughts while learning cybersec
- Host: GitHub
- URL: https://github.com/jakeoverall/reading-notes
- Owner: jakeoverall
- Created: 2020-10-05T06:14:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T04:31:11.000Z (over 5 years ago)
- Last Synced: 2025-07-31T19:23:13.261Z (11 months ago)
- Topics: cybersecurity, devops
- Language: JavaScript
- Homepage: https://jakeoverall.github.io/reading-notes
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Reading Notes
A repo dedicated to my thoughts while going through Code Fellows Ops 401 focused on Cyber Security.
### Ops 401 - Cyber Security
Course Id: seattle-ops-cybersecurity-401d1
> Precourse Setup
- [x] [install virtual box](https://www.virtualbox.org/)
- [x] [kali vm](https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/#1572305786534-030ce714-cc3b)
- [x] [windows 7 vm](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/)
- [x] [ubuntu 20.04 vm](https://www.linuxvmimages.com/images/ubuntu-2004/)
---
#### Topics
- [Kali and Metasploit](./ops-401/01.md)
- **Kali Linux:** A special Linux distro designed to facilitate Penetration Testing and Security Auditing.
- **Metasploit:** A widely used penetration testing tool that makes hacking way easier than it used to be
- **Meterpreter:** An incredibly dangerous attack due to in-memory exploits leaving almost no forensic trace.
- [ISCM with Nagios](./ops-401/02.md)
- **ISCM:** Information Security Continuous Monitoring
- [Security Auditing with CSET](./ops-401/03.md)
- [Identity and Access Management](./ops-401/04.md)
- [Data file encryption](./ops-401/05.md)
- [Protecting Data at Rest](./ops-401/06.md)
- [Data Loss Prevention](./ops-401/07.md)
- [Public Key Infrastructure (PKI)](./ops-401/08.md)
- [Network Packet Analysis](./ops-401/09.md)
- [Intrusion Detection](./ops-401/10.md)
- [Cloud Architecture Security](./ops-401/11.md)
- [Cloud Network Traffic](./ops-401/12.md)
- [Threat Analysis, Cyber Kill-Chain](./ops-401/13.md)
- [Using MITRE](./ops-401/14.md)
- [Web Application Threat Modeling](./ops-401/15.md)
- [STRIDE Security Threat Model](./ops-401/16.md)
- [Splunk SIEM](./ops-401/17.md)
- [Threat Hunting with ELK Stack](./ops-401/18.md)
- [Cloud Incident Response](./ops-401/19.md)
- [Forensics](./ops-401/20.md)
- [Python in Cybersecurity](./ops-401/21.md)
- [XSS, SQL Injection](./ops-401/22.md)
- [Malware Analysis](./ops-401/23.md)
- [Powershell in Cybersecurity](./ops-401/24.md)
- [OWASP BWA](./ops-401/25.md)
- [Exploiting Web App](./ops-401/26.md)
- [Vulnerability Scanning](./ops-401/27.md)
- [Social Engineering](./ops-401/28.md)
- [Reconnaissance](./ops-401/29.md)
- [Sniffing and Evasion](./ops-401/30.md)
- [Exploitation with Metasploit](./ops-401/31.md)