A personal, continuously-updated cybersecurity study repo
Offensive-side notes for eJPT and defensive-side notes for BTL1 β cheat sheets, an offline field toolkit, and a study roadmap.
Senior SOC Analyst & Facilitator β expanding into offensive security through eJPT & BTL1.
π§° Open the Field Toolkit (live) Β· π Study Roadmap
This repo collects everything gathered while studying for the eJPT (eLearnSecurity Junior Penetration Tester) and BTL1 (Blue Team Level 1) certifications: practical, command-heavy cheat sheets β not theory dumps β each covering one tool or one concept, cross-referenced against its siblings.
| Β | Folder | Focus |
|---|---|---|
| π΄ | Red-Team/ |
Recon, enumeration, exploitation, post-exploitation, reporting β eJPT-aligned |
| π΅ | Blue-Team/ |
Detection, triage, forensics, incident response β BTL1-aligned |
| π£ | Purple-Team-Mapping/ |
Attack β detection cross-reference β ties Red-Team techniques to Blue-Team detections across ten kill-chain stages |
| π― | Interview-Prep/ |
Interview Q&A β fundamentals, red team, blue team, behavioral, junior pentest β in flashcard format, plus an interactive study app |
| π§° | field-toolkit_2.html |
Offline, single-file interactive reference β calculators + quick-lookup cards, no install needed (link opens the live version) |
| π | blue-team-study-notes_1.html |
Interactive BTL1 study reference β curriculum prioritized by importance, click-to-expand notes with real commands/workflows (Splunk SPL, Wireshark filters, Volatility, DeepBlueCLI, Autopsy, TheHive, report template) |
| β±οΈ | btl1-exam-tracker.html | Interactive BTL1 exam companion β 24h timer + pacing, IOC table, timeline, host/network activity map (Wireshark-ready), MITRE ATT&CK checklist, confidence tracking, and auto-generated report draft (link opens the live version) |
| πΊοΈ | ejpt-roadmap.md |
Study roadmap / progress tracker |
| π | ejpt-study-notes.html |
Interactive eJPT study reference β curriculum mapped to your actual course order (TryHackMe Pre-Security β INE eJPTv2 β Junior Pentester Path β Beginnerβs/Offensive Pentesting Path), click-to-expand notes with real commands/workflows (enumeration, web app testing, Metasploit, Active Directory, pivoting) |
| π§ | ejpt-study-reference.html | Interactive eJPT exam companion β 48h timer + pacing, Hosts/Loot/Timeline tracking, coverage bar, confidence tracking, quick-reference cheat sheet (Nmap, enumeration, web app, Metasploit, privesc, pivoting, AD), Toolbox calculators (Epoch, Base64, hash ID, hex/dec + IP/CIDR), auto-generated report draft |
| π | playbook-index.md |
Quick-access index of every scenario playbook β βwhich alert just fired, which playbook do I openβ |
| π | osint-field-toolkit.html | Interactive OSINT investigation reference β 58 tools across 7 categories (email/domain, IP/infrastructure, URL/file sandboxing, phishing intel, threat & breach intel, social/identity, image/metadata) plus a Frameworks & Methodology category (MITRE ATT&CK, D3FEND, Pyramid of Pain, Diamond Model, Cyber Kill Chain, PICERL, STIX/TAXII, MISP, OpenCTI), each with a click-through panel: usage notes, input β output, and an OPSEC reminder. BTL1 phishing analysis + eJPT recon aligned. |
| π£ | phishing-analysis-field-guide.html | Interactive phishing analysis methodology reference β header analysis, SPF/DKIM/DMARC, sender & domain red flags, content & social-engineering patterns, attachment & link analysis, and IOC extraction, each with a click-through panel: what to check and why. BTL1-aligned. |
| π‘ | splunk-field-guide.html | SPL and Windows Event ID reference for SIEM triage β default fields, search commands, Security & Sysmon Event IDs (including Kerberos, DCSync, scheduled-task and password-reset events), network beaconing detection, and email/endpoint/network/DNS/web/auth/account-management fields, each with a ready SPL query. BTL1-aligned. |
| π¦ | wireshark-field-guide.html | Wireshark field and display-filter reference for packet capture review β TCP flags & Nmap scan signatures, HTTP/DNS/TLS/ARP/DHCP fields, a common-ports quick reference, and credential-exposure indicators. BTL1-aligned. |
| π» | live-host-triage-field-guide.html | Live Windows host triage reference β CLI/PowerShell commands for network, process & service, account, and persistence checks, run before the system is ever imaged or its memory captured. BTL1-aligned. |
| π½ | autopsy-field-guide.html | Interactive Autopsy disk forensics reference β case/ingest setup, timeline & MACB analysis, deleted files & carving, keyword/hash search, web & OS artifacts, registry/email/EXIF, and tagging/reporting, each with a click-through panel: what to look for and exactly where to find it. BTL1-aligned. |
| π· | deepblue-field-guide.html | Interactive DeepBlueCLI reference for Windows Event Log triage β usage & parameters plus detection patterns (brute force, credential dumping, obfuscated PowerShell, persistence, log clearing), each with the exact detection string and Event ID. BTL1-aligned. |
| π§ | volatility-field-guide.html | Interactive Volatility memory forensics reference β acquisition & setup, process analysis, process internals, injection & hooking, network & registry (including credential extraction), and timeline & file activity, each with the exact plugin command. BTL1-aligned. |
Both folders are organized into numbered sub-folders that roughly follow the order youβd actually work through them β recon before exploitation on the Red-Team side, alert-triage before deep forensics on the Blue-Team side. See each folderβs own README.md for the full file index.
field-toolkit_2.html is a single, self-contained file β calculators (Base64, hash identifier, subnet/CIDR, Hydra command builder, reverse shell generator, and more) plus quick-reference cards for both red and blue team work, filterable by category. No server, no dependencies, no accounts, works fully offline.
View it live β GitHub Pages is already enabled on this repoβs default branch (cybersecurity-learning-hub), so itβs reachable right now at:
https://zelihazenginapogeeusa-byte.github.io/zeliha-infosec-journey/field-toolkit_2.html
(optional: rename field-toolkit_2.html to index.html at the repo root if youβd rather the short root URL β .../zeliha-infosec-journey/ β load it directly)
zeliha-infosec-journey/
βββ README.md
βββ LICENSE
βββ banner.png
βββ field-toolkit_2.html
βββ toolkit-preview.png
βββ ejpt-roadmap.md
βββ playbook-index.md
βββ Red-Team/
β βββ README.md
β βββ 01-Recon-and-OSINT/
β β βββ assessment-methodology-report-writing-cheatsheet-professional.md (shared w/ Blue-Team)
β β βββ osint-cheatsheet.md
β β βββ ejpt-exam-checklist-and-methodology.md
β β βββ ... (4 more)
β βββ 02-Web-and-Network-Pentesting/
β β βββ nmap-cheatsheet-professional.md
β β βββ gobuster-cheatsheet-professional.md
β β βββ ... (6 more)
β βββ 03-Exploitation-and-Post-Exploitation/
β βββ active-directory-enumeration-cheatsheet-professional.md
β βββ active-directory-attack-chain-playbook.md
β βββ metasploit-cheatsheet-professional.md
β βββ ... (12 more)
βββ Blue-Team/
βββ README.md
βββ 01-SOC-and-SIEM-Analysis/
β βββ siem-splunk-elk-cheatsheet-professional.md
β βββ splunk-siem-investigation-playbook.md
β βββ ... (5 more)
βββ 02-DFIR-and-Threat-Intelligence/
βββ volatility-autopsy-forensics-cheatsheet-professional.md
βββ phishing-cheatsheet.md
βββ ransomware-incident-response-playbook.md
βββ ... (11 more)
(exact counts drift as new files get added β each folderβs own README.md is always the source of truth for whatβs currently inside it.)
All techniques documented here are for use in authorized environments only β personal labs, CTFs, and engagements covered by written authorization (RoE). Nothing in this repo should be used against systems without explicit permission.
Built while studying β updated as new modules get covered.