GRE Tunnels in Modern Networking

In the world of modern networking, flexibility, security, and efficiency are paramount. As the Internet continues to evolve, so do the methods by which data is transmitted across complex infrastructures. One such method is the use of Generic Routing Encapsulation (GRE) tunnels. In this article, we’ll explain what a GRE tunnel is, how it works, Read More …

North Korea infiltrates crypto markets

N. Korea infiltrates crypto markets Google Gemini However, I can provide you with general information about North Korea’s involvement in the cryptocurrency industry, which is a widely reported topic: Sanctions Evasion: North Korea faces strict international sanctions due to its nuclear weapons program. Cryptocurrency offers a way to bypass traditional financial systems and evade these Read More …

Conference Video – Offensive Countermeasures: Still trying to bring sexy back

Why is it that the Hackers and Penetration Testers get to have all of the “sexy” fun? In this presentation we will cover some cool tricks to confuse, block or mislead attackers. Penetration testers may be angered during this presentation as we will describe how to make their lives difficult. The term “hacking back” will Read More …

Decoupling CI/CD from deployment

Decoupling CI/CD from deployment allows teams to build, test, and deploy code changes independently, offering more flexibility and control over releases, enabling faster feedback loops and risk reduction. Why Decouple? Improved Control and Stability: By separating deployment (moving the code to production) from release (making the code available to users), teams can deploy new versions of Read More …

What is Network Address Translation

Network Address Translation (NAT) is a method used in networking to modify the IP address information in the headers of data packets as they traverse a router. NAT allows multiple devices on a local network to share a single public IP address, facilitating efficient use of IP address space and adding a layer of security Read More …

What is a VPN?

A Virtual Private Network, commonly referred to as a VPN, is a technology that creates a secure and encrypted connection between your device and the internet. It acts as a private tunnel for your online activities, shielding them from prying eyes and potential cyber threats. Originally developed to enable secure communication within corporate networks, VPNs Read More …

Conference Video – Fantastic OSINT and where to find it

Open-Source security intelligence is bountiful if you know where to look. The goal of my talk is show you where to find this data, how to utilize it, and how the data you find can be enriched through free and/or commercial tools.

UDP and Its Role in Online Communication

The User Datagram Protocol (UDP) is one of the foundational protocols of the internet, widely used for applications where speed and efficiency are prioritized over reliability. This article explores what UDP is, how it works, and why it is often chosen over Transmission Control Protocol (TCP) for specific use cases, particularly in online communication and Read More …