main
▲
╱ ╲
╱ ╲
╱ ◉ ╲
╱ ╱ ╲ ╲
╱ ╱ ╲ ╲
╱━━━━━━━━━━━╲
╱ ╲
╱ ╲
╱ 𓂀 𓃣 𓁹 ╲
━━━━━━━━━━━━━━━━━━━━━
E Y E O F A N U B I S
𓂀 Global OSINT Intelligence Dashboard
The Eye sees all. Real-time satellite tracking, BGP hijacks, GPS jamming,
maritime intelligence, submarine bases, CVEs, ransomware, and more.
𓁹 Intelligence Modules
🛰 Orbital
⚡ Network
🔴 Threat Intel
|
⚓ Maritime
📡 Signals
🔗 Infrastructure
|
𓃣 Map Controls
┌─────────────────────────────────────────────────────────┐
│ │
│ SCROLL WHEEL ──── Zoom in/out │
│ CLICK + DRAG ──── Pan the map │
│ DOUBLE CLICK ──── Zoom to point │
│ CLICK COUNTRY ─── Intelligence card │
│ CLICK ANY DOT ─── Info popup (sats, events, vessels) │
│ + / − / RESET ─── Zoom controls (bottom-left) │
│ │
└─────────────────────────────────────────────────────────┘
𓂀 Layer Toggles
Toggle any combination of data layers on the map:
┌─────┐ ┌─────┐ ┌──────────┐ ┌────────┐ ┌──────┐ ┌────────┐
│ LEO │ │ GEO │ │ MILITARY │ │ DEBRIS │ │ ARCS │ │ EVENTS │
└─────┘ └─────┘ └──────────┘ └────────┘ └──────┘ └────────┘
┌────────┐ ┌─────────┐ ┌────────┐ ┌──────────┐ ┌───────────┐
│ CABLES │ │ FLIGHTS │ │ SHODAN │ │ MARITIME │ │ SUB BASES │
└────────┘ └─────────┘ └────────┘ └──────────┘ └───────────┘
⚙️ Header Controls
| Button | Function |
|---|---|
SCAN: ON/OFF |
Toggle CRT scanline overlay |
THEME: DARK/MATRIX |
Dark mode ↔ green-on-black terminal |
FULLSCREEN |
Browser fullscreen mode |
SOUND: ON/OFF |
Audio feedback — each event type has a distinct tone |
TIMELINE |
24h incident timeline bar |
EXPORT |
Download map as timestamped PNG |
🚀 Quick Start
# Clone
git clone https://git.churchofmalware.org/Anubisdarkwatch/EyeOfAnubis.git
# Open
cd eye-of-anubis
open index.html
# Or serve locally
python3 -m http.server 8080
Zero dependencies. Zero build step. One file. Open it.
🌐 Repository
Hosted on Gitea at git.churchofmalware.org/Anubisdarkwatch/EyeOfAnubis
To self-host, just serve index.html from any web server — or simply open the file directly in a browser.
📡 Data Sources
All feeds are public and open source — no API keys required:
| Source | Data | Refresh |
|---|---|---|
| CelesTrak | Satellite TLE orbital data | 5 min |
| Cloudflare Radar | BGP hijacks, DDoS | 10 min |
| GPSJam | GPS interference zones | Daily |
| NIST NVD | Critical CVEs | 30 min |
| USGS | Seismic events | 10 min |
| wheretheiss.at | ISS live position | 5 sec |
| IMB PRC | Piracy incident reports | Feed |
| FAS.org | Submarine base intel | Static |
| GlobalSecurity.org | Military facility data | Static |
| TeleGeography | Submarine cable routes | Static |
| OpenSky Network | Flight tracking / ADS-B | Feed |
🏗 Architecture
eye-of-anubis/
│
├── index.html ← The entire dashboard (single file, ~400KB)
│ ├── Inline CSS ← Dark terminal aesthetic, all responsive
│ ├── Inline GeoJSON ← 177 countries baked in (no external fetch)
│ ├── D3.js (CDN) ← Map projection + zoom
│ └── Vanilla JS ← All feeds, layers, popups, sounds
│
├── README.md
├── LICENSE (MIT)
└── .gitignore
No frameworks. No build tools. No node_modules.
No webpack. No React. No TypeScript.
Just one HTML file and the will to see everything.
🗺 Roadmap
- Live CertStream WebSocket integration
- Live Ransomwatch JSON feed
- Tor Metrics API — real exit node density
- Live AIS vessel feed (MarineTraffic / VesselFinder)
- OpenSky live military flight tracking
- HIBP breach notification integration
- Shodan API for real ICS exposure counts
- Mobile responsive layout
- Saved view presets
- Alert webhook (Discord / Slack)
Description
Languages
HTML
100%