Reverse Engineer Assembly: Flags and Memory Addressing
Flags are special indicators used by the processor to signal the outcome of operations, these are stored in a special register called the flags...
Different Types of Firewalls Explained (WAF, HBF, NBF, NGFW)
Web Application Firewall (WAF)
It’s a Firewall that operates at the Application Layer (Layer 7 OSI) that’s designed to monitor, filter and block HTTP/HTTPS traffic...
Risk, Vulnerability and Threats
In cybersecurity, understanding the differences between risk, vulnerability, and threats is crucial for effective risk management and mitigation.
Risk
This is the potential loss, damage or...
Load Balancing
Load balancing is a process used to distribute network or application traffic across multiple servers, ensuring no single server becomes overwhelmed. Improving responsiveness and...
Simple Concepts of Reverse Engineering
Reverse engineering in cybersecurity involves analysing software, systems, or hardware to understand their design, functionality and behaviour. The goal is often to uncover vulnerabilities,...
Wi-Fi Standards and Protocols
802.11 Wi-Fi Standards
These refer to a set of standards for wireless local area network (WLAN) communication, developed by IEEE (Institute of Electrical and Electronics...
Access Controls
Access controls are mechanisms that manage how resources are accessed and by whom. Here are some common types of access controls:
Role-Based Access Control (RBAC)
Permissions...
TCP Flags Guide
Here’s a breakdown of each TCP flag with its purpose and for what’s used.
SYN (Synchronize) - Initiates a connection between two hosts. It’s the...
Reverse Engineer – Assembly Basics
Assembly is a low-level programming language that provides a way to write instructions that the CPU can execute directly, it’s closely related to machine...
Detection Engineering and Its Types
This aspect of cybersecurity focuses on developing methods and strategies to detect malicious activities within an organization’s network and systems. It involves creating, deploying,...