# BataMladen

## Home

- [Welcome](https://digitalgarden.batamladen.com/welcome.md)

## Notes

- [Intro](https://digitalgarden.batamladen.com/notes/readme.md)
- [DNS](https://digitalgarden.batamladen.com/notes/services/dns.md): Domain Name System
- [Oracle TNS](https://digitalgarden.batamladen.com/notes/services/oracle-tns.md): (Oracle Transparent Network Substrate)
- [FTP](https://digitalgarden.batamladen.com/notes/services/ftp.md)
- [SMB](https://digitalgarden.batamladen.com/notes/services/smb.md)
- [Routing Protocols](https://digitalgarden.batamladen.com/notes/services/routing-protocols.md)
- [Dynamic](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic.md)
- [IGP](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp.md)
- [Distance Vector](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/distance-vector.md): Metric: Hop Count
- [RIP](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/distance-vector/rip.md)
- [IGRP](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/distance-vector/igrp.md)
- [Link-State](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/link-state.md): Metric: Cost
- [OSPF](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/link-state/ospf.md)
- [IS-IS](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/link-state/is-is.md)
- [Hybrid](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/hybrid.md): Metric: Composite Metric (such as: bandwidth, delay, load, reliability, and MTU (Maximum Transmission Unit))
- [EIGRP](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/igp/hybrid/eigrp.md)
- [EGP](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/egp.md)
- [Path Vector](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/egp/path-vector.md)
- [BGP](https://digitalgarden.batamladen.com/notes/services/routing-protocols/dynamic/egp/path-vector/bgp.md)
- [Static](https://digitalgarden.batamladen.com/notes/services/routing-protocols/static.md)
- [MariaDB/MySQL](https://digitalgarden.batamladen.com/notes/services/mariadb-mysql.md): port: 3306
- [Java](https://digitalgarden.batamladen.com/notes/programming/java.md)
- [GUI](https://digitalgarden.batamladen.com/notes/programming/java/gui.md)
- [SWING](https://digitalgarden.batamladen.com/notes/programming/java/gui/swing.md)
- [Examples/Projects](https://digitalgarden.batamladen.com/notes/programming/java/examples-projects.md): Projects made in Java with code/s and video example.
- [Rock Paper Scissors](https://digitalgarden.batamladen.com/notes/programming/java/examples-projects/rock-paper-scissors.md)
- [Login Page](https://digitalgarden.batamladen.com/notes/programming/java/examples-projects/login-page.md)
- [Hangman](https://digitalgarden.batamladen.com/notes/programming/java/examples-projects/hangman.md)
- [Coffee Shop](https://digitalgarden.batamladen.com/notes/programming/java/examples-projects/coffee-shop.md)
- [Simple Rulette](https://digitalgarden.batamladen.com/notes/programming/java/examples-projects/simple-rulette.md)
- [Python](https://digitalgarden.batamladen.com/notes/programming/python.md)
- [Turtle Module](https://digitalgarden.batamladen.com/notes/programming/python/turtle-module.md)
- [Examples/Projects](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects.md): Projects made in Python with code/s and video example.
- [Simple Snake Game](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/simple-snake-game.md)
- [Simple Slot](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/simple-slot.md)
- [Simple Rulette](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/simple-rulette.md): A rulette game without the green zero.
- [Supermarket](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/supermarket.md)
- [Brand Name Generator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/brand-name-generator.md)
- [Tip Calculator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/tip-calculator.md): Calculates how much money should everyone give + tip for waiter
- [Tresure Island](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/tresure-island.md): Find the right way
- [Rock, Paper, Scissors](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/rock-paper-scissors.md)
- [Password Generator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/password-generator.md): define character length, symbols and nbers for a password generator, and it tells you if it is a good password.
- [Reeborg's World](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/reeborgs-world.md): Online pythom maze game.
- [Hangman](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/hangman.md): Guess the word before the man is hung!
- [Cesar Chiper](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/cesar-chiper.md): Cesar encryptor and decryptor
- [Auction](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/auction.md)
- [Continuous Calculator](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/continuous-calculator.md): Calculator taht adds up on the last result
- [BlackJack Game](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/blackjack-game.md)
- [Guess The Number](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/guess-the-number.md): Guess the number while the computer is giving you high/low hints
- [Higher Lower](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/higher-lower.md): guess who has more insta followers
- [Coffee Machine](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/coffee-machine.md): Order your coffee
- [Coffee Machine (easy)](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/coffee-machine-easy.md): Order your coffee
- [Questionnare](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/questionnare.md)
- [Circle Drawings](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/circle-drawings.md): A turtle drawing circles
- [Turtle Race](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/turtle-race.md): Turtles racing. Bet on 'em
- [Snake Game (easy)](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/snake-game-easy.md)
- [Snake Game (OOP)](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/snake-game-oop.md)
- [Tennis](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/tennis.md)
- [Cross The Road](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/cross-the-road.md)
- [Write The States](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/write-the-states.md)
- [Phonetic Alphabet](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/phonetic-alphabet.md)
- [Miles to KM Converter](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/miles-to-km-converter.md)
- [Pomodoro Timer](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/pomodoro-timer.md)
- [Clicker](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/clicker.md)
- [Armabillo](https://digitalgarden.batamladen.com/notes/programming/python/examples-projects/armabillo.md): Encryption App
- [Assembly](https://digitalgarden.batamladen.com/notes/programming/assembly.md)
- [Assembly 8086 (16-bit)](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086.md)
- [Assembly 8086 basics](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics.md)
- [Basic Concepts](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/basic-concepts.md)
- [Intel 8086 Architecture](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/intel-8086-architecture.md)
- [Assembly Language Basics](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/assembly-language-basics.md)
- [Memory and Register Organization (part 1)](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/memory-and-register-organization-part-1.md)
- [Memory and Register Organization (part 2)](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/memory-and-register-organization-part-2.md)
- [Data Transfer & Algoritmic Operations](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/data-transfer-and-algoritmic-operations.md)
- [Control Structures](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/assembly-8086-basics/control-structures.md)
- [Examples/Projects](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects.md)
- [Assembly Basics Tasks](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/assembly-basics-tasks.md)
- [Addition of two 8-bit numbers](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/addition-of-two-8-bit-numbers.md)
- [Addition of two 16-bit numbers](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/addition-of-two-16-bit-numbers.md)
- [Display "Hello"](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/display-hello.md)
- [Flags Practice](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/flags-practice.md)
- [Reverse a String](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/reverse-a-string.md)
- [Simple Arithmetic](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-8086/examples-projects/simple-arithmetic.md)
- [Assembly x86 (32-bit)](https://digitalgarden.batamladen.com/notes/programming/assembly/assembly-x86-32-bit.md)
- [KQL](https://digitalgarden.batamladen.com/notes/query-languages/kql.md)
- [Cheet-Sheet](https://digitalgarden.batamladen.com/notes/query-languages/kql/cheet-sheet.md)
- [Intro](https://digitalgarden.batamladen.com/notes/query-languages/kql/intro.md)
- [pipes | where | take](https://digitalgarden.batamladen.com/notes/query-languages/kql/pipes-or-where-or-take.md)
- [Syntax and Query Structure](https://digitalgarden.batamladen.com/notes/query-languages/kql/syntax-and-query-structure.md)
- [contains | has | startswith | endswith](https://digitalgarden.batamladen.com/notes/query-languages/kql/contains-or-has-or-startswith-or-endswith.md)
- [distinct | count | sort | order](https://digitalgarden.batamladen.com/notes/query-languages/kql/distinct-or-count-or-sort-or-order.md)
- [project | project-reorder | renaming fields](https://digitalgarden.batamladen.com/notes/query-languages/kql/project-or-project-reorder-or-renaming-fields.md)
- [and | or | limit | top](https://digitalgarden.batamladen.com/notes/query-languages/kql/and-or-or-or-limit-or-top.md)
- [Working with time in KQL](https://digitalgarden.batamladen.com/notes/query-languages/kql/working-with-time-in-kql.md)
- [search | extend | getschema](https://digitalgarden.batamladen.com/notes/query-languages/kql/search-or-extend-or-getschema.md)
- [Data Types](https://digitalgarden.batamladen.com/notes/query-languages/kql/data-types.md)
- [summarize | count() | min | max | make\_set](https://digitalgarden.batamladen.com/notes/query-languages/kql/summarize-or-count-or-min-or-max-or-make_set.md)
- [Cryptography Intro](https://digitalgarden.batamladen.com/notes/cryptography/cryptography-intro.md)
- [Encryption Algorithm](https://digitalgarden.batamladen.com/notes/cryptography/encryption-algorithm.md)
- [Symetrical Algorythms](https://digitalgarden.batamladen.com/notes/cryptography/encryption-algorithm/symetrical-algorythms.md)
- [Asimetrycal Algorythms](https://digitalgarden.batamladen.com/notes/cryptography/encryption-algorithm/asimetrycal-algorythms.md)
- [Hash Functions](https://digitalgarden.batamladen.com/notes/cryptography/hash-functions.md)
- [Digital Signatures](https://digitalgarden.batamladen.com/notes/cryptography/digital-signatures.md)
- [Security Basics](https://digitalgarden.batamladen.com/notes/security-concepts/security-basics.md)
- [Threads and Vulnerabilities](https://digitalgarden.batamladen.com/notes/security-concepts/threads-and-vulnerabilities.md)
- [Network Security](https://digitalgarden.batamladen.com/notes/security-concepts/network-security.md)
- [Firewalls](https://digitalgarden.batamladen.com/notes/security-concepts/network-security/firewalls.md)
- [Intrusion Detection Systems (IDS)](https://digitalgarden.batamladen.com/notes/security-concepts/network-security/intrusion-detection-systems-ids.md)
- [Intrusion Prevention Systems (IPS)](https://digitalgarden.batamladen.com/notes/security-concepts/network-security/intrusion-prevention-systems-ips.md)
- [Virtual Private Networks (VPNs)](https://digitalgarden.batamladen.com/notes/security-concepts/network-security/virtual-private-networks-vpns.md)
- [Certificates](https://digitalgarden.batamladen.com/notes/security-concepts/certificates.md)
- [Password Manager](https://digitalgarden.batamladen.com/notes/privacy/password-manager.md): #not finished
- [Drive](https://digitalgarden.batamladen.com/notes/privacy/drive.md): #not finished
- [Browser](https://digitalgarden.batamladen.com/notes/privacy/browser.md): #not finished
- [VPN](https://digitalgarden.batamladen.com/notes/privacy/vpn.md): # not finished
- [Messengers](https://digitalgarden.batamladen.com/notes/privacy/messengers.md): # not finished
- [Temporary Mails](https://digitalgarden.batamladen.com/notes/privacy/temporary-mails.md)
- [Online Payments](https://digitalgarden.batamladen.com/notes/privacy/online-payments.md)
- [Deleting Files](https://digitalgarden.batamladen.com/notes/privacy/deleting-files.md)
- [Introduction](https://digitalgarden.batamladen.com/notes/digital-forensics/introduction.md)
- [Digital Forensics Investigation Process](https://digitalgarden.batamladen.com/notes/digital-forensics/digital-forensics-investigation-process.md)
- [Computer Forensic Fundamentals](https://digitalgarden.batamladen.com/notes/digital-forensics/computer-forensic-fundamentals.md)
- [Investigation Process](https://digitalgarden.batamladen.com/notes/digital-forensics/investigation-process.md)
- [Incident Response](https://digitalgarden.batamladen.com/notes/digital-forensics/incident-response.md)
- [Data Acquisition & Evidence Collection](https://digitalgarden.batamladen.com/notes/digital-forensics/data-acquisition-and-evidence-collection.md)
- [Email Investigation](https://digitalgarden.batamladen.com/notes/digital-forensics/email-investigation.md)
- [Dark Web Forensic](https://digitalgarden.batamladen.com/notes/digital-forensics/dark-web-forensic.md)
- [Defeating Anti-Forensic Techniques](https://digitalgarden.batamladen.com/notes/digital-forensics/defeating-anti-forensic-techniques.md)
- [OSINT](https://digitalgarden.batamladen.com/notes/digital-forensics/osint.md)
- [CPTS](https://digitalgarden.batamladen.com/notes/certificates/cpts.md): #not finished
- [Nmap](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap.md)
- [Host Discovery](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/host-discovery.md)
- [Host and Port Scanning](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/host-and-port-scanning.md)
- [Saving The Results](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/saving-the-results.md)
- [Service Enumeration](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/service-enumeration.md)
- [Nmap Scripting Engine](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/nmap-scripting-engine.md)
- [Performance](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/performance.md)
- [Firewalls & IPS/IDS](https://digitalgarden.batamladen.com/notes/certificates/cpts/nmap/firewalls-and-ips-ids.md)
- [Footprinting](https://digitalgarden.batamladen.com/notes/certificates/cpts/footprinting.md)
- [Domain Information](https://digitalgarden.batamladen.com/notes/certificates/cpts/footprinting/domain-information.md): (Infrastructure Based Enumeration)
- [Cloud Resources](https://digitalgarden.batamladen.com/notes/certificates/cpts/footprinting/cloud-resources.md): (Infrastructure Based Enumeration)
- [Staff](https://digitalgarden.batamladen.com/notes/certificates/cpts/footprinting/staff.md): (Infrastructure Based Enumeration)
- [FTP](https://digitalgarden.batamladen.com/notes/certificates/cpts/footprinting/ftp.md): (Host Based Enumeration)
- [CDSA](https://digitalgarden.batamladen.com/notes/certificates/cdsa.md): HTB Certified Defensive Security Analyst
- [Module 1 - Incident Handling](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling.md)
- [Incident Handling](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/incident-handling.md)
- [Cyber Kill Chain](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/cyber-kill-chain.md)
- [Incident Handling Process](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/incident-handling-process.md)
- [Preparation Stage (Part 1)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/preparation-stage-part-1.md)
- [Preparation Stage (Part 2)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/preparation-stage-part-2.md)
- [Detection & Analysis Stage (Part 1)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/detection-and-analysis-stage-part-1.md)
- [Detection & Analysis Stage (Part 2)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-1-incident-handling/detection-and-analysis-stage-part-2.md)
- [Module 2 - Security Monitoring & SIEM Fundamentals](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals.md)
- [SIEM definition & Fundamentals](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals/siem-definition-and-fundamentals.md)
- [Elastic Stack](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals/elastic-stack.md)
- [SOC](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals/soc.md)
- [MITTRE ATT\&CK](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals/mittre-att-and-ck.md)
- [SIEM visualization (5-8)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals/siem-visualization-5-8.md)
- [The Triaging Process](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-2-security-monitoring-and-siem-fundamentals/the-triaging-process.md)
- [Module 3 - Windows Events & Finding Evil](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-3-windows-events-and-finding-evil.md)
- [Windows Event Logs](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-3-windows-events-and-finding-evil/windows-event-logs.md)
- [Analyzing Evil With Sysmon & Event Logs](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-3-windows-events-and-finding-evil/analyzing-evil-with-sysmon-and-event-logs.md)
- [Event Tracing for Windows (ETW)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-3-windows-events-and-finding-evil/event-tracing-for-windows-etw.md)
- [Get-WinEvent](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-3-windows-events-and-finding-evil/get-winevent.md)
- [Module 4 - Threat Hunting](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting.md)
- [Threat Hunting Fundamentals](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting/threat-hunting-fundamentals.md)
- [The Threat Hunting Process](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting/the-threat-hunting-process.md)
- [Threat Hunting Glossary](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting/threat-hunting-glossary.md)
- [Threat Intelligence](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting/threat-intelligence.md)
- [Hunting for Stuxbot](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting/hunting-for-stuxbot.md)
- [Elastic Codes](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-4-threat-hunting/elastic-codes.md)
- [Module 5 - Understanding Log Sources and Investigating With Splunk](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-5-understanding-log-sources-and-investigating-with-splunk.md)
- [Introduction to Splunk](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-5-understanding-log-sources-and-investigating-with-splunk/introduction-to-splunk.md)
- [Introduction to Splunk Apps](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-5-understanding-log-sources-and-investigating-with-splunk/introduction-to-splunk-apps.md)
- [Intrustion Detection with Splunk](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-5-understanding-log-sources-and-investigating-with-splunk/intrustion-detection-with-splunk.md)
- [Detecting Attacker Behavior With Splunk Based On TTPs](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-5-understanding-log-sources-and-investigating-with-splunk/detecting-attacker-behavior-with-splunk-based-on-ttps.md)
- [Detecting Attacker Behavior With Splunk Based On Analytics](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-5-understanding-log-sources-and-investigating-with-splunk/detecting-attacker-behavior-with-splunk-based-on-analytics.md)
- [Module 6 - Active Directory](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory.md)
- [Introduction to Active Directory](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/introduction-to-active-directory.md)
- [Overview](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/overview.md)
- [Kerberoasting](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/kerberoasting.md)
- [AS-REProasting](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/as-reproasting.md)
- [GPP Passwords (Group Policy Preferences)](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/gpp-passwords-group-policy-preferences.md)
- [GPO](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/gpo.md)
- [Credientals Share](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/credientals-share.md)
- [Credentials in Object Properties](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/credentials-in-object-properties.md)
- [DCSync](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/dcsync.md)
- [Golden Ticket](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/golden-ticket.md)
- [Kerberos  Constrained Delegation](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/kerberos-constrained-delegation.md)
- [Print Spooler & NTLM Relaying](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/print-spooler-and-ntlm-relaying.md)
- [Coercing Attacks & Unconstrained Delegation](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/coercing-attacks-and-unconstrained-delegation.md)
- [Object ACLs](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/object-acls.md)
- [PKI - ESC1](https://digitalgarden.batamladen.com/notes/certificates/cdsa/module-6-active-directory/pki-esc1.md)
- [Learning Algorythm Types](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types.md)
- [Supervised ML](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml.md)
- [Linear Regression](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/linear-regression.md)
- [KNN](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/knn.md)
- [Decision Tree](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/decision-tree.md)
- [Random Forest](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/random-forest.md)
- [Support Vector Machine](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/support-vector-machine.md): Feature: supervised ; Common use: classification ; Output: class label ; Key Parameters: C(regularization), kernel, gamma
- [SVC](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/support-vector-machine/svc.md)
- [Linear Kernel](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/support-vector-machine/svc/linear-kernel.md)
- [Polynomial kernel](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/support-vector-machine/svc/polynomial-kernel.md)
- [RBF kernel](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/supervised-ml/support-vector-machine/svc/rbf-kernel.md)
- [Unsupervised ML](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/unsupervised-ml.md)
- [Isolation Forest](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/unsupervised-ml/isolation-forest.md): Anomaly Detection Algorithm
- [DBscan](https://digitalgarden.batamladen.com/notes/machine-learning/learning-algorythm-types/unsupervised-ml/dbscan.md): Clustering Algorithm
- [Data Exploration](https://digitalgarden.batamladen.com/notes/machine-learning/data-exploration.md)
- [Data Pre-Processing](https://digitalgarden.batamladen.com/notes/machine-learning/data-pre-processing.md)
- [Training & Testing Data](https://digitalgarden.batamladen.com/notes/machine-learning/training-and-testing-data.md)
- [Train-Test Split](https://digitalgarden.batamladen.com/notes/machine-learning/training-and-testing-data/train-test-split.md)
- [Cross Validation](https://digitalgarden.batamladen.com/notes/machine-learning/training-and-testing-data/cross-validation.md)
- [K-Fold Cross Val](https://digitalgarden.batamladen.com/notes/machine-learning/training-and-testing-data/cross-validation/k-fold-cross-val.md)
- [Feature engineering](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering.md)
- [Feeature Selection](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feeature-selection.md)
- [SelectKBest](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feeature-selection/selectkbest.md)
- [Feature extraction](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-extraction.md)
- [TF-IDF](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-extraction/tf-idf.md)
- [Feature Scaling](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-scaling.md)
- [Normalization](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-scaling/normalization.md)
- [Standardization](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-scaling/standardization.md)
- [Standard Scaler](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-scaling/standardization/standard-scaler.md)
- [Normalization vs Standardizatio](https://digitalgarden.batamladen.com/notes/machine-learning/feature-engineering/feature-scaling/normalization-vs-standardizatio.md)
- [ML techniques](https://digitalgarden.batamladen.com/notes/machine-learning/ml-techniques.md)
- [Anomaly Detection](https://digitalgarden.batamladen.com/notes/machine-learning/anomaly-detection.md)
- [Classification Raport](https://digitalgarden.batamladen.com/notes/machine-learning/classification-raport.md)
- [Basic Linux Commands](https://digitalgarden.batamladen.com/notes/linux/basic-linux-commands.md): Basic commands used in a linux terminal
- [SQL](https://digitalgarden.batamladen.com/notes/linux/sql.md)
- [MariaDB/MySQL](https://digitalgarden.batamladen.com/notes/linux/sql/mariadb-mysql.md): port: 3306
- [Managing Users & Groups](https://digitalgarden.batamladen.com/notes/linux/managing-users-and-groups.md)
- [Add user to sudoers](https://digitalgarden.batamladen.com/notes/linux/managing-users-and-groups/add-user-to-sudoers.md)
- [Create User](https://digitalgarden.batamladen.com/notes/linux/managing-users-and-groups/create-user.md)
- [File Systems](https://digitalgarden.batamladen.com/notes/computer-concepts/file-systems.md)
- [Fragmentation](https://digitalgarden.batamladen.com/notes/computer-concepts/file-systems/fragmentation.md)
- [Defragmentation](https://digitalgarden.batamladen.com/notes/computer-concepts/file-systems/defragmentation.md)
- [Metadata](https://digitalgarden.batamladen.com/notes/computer-concepts/metadata.md)
- [ISA](https://digitalgarden.batamladen.com/notes/computer-concepts/isa.md)
- [x86](https://digitalgarden.batamladen.com/notes/computer-concepts/isa/x86.md)
- [ARM](https://digitalgarden.batamladen.com/notes/computer-concepts/isa/arm.md)
- [Registers](https://digitalgarden.batamladen.com/notes/computer-concepts/isa/registers.md)
- [Intro](https://digitalgarden.batamladen.com/notes/reverse-engineering/soon....md)
- [Soon..](https://digitalgarden.batamladen.com/notes/malware-analysis/soon...md)

## WriteUps

- [Int](https://digitalgarden.batamladen.com/writeups/int.md)
- [All](https://digitalgarden.batamladen.com/writeups/htb-machines/all.md)
- [Bizness](https://digitalgarden.batamladen.com/writeups/htb-machines/bizness.md): Release: January 7; 2024 Difficulty: Easy; OS: Linux; Points: 20; Seasson: Seasson 4
- [Noxious](https://digitalgarden.batamladen.com/writeups/htb-shelock/noxious.md): Category: SOC ; Difficulty: Very Easy
- [Advent of Cyber 2025](https://digitalgarden.batamladen.com/writeups/thm-rooms/advent-of-cyber-2025.md)
- [Have you SIEM?](https://digitalgarden.batamladen.com/writeups/thm-rooms/advent-of-cyber-2025/have-you-siem.md)
- [Cyberapocalipse 2024](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2024.md)
- [Cyberapocalipse 2025](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025.md)
- [Blockchain](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/blockchain.md)
- [Web](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/web.md)
- [Whispers Of The Eldorian](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/web/whispers-of-the-eldorian.md)
- [OSINT](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/osint.md)
- [Coding](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/coding.md)
- [Summoners Incantation](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/coding/summoners-incantation.md)
- [Forensics](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/forensics.md)
- [Pwn](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/pwn.md)
- [Holmes CTF 2025](https://digitalgarden.batamladen.com/writeups/ctfs/holmes-ctf-2025.md)
- [The\_Watchman's\_Residue](https://digitalgarden.batamladen.com/writeups/ctfs/holmes-ctf-2025/the_watchmans_residue.md)
- [Patriot CTF 2025](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025.md)
- [OSINT/Where's Legally Distinct Waldo Four](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025/osint-wheres-legally-distinct-waldo-four.md): Find the building where Waldo is. The flag is the building from which this photograph was taken. The full building name is the flag. Seperate spaces with underscores.
- [OSINT/Waldo's Night Out](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025/osint-waldos-night-out.md)
- [HeroCTF v7](https://digitalgarden.batamladen.com/writeups/ctfs/heroctf-v7.md)
- [Forensics/ Operation Pensieve Breach - 1](https://digitalgarden.batamladen.com/writeups/ctfs/heroctf-v7/forensics-operation-pensieve-breach-1.md)
- [Pascal CTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/pascal-ctf-2026.md)
- [Crypto - XorD](https://digitalgarden.batamladen.com/writeups/ctfs/pascal-ctf-2026/crypto-xord.md): I just discovered bitwise operators, so I guess 1 XOR 1 = 1?
- [Crypto - Ice Creamer](https://digitalgarden.batamladen.com/writeups/ctfs/pascal-ctf-2026/crypto-ice-creamer.md)
- [0xFUN CTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/0xfun-ctf-2026.md)
- [Crypto - The Slot Whisperer](https://digitalgarden.batamladen.com/writeups/ctfs/0xfun-ctf-2026/crypto-the-slot-whisperer.md)
- [Crypto - Leonine Misbegotten](https://digitalgarden.batamladen.com/writeups/ctfs/0xfun-ctf-2026/crypto-leonine-misbegotten.md)
- [BITSCTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/bitsctf-2026.md)
- [Forensics - save me from this hell](https://digitalgarden.batamladen.com/writeups/ctfs/bitsctf-2026/forensics-save-me-from-this-hell.md)
- [EHAX CTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/ehax-ctf-2026.md)
- [power leak](https://digitalgarden.batamladen.com/writeups/ctfs/ehax-ctf-2026/power-leak.md)
- [let-the-penguin-live](https://digitalgarden.batamladen.com/writeups/ctfs/ehax-ctf-2026/let-the-penguin-live.md)
- [ApoorvCTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/apoorvctf-2026.md)
- [Crypto - Cable's Temporal Loop](https://digitalgarden.batamladen.com/writeups/ctfs/apoorvctf-2026/crypto-cables-temporal-loop.md)
- [OSINT - Utopia 1](https://digitalgarden.batamladen.com/writeups/ctfs/apoorvctf-2026/osint-utopia-1.md)
- [All](https://digitalgarden.batamladen.com/writeups/vutp/all.md)
- [Linux Forensics](https://digitalgarden.batamladen.com/writeups/vutp/linux-forensics.md): CTF made by Stanislav Atanasov
- [Forensic Labs 1](https://digitalgarden.batamladen.com/writeups/vutp/forensic-labs-1.md)
- [Forensic Labs 2](https://digitalgarden.batamladen.com/writeups/vutp/forensic-labs-2.md)

## Articles

- [All](https://digitalgarden.batamladen.com/articles/all.md): All of the articles
- [Protect Your Important Data (VeraCrypt)](https://digitalgarden.batamladen.com/articles/protect-your-important-data-veracrypt.md)
- [Tor & Dark Web in a Nutshell](https://digitalgarden.batamladen.com/articles/tor-and-dark-web-in-a-nutshell.md)
- [DLL hijacking](https://digitalgarden.batamladen.com/articles/dll-hijacking.md)
- [HTB CDSA](https://digitalgarden.batamladen.com/articles/htb-cdsa.md)
- [#Privacy](https://digitalgarden.batamladen.com/articles/privacy.md): All privacy related articles
- [#Dark Web](https://digitalgarden.batamladen.com/articles/dark-web.md): All Darkeb related articles
- [#Offensive](https://digitalgarden.batamladen.com/articles/offensive.md)
- [#HTB](https://digitalgarden.batamladen.com/articles/htb.md)

## Blog

- [All](https://digitalgarden.batamladen.com/blog/all.md)
- [Dead Pirate Society](https://digitalgarden.batamladen.com/blog/dead-pirate-society.md): 20.11.2025
- [Cybersecurity job landed!](https://digitalgarden.batamladen.com/blog/cybersecurity-job-landed.md)
- [AZ-900 cert](https://digitalgarden.batamladen.com/blog/az-900-cert.md): 12.05.2026

## Bookshelf

- [Intro](https://digitalgarden.batamladen.com/bookshelf/intro.md)
- [All Books](https://digitalgarden.batamladen.com/bookshelf/books/all-books.md)
- [1984](https://digitalgarden.batamladen.com/bookshelf/books/1984.md): George Orwell
- [ABC Murder](https://digitalgarden.batamladen.com/bookshelf/books/abc-murder.md): Agatha Christie
- [A Nearly Normal Family](https://digitalgarden.batamladen.com/bookshelf/books/a-nearly-normal-family.md)
- [Black Coffee](https://digitalgarden.batamladen.com/bookshelf/books/black-coffee.md)
- [Bridgerton I: The Duke and I](https://digitalgarden.batamladen.com/bookshelf/books/bridgerton-i-the-duke-and-i.md): Julia Quinn
- [Derviš i Smrt](https://digitalgarden.batamladen.com/bookshelf/books/dervis-i-smrt.md)
- [Hiding From The Internet](https://digitalgarden.batamladen.com/bookshelf/books/hiding-from-the-internet.md)
- [Hamlet](https://digitalgarden.batamladen.com/bookshelf/books/hamlet.md)
- [Ikigai](https://digitalgarden.batamladen.com/bookshelf/books/ikigai.md)
- [Inferno](https://digitalgarden.batamladen.com/bookshelf/books/inferno.md)
- [Lord of The Flyes](https://digitalgarden.batamladen.com/bookshelf/books/lord-of-the-flyes.md)
- [Man Named Otto](https://digitalgarden.batamladen.com/bookshelf/books/man-named-otto.md)
- [Picture of Dorian Gray](https://digitalgarden.batamladen.com/bookshelf/books/picture-of-dorian-gray.md)
- [Pride & Prejudice](https://digitalgarden.batamladen.com/bookshelf/books/pride-and-prejudice.md)
- [Surrounded by Idiots](https://digitalgarden.batamladen.com/bookshelf/books/surrounded-by-idiots.md)
- [Stranac](https://digitalgarden.batamladen.com/bookshelf/books/stranac.md)
- [Spiders Web](https://digitalgarden.batamladen.com/bookshelf/books/spiders-web.md)
- [The Cafe on the Edge of the World](https://digitalgarden.batamladen.com/bookshelf/books/the-cafe-on-the-edge-of-the-world.md)
- [The Tenant of Wildfell Hall](https://digitalgarden.batamladen.com/bookshelf/books/the-tenant-of-wildfell-hall.md)
- [The Great Gatsby](https://digitalgarden.batamladen.com/bookshelf/books/the-great-gatsby.md)
- [The Strange Case of Dr.Jekyll & Mr.Hyde](https://digitalgarden.batamladen.com/bookshelf/books/the-strange-case-of-dr.jekyll-and-mr.hyde.md)
- [Wuthering Heights](https://digitalgarden.batamladen.com/bookshelf/books/wuthering-heights.md): Emily Brontë
- [Waiting for Godot](https://digitalgarden.batamladen.com/bookshelf/books/waiting-for-godot.md)
- [Self Portrait](https://digitalgarden.batamladen.com/bookshelf/art/self-portrait.md): 15.09.2022
- [Tommy Shelby](https://digitalgarden.batamladen.com/bookshelf/art/tommy-shelby.md): 27.02.2022
- [Pennywise](https://digitalgarden.batamladen.com/bookshelf/art/pennywise.md): 12.09.2020
- [The Blonde](https://digitalgarden.batamladen.com/bookshelf/art/the-blonde.md): 02.04.2021
- [The Brunette](https://digitalgarden.batamladen.com/bookshelf/art/the-brunette.md): 22.05.2024
- [Lil Peep](https://digitalgarden.batamladen.com/bookshelf/art/lil-peep.md): 01.11.2019
- [James Hatfield](https://digitalgarden.batamladen.com/bookshelf/art/james-hatfield.md): 28.03.2020
- [La Casa](https://digitalgarden.batamladen.com/bookshelf/art/la-casa.md): 25.04.2020
- [Joker](https://digitalgarden.batamladen.com/bookshelf/art/joker.md): 22.12.2020
- [Perl At The Sea](https://digitalgarden.batamladen.com/bookshelf/art/perl-at-the-sea.md): 14.10.2025


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://digitalgarden.batamladen.com/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
