Malware Detection using VirusTotal and Wazuh
In this lab, I will build off the agent from the previous lab and add VirusTotal to detect malware in real-time. Detecting and eliminating malware is crucial to maintaining system…
Shayne Patel Cybersecurity Portfolio
Stay updated on my projects as these will be updated from time to time!
In this lab, I will build off the agent from the previous lab and add VirusTotal to detect malware in real-time. Detecting and eliminating malware is crucial to maintaining system…
In this Home-Lab setup, I go through the tasks to set up a Wazuh platform, onboard the Windows agent, and implement a File Integrity monitoring use case. My goal was…
Recently, I’ve been learning more about Red Team tools and have started to apply them in practice. The perspective of learning the offensive side has given me much more of…
In this project, I combined the IDS and IPS capabilities of Suricata with a Python daemon to act as a firewall and block specific traffic after alerts generate. This consisted…
This short project of writing and managing a daemon will provide many benefits for me going forward in any setting. Although this particular daemon will showcase the ability of a…
This lab project from the Google Cybersecurity Course updates a file using a Python algorithm. This showcases some more technical knowledge and automation using Python. As you follow along, I’ll…
This Linux project was when I was getting my Google’s Cybersecurity Certificate. The course had many hands on labs paired up with the content for learning’s. As you follow along,…
This project utilizes Python to make a keylogger, a common tool used by many hackers to track keystrokes of a user. There are many ways to go about this, especially…
Hello! In this project, I used tools such as tcpdump and Wireshark to capture and analyze packets for a cleartext password using a purposeful unencrypted site. Obviously, almost all data…
In this post, I will be going over a summarized version of how I set up my own, but most importantly, secure self-hosted WordPress server using Digital Ocean. My first…