Cybersecurity is more critical than ever. Organizations, developers, and hobbyists constantly seek tools to identify vulnerabilities in web applications and networks. But what if you could create a lightweight, customizable vulnerability scanner yourself? Enter VulnScanner—a Python-based tool designed to detect common web and network vulnerabilities and generate detailed HTML reports. In this blog post, we’ll […]
Blog posts
Today, we’ll be taking a break from our normal blog posts, and talk about how a job interview turned out to be a malicious attempt, and how I uncovered it.
In today’s digital world, password security is more important than ever. Weak or easily guessable passwords are a common cause of data breaches, hacked accounts, and unauthorized access. Fortunately, generating a secure, random password doesn’t have to be complicated—especially if you know a bit of Python! In this post, we’ll be creating a short Python […]
Post coming soon!
Hello everyone and Happy Holidays! Today, we will be creating a python tool that takes file samples, extracts metadata such as hashes, strings, and file size, to automatically check them against VirusTotals’ database. This automation tool will be using Virus Total’s API key, so we will be able to do this all from a terminal. […]
Welcome back to setting up our Azure Environment for hands on experience with Sentinel. In our last blog post, we deployed our API, but today, we will be installing and enabling Data Connectors to bring in alerts and other things into Sentinel. If you haven’t read the previous posts, you will need to in order […]
Hello again! Today we will be configuring our Sentinel Playbook to use with our newly created Sentinel environment. If you haven’t done part 1 or part 2 yet, I suggest going back now and coming to this at a later time. In this blog post, we will configure a Playbook. You might be wondering what […]
Deploying Azure Sentinel
Welcome back! Here, we will be deploying Azure Sentinel, configuring and managing the cloud environment. If you haven’t already created your Log Analytics workspace, go ahead and check the last blog post to get it set up. Navigate to the Azure Portal and login with your account. In the top search bar, type Sentinel, and […]
Welcome back! Today, we will be creating an Azure Environment, and properly configuring it so it is ready to deploy Azure Sentinel in our next blog post so stay tuned! First, we are going to need to create an Azure account if you don’t already have one. A free tier account is more than sufficient […]
The Target Data Breach is one of the most notorious cybersecurity incidents in recent cybersecurity history affecting over millions of customers and being a stepping stone to more robust security measures. And today we’re going to dive into that. Incident Overview: In September 2013, cybercriminals used an email based phishing scam to trick an employee […]