This repository serves as my cybersecurity learning journal and technical knowledge base.
I am currently pursuing a Master's in Cybersecurity while working in Enterprise Support for Fujifilm Healthcare.
This repository contains:
- AWS Security Notes
- Linux Administration Notes
- Networking Concepts
- Wazuh SIEM Documentation
- Terraform Notes
- Security+ Review Material
- Cloud Security Projects
- Lab Documentation
- AWS Cloud Security
- IAM
- Detection Engineering
- SIEM
- Terraform
- Linux
- Security Automation
I document what I learn so that:
- I retain knowledge better.
- I can reference concepts later.
- Others can benefit from my notes.
- Employers can see my growth over time.
Initial Folder Strcuture: security-notes/ │ ├── README.md │ ├── aws/ │ ├── iam.md │ ├── cloudtrail.md │ ├── guardduty.md │ └── security-groups.md │ ├── networking/ │ ├── osi-model.md │ ├── tcp-vs-udp.md │ └── subnetting.md │ ├── linux/ │ ├── commands.md │ ├── permissions.md │ └── systemd.md │ ├── security-plus/ │ ├── domain1.md │ ├── domain2.md │ └── study-notes.md │ ├── wazuh/ │ ├── installation.md │ ├── detection-rules.md │ └── threat-hunting.md │ ├── terraform/ │ ├── basics.md │ ├── state-files.md │ └── security-best-practices.md │ └── project-journal/ ├── 2026-06-10.md ├── 2026-06-17.md └── 2026-06-24.md
Last Updated: June 2026