# AJ-Labz

## AJ-Labz

- [whoami](https://aj-labz.gitbook.io/aj-labz/master.md): We are a couple of ricks who have been building a multi-home lab to learn many different aspects of cybersecurity.
- [Building the Lab](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab.md)
- [Physical Hardware](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/physical-hardware.md): The proverbial "portal gun" allowing us access out of C-137 (or replacement) and enter the world of virtualization.
- [ESXi](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/esxi.md): Installing ESXi Hyper-visor on top of dell R710
- [Install ESXi without a keyboard](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/esxi/install-esxi-without-a-keyboard.md): so you bought an old server and got stuck with idrac6 huh? fancy gaming keybaord not recognized? No worries.
- [vCenter Server Installation](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/vcsa.md): https://docs.vmware.com/en/VMware-vSphere/6.7/vsphere-vcenter-server-67-installation-guide.pdf
- [Configure vCenter Datacenter](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/configure-vcenter-datacenter.md)
- [Virtual Networking](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/virtual-networking.md)
- [Install Virtual Machine](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/install-virtual-machine.md)
- [Install Virtual Firewall](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/install-virtual-firewall.md)
- [Increasing VM Harddrive size](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-lab/increasing-vm-harddrive-size.md)
- [Building the Windows Domain](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-the-windows-domain.md)
- [Building a Local DNS Server](https://aj-labz.gitbook.io/aj-labz/building-the-lab/building-a-local-dns-server.md)
- [Installing Apache Guacamole](https://aj-labz.gitbook.io/aj-labz/building-the-lab/installing-apache-guacamole.md)
- [Installing WireGuard VPN](https://aj-labz.gitbook.io/aj-labz/building-the-lab/installing-wireguard-vpn.md): WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive hea
- [Industrial Control Systems (ICS)](https://aj-labz.gitbook.io/aj-labz/building-the-lab/industrial-control-systems-ics.md)
- [Analytic Repo](https://aj-labz.gitbook.io/aj-labz/analytic-repo.md): Just a list of analytics developed over time that the rick counsel has played with
- [Beacon Detection](https://aj-labz.gitbook.io/aj-labz/analytic-repo/beacon-detection.md): Little becon detection analytic that the Ricks created
- [Creating an SIEM](https://aj-labz.gitbook.io/aj-labz/creating-an-siem.md)
- [Installing Security Onion (SO)](https://aj-labz.gitbook.io/aj-labz/creating-an-siem/installing-security-onion-so.md)
- [Splunk](https://aj-labz.gitbook.io/aj-labz/creating-an-siem/installing-splunk.md): REF: https://github.com/packetiq/SplunkArchitect/blob/master/Install-and-Configure-Splunk-Enterprise-Components.md
- [Getting the Windows Data You Need](https://aj-labz.gitbook.io/aj-labz/creating-an-siem/getting-the-windows-data-you-need.md): Quick overview of the Windows Data you need
- [Zeek || Bro](https://aj-labz.gitbook.io/aj-labz/zeek-or-or-bro.md)
- [Bro/Zeek Script](https://aj-labz.gitbook.io/aj-labz/zeek-or-or-bro/writing-a-bro-zeek-script.md)
- [Installing Protocol Analyzers](https://aj-labz.gitbook.io/aj-labz/zeek-or-or-bro/installing-parser.md)
- [Cobalt Strike Red Team Cheat Sheet](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/cobalt-strike-red-team-cheat-sheet.md): basic commands and tools to use during an engagement
- [Defense Evasion](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion.md): Just a collection of evasion techniques and templates
- [Evading Defender with CobaltStrike](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evading-defender-with-cobaltstrike.md): quick guide to evading Defender (as of 26 May 202)
- [Disable AV](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/disable-av.md)
- [AMSI Bypass](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/amsi-bypass.md)
- [Evade Heuristic Behaviors](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evade-heuristic-behaviors.md)
- [Process Injection](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evade-heuristic-behaviors/process-injection.md)
- [Process Hollowing](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evade-heuristic-behaviors/process-hollowing.md)
- [Reflection](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evade-heuristic-behaviors/reflection.md)
- [AppLocker Bypass](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evade-heuristic-behaviors/applocker-bypass.md)
- [Powershell CLM Bypass](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/evade-heuristic-behaviors/powershell-clm-bypass.md)
- [Linux Shellcode Encoders](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/defense-evasion/linux-shellcode-encoders.md): Bypass Linux AV with C
- [AD Enumeration](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-enumeration.md): Just some rick references for active directory enumeration
- [AD Tools](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-enumeration/ad-tools.md): Just some neat tools
- [PowerView](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-enumeration/powerview.md)
- [BloodHound](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-enumeration/bloodhound.md)
- [DAFT Commands](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-enumeration/daft-commands.md)
- [Enumeration Commands](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-enumeration/enumeration-commands.md)
- [AD Attack](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-attack.md)
- [Prompt for Credentials](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-attack/prompt-for-credentials.md)
- [LAPS Reader](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-attack/laps-reader.md)
- [Abusing ACLs](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/ad-attack/abusing-acls.md)
- [Command and Control](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/command-and-control.md)
- [Covenant Framework](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/command-and-control/covenant-framework.md)
- [Simple HTTPS Server](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/command-and-control/simple-https-server.md): Reference for Simple HTTPS Server
- [Linux](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux.md)
- [Shells](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux/shells.md)
- [Impacket](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux/impacket.md)
- [SSH](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux/ssh.md): SSH Persistence and Hijacking
- [Kerberos Cache File](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux/kerberos-cache-file.md)
- [Ansible](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux/ansible.md)
- [Privilege Escalation](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/linux/privilege-escalation.md)
- [Phishing](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/phishing.md): Credential Gathering - Phishing with Go Phish
- [LNK Script](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/phishing/lnk-script.md)
- [Wireless Attacks](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/wireless-attacks.md): Oldie but a goodie
- [Create a Trojan](https://aj-labz.gitbook.io/aj-labz/offensive-cyberz/create-a-trojan.md)
- [Recommended Readings](https://aj-labz.gitbook.io/aj-labz/cyber-readingz/recommended-readings.md)
