Cybersecurity Homelab for Dectection and Monitoring

Cybersecurity homelab for dectection & monitoring Building a cybersecurity homelab for detection & monitoring This homelab will help you apply concepets used in real-world large-scale/enterprise infrastructe What is a homelab A homelab is a place where you can safely do experiments without messing anything up Content installing VMware Workstation as hypervisor Configuring Pfsense firewall for network segmentation & security Configuring Security Onion as an all-in-one IDS, Security, and Log Management solution Configuring Kali Linux as an attack machine Configuring Windows Server 2019 as a DC Configuring Windows server Configuring Splunk Downloading & installing vmware workstation pro VMware workstation pro...

October 7, 2022 · 6 min

Uptime Kuma

uptime-kuma UPTIME-KUMA What is Uptime-Kuma? Uptime-Kuma is a self-hosted monitoring tool. I will say at first I thought this was dumb. Why would I need a uptime monitor system? When I run it just to give it a chance I fell in love with it because of one feature. The feature notification. You can send notification to email, discord, telegram, and etc. What are the ways to install it. You can install using docker, install script, or build it....

October 7, 2022 · 2 min

Sata Cable Hack

SATA CABLE HACK What is a SATA cable SATA(Serial Advanced Technology Attachment) cable is an IDE standard first released in 2001 for connecting devices like optical drives and hard drives to the motherboard How does the hack work The SATA cable interfaces can emit radio signal during certain read and write operation. This will main be used in air-gap system because this systems do not have wireless connection.An attacker can use malware to hijack legitimate software process to preform vert specific read/wire functions that reflect the contents of the data that the attacker wants....

October 7, 2022 · 2 min

Pfsense Opendns

What is OpenDNS? OpenDNS is a DNS sinkhole. This allows you to stop people from going to certain sites that you don’t want them to go to. There is two version of OpenDNS called Umbrella this is the enterprise version and cost money. We will be using the consumer version called OpenDNS home. First you need to set up an account. You will need an email address, password, and public IP....

October 7, 2022 · 2 min

Pihole

PiHole Pi-Hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. This allows you to block unwanted stuff and websites on your private network.DNS Sinkhole is a mechanism aimed at protecting users by intercepting DNS request attempting to connect to known malicious or unwanted domains and returning a false, or rather controlled IP address....

October 7, 2022 · 3 min