Banking Technology & Cybersecurity: Real-World Engineering

👁 4 views

Fraud systems, payments engineering, banking malware, and what building secure financial technology looks like inside one of Africas largest retail banks.

Most Popular Newest
Sponsored
AI Writes Your SEO in Seconds
Auto-write meta descriptions · Schema · Redirects · 100% free
Try Free →
21 Nov 2025 Cyber 👁 65 views

NMAP + Claude MCP: 20 Vulnerability Scans on macOS

Introduction NMAP (Network Mapper) is one of the most powerful and versatile network scanning tools available for security professionals, system administrators, and ethical hackers. When combined with Claude through the Model Context Protocol (MCP), it becomes an even more powerful tool, allowing you to leverage AI to intelligently analyze scan results, suggest scanning strategies, and […]

Read more →
24 Nov 2025 Artificial Intelligence 👁 65 views

Memgraph & Claude Desktop: Detect Mule Accounts on macOS

1. Introduction This guide walks you through setting up Memgraph with Claude Desktop on your laptop to analyze relationships between mule accounts in banking systems. By the end of this tutorial, you’ll have a working setup where Claude can query and visualize banking transaction patterns to identify potential mule account networks. Why Graph Databases for […]

Read more →
16 Sep 2025 Cyber 👁 65 views

SYN Flood Testing With hping3: Parallel Processes Guide

A SYN flood test using hping3 that allows you to specify the number of SYN packets to send and scales horizontally with a specific number of processes can be created using a Bash script with the xargs command. This approach allows you to distribute the workload across multiple processes for better performance. The Script This […]

Read more →
22 Dec 2025 Cyber 👁 64 views

CVE-2024-3094: Detecting the XZ Utils SSH Backdoor

Executive Summary CVE-2024-3094 represents one of the most sophisticated supply chain attacks in recent history. Discovered in March 2024, this vulnerability embedded a backdoor into XZ Utils versions 5.6.0 and 5.6.1, allowing attackers to compromise SSH authentication on Linux systems. With a CVSS score of 10.0 (Critical), this attack demonstrates the extreme risks inherent in […]

Read more →
25 Feb 2021 Cyber 👁 63 views

SYN Flood Testing with hping3: A Practical Guide

Getting an application knocked out with a simple SYN flood is both embarrassing and avoidable. Its also very easy to create a SYN flood and so its something you should design against. Below is the hping3 command line that I use to test my services against SYN floods. I have used quite a few mods, […]

Read more →
25 Jan 2023 Cyber 👁 62 views

Scan Your Local Network With Nikto and Nmap on macOS

Nikto is becoming one of my favourite tools. I like it because of its wide ranging use cases and its simplicity. So whats an example use case for Nikto? When I am bored right now and so I am going to hunt around my local network and see what I can find… Now lets pop […]

Read more →
12 May 2021 Corporate Culture 👁 59 views

Why Least Privilege Security Is a Lie: 3 Root Causes

In technology, there is a tendency to solve a problem badly by using gross simplification, then come up with a catchy one liner and then broadcast this as doctrine or a principle. Nothing ticks more boxes in this regard, than the principle of least privileges. The ensuing enterprise scale deadlocks created by a crippling implementation […]

Read more →
25 Aug 2022 Cyber 👁 56 views

Fix SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

If the fingerprint of your remote host changes you will see the following error message appear: There are many ways to fix this. The easiest of which is simply to delete your “known_hosts” file. This will mean you just need to accept new finger prints on all your SSH hosts. Yes, this is very lazy…

Read more →
20 Dec 2025 Cyber 👁 56 views

HTTP/2 Rapid Reset CVE-2023-44487: Test Your Server on macOS

Introduction In August 2023, a critical zero day vulnerability in the HTTP/2 protocol was disclosed that affected virtually every HTTP/2 capable web server and proxy. Known as HTTP/2 Rapid Reset (CVE 2023 44487), this vulnerability enabled attackers to launch devastating Distributed Denial of Service (DDoS) attacks with minimal resources. Google reported mitigating the largest DDoS […]

Read more →
24 Feb 2026 Cyber 👁 54 views

Quantum Computing Threat to Encryption: What You Must Know

Published on andrewbaker.ninja | Enterprise Architecture & Banking Technology There is a quiet revolution happening in physics laboratories around the world, and most of the people who should be worried about it are not paying attention yet. That is about to change. Quantum computing is advancing faster than anyone predicted five years ago, and when […]

Read more →
02 Feb 2023 Cyber 👁 48 views

Check SPF, DKIM and DMARC Email Security DNS Records

There are three basic ways to secure email, these are: Sender Policy Framework (SPF), Domain Keys Identified Mail (DKIM), Domain-based Message Authentication, Reporting & Conformance (DMARC) definitions. Lets quickly discuss these before we talk about how to check if they have been setup: SPF helps prevent spoofing by verifying the sender’s IP address SPF (Sender […]

Read more →
18 Oct 2016 Cyber 👁 46 views

The DAO Ethereum Recursion Bug: How the Hack Worked

If you found my article, I would consider it a reasonable assumption that you already understand the importance of this

Read more →