Comptia CySA + Review

I recently sat for the Comptia CySA+ exam, and was pleasantly surprised at the technical material covered. What is it? Comptia started offering a new certification in June of 2017 that focuses on Blue Team/defensive information security and incident response.  The CySA+ was recently recognized by the DOD to cover the Cyber Security Provider (CSSP) …

Hide Messages With Ulterior

While working on a CTF a couple of weeks ago I ran across a challenge that required inspecting a web app. The page had one line of visible text, however the source showed many repeating patterns of characters(‌​) Say “Hello” to zero-width characters. These characters are called non-printing characters so they are not visible while …

Building PenTest Framework in AWS

Building your Command & Control environment from the cloud not only allows easy management of instances, but also provides scaling as needed.  This guide will show how to build a ubuntu server in AWS, and then download and install the PenTest Framework. Create an AWS account. Under Instances -> Select Launch Instance Within the Quick …

Malware Analysis – FLARE-VM

Malware analysis, like many other areas of information security, has an overload of tools and custom scripts.  With so many options it is difficult to stay on top of the most current useful tools for doing static/dynamic malware analysis.  I stumbled across a great resource recently and wanted to share.  Check out FireEye’s flare-vm. This …

Why…TP-LINK…Why?

Due to recent hardware failure, I have been on the market for a new switch to replace my CISCO 24 port.  I wanted something a bit smaller, that would still allow management features such as VLAN, QOS, Port monitoring, etc.  With these requirements in mind, I found a good deal on a TP-Link TL-SG1016DE.  This …

Set up SSL certificates for your web applications!

Preventing messages and communication from being intercepted between two machines is a requirement in today’s IT infrastructure.  In order to secure your communications between a server and client, encryption is required.  TLS is the current standard.  This walk-through will help install and configure SSL/TLS certificates on a Cent OS 7 machine.  Check out the CentOS …

Light Up CentOS 7, with the LAMP Stack!

What is the LAMP stack?  This acronym was given because of a common group of services installed commonly for web applications: Linux, Apache, MySQL, and PHP.  Before we install this group of open source services, if you need help installing CentOS 7, follow my walkthrough here. 1.Install Apache sudo yum install httpd 2.Install the database …

How I Passed the CISSP

I recently passed the examination in March 2018.  This entire experience has helped me understand security at a foundation level, and I expect this knowledge to greatly benefit my career. The CISSP or Certified Information Systems Security Professional is an information security certification that has had many mixed opinions in the security community.  This mixed …