← Back to list

SecKC-MHN-Globe by n0xa

Your own cyber-atack realtime map!

JJ Gallego · 2025-08-24 18:22 · 16 claps · 1.5 min read
#honeypot #cybersecurity #linux #raspberry-pi #cyberattack
Open on Medium ↗
Wiki topics: 🔒 · Cybersecurity 🔓 · Open Source

SecKC-MHN-Globe by n0xa

Your own cyber-atack realtime map!

This is a project I came across through n0xa’s Instagram. He himself describes it as:

Terminal-based application displaying a rotating 3D ASCII globe with a live dashboard of incoming connection attempts. Connects to HPFeeds (honeypot data feeds) to show real-time attack data from security honeypots worldwide. **https://github.com/n0xa/SecKC-MHN-Globe**

We’ve already discussed **how to set up your own honeypot with DShield, which is essentially a small “trap” designed to lure hackers. This programme is a real-time visualisation tool for cyberattacks captured by honeypots**. Its main purpose is to display, on a 3D globe, where intrusion attempts originate from and where they are directed.

By default, the map shows attacks coming from the SecKC MHN Dashboard, but it is also possible to use the **Internet Storm Centre feed** to access a greater amount of information.

Installation on arm64 (Raspberry Pi):

# 1. Go to the home directory
cd ~

# 2. Download Go (version 1.22.5 for ARM64)
wget https://go.dev/dl/go1.22.5.linux-arm64.tar.gz

# 3. Remove any previous installation of Go (if it exists)
sudo rm -rf /usr/local/go

# 4. Extract the downloaded archive into /usr/local
sudo tar -C /usr/local -xzf go1.22.5.linux-arm64.tar.gz

# 5. Configure the PATH environment variable
echo 'export PATH=/usr/local/go/bin:$PATH' >> ~/.profile

# 6. Apply the changes to the current session
source ~/.profile

# 7. Verify that Go was installed correctly
go version

# 8. Clone the SecKC-MHN-Globe repository
git clone https://github.com/n0xa/SecKC-MHN-Globe.git

# 9. Enter the project directory
cd SecKC-MHN-Globe

# 10. Resolve dependencies
go mod tidy

# 11. Compile the programme
go build SecKC-MHN-Globe.go

# 12. Run the compiled programme
./SecKC-MHN-Globe


메타데이터
post_id
d896f2a9036d
slug
seckc-mhn-globe-by-n0xa-d896f2a9036d
url
https://medium.com/@josejgp/seckc-mhn-globe-by-n0xa-d896f2a9036d
canonical_url
https://medium.com/@josejgp/seckc-mhn-globe-by-n0xa-d896f2a9036d
author_url
https://medium.com/@josejgp
status
ok
fetched_at
2026-06-14 11:28:49