Security Blog — Network Security

Cybersecurity research, vulnerability analysis, and practical security insights.

How to Check DNS History on Linux, Mac
Network Security

How to Check DNS History on Linux, Mac

Understanding a domain's past DNS configurations is vital for security investigations. A dns history lookup reveals changes in IP addresses, nameservers, and mail servers over time. This information...

Jul 12, 2026 8 min read
Installing and Configuring Bro NIDS on CentOS 6
Network Security

Installing and Configuring Bro NIDS on CentOS 6

Bro is an open source Unix based network monitoring framework. Often compared to a Network intrusion detection systems (NIDS), Bro can be used to build a NIDS but is much more. Bro can also be used...

Jul 06, 2026 8 min read
Setting up Security Onion — Intrusion Detection and Network Security Monitoring
Network Security

Setting up Security Onion — Intrusion Detection and Network Security Monitoring

Setting up a properly installed and well-tuned IDS/IPS system can be time consuming. If you have ever tried to set up a fully-functional Snort system, you are familiar with the time it requires. If...

Jul 06, 2026 5 min read
Running Wireshark with a Non-Root User in Kali Linux
Network Security

Running Wireshark with a Non-Root User in Kali Linux

Wireshark  is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named Ethereal,...

Jul 06, 2026 4 min read
Anonymous Scanning with Nmap in Kali Linux
Network Security

Anonymous Scanning with Nmap in Kali Linux

Anonymizing your connection is one the main requirements you need to do when you want to do bad things. When you going to scan a website or target host for vulnerabilities undetected so that...

Jul 06, 2026 5 min read
Easy Information Gathering with Maltego in Kali Linux
Network Security

Easy Information Gathering with Maltego in Kali Linux

Maltego, is an open source intelligence and forensics application. This is a GUI tool so looks different. Maltego is an information gathering tool that allows you to visually see relationships and...

Jul 06, 2026 3 min read
T-Mobile IMEI Blacklist Lookup Guide for Admins
Network Security

T-Mobile IMEI Blacklist Lookup Guide for Admins

This guide details the process to perform a t-mobile imei check blacklist. Blacklisted devices cannot use T-Mobile services. Verifying a device's status protects against purchasing stolen or...

May 31, 2026 11 min read
Reverse DNS Lookup How-To on Linux, macOS, and Windows
Network Security

Reverse DNS Lookup How-To on Linux, macOS, and Windows

The reverse DNS lookup command translates an IP address into a domain name. This process is crucial for network diagnostics, email server validation, and security investigations. Understanding which...

May 26, 2026 7 min read
DNS Lookup Command A Step-by-Step Guide
Network Security

DNS Lookup Command A Step-by-Step Guide

A dns lookup cmd is fundamental for security professionals. You uncover critical network information, identify potential misconfigurations, and map attack surfaces. DNS records reveal domain...

May 25, 2026 8 min read
PowerShell DNS Lookup A Quick Step-by-Step Guide
Network Security

PowerShell DNS Lookup A Quick Step-by-Step Guide

Perform a powershell dns lookup directly from your command line. This guide provides step-by-step instructions for querying various DNS record types using PowerShell's Resolve-DnsName cmdlet. What...

May 24, 2026 8 min read