We've locked down the apps. Now let's watch the pipe.
You've installed TrackerControl. You've got WFC or OpenSnitch running.
[ Your Devices ]
[ Guest Devices ] ← "Everyone jump on my OpenWRT WiFi"
[ IoT / Smart TV ]
|
| (all traffic)
▼
[ OpenWRT Access Point ]
|
| (everything funneled here)
▼
[ OPNsense Router / Firewall ]
├── ntopng ← see everything
├── Suricata ← flag the bad stuff
├── Unbound DNS ← block at DNS level
└── IP Aliases ← block by IP list
|
▼
[ Your ISP / The Internet ]
os-ntopng, os-suricata, os-crowdsec — all from the plugin manager
os-ntopng → install — then Services → ntopng → enable on LAN
os-crowdsec plugin: community-sourced blocklist updated in near-real-time from attack observations
| Layer | Tool | What It Catches Uniquely |
|---|---|---|
| Device firewall | WFC / OpenSnitch / Little Snitch | Which specific process made the connection |
| DNS blocklist | Unbound + Hagezi/OISD | Domain-based tracking, telemetry — all devices at once |
| IP blocklist | OPNsense Aliases + Firehol | Hardcoded IPs, known malicious ASNs, geo threats |
| Suricata IDS/IPS | ET Open + Abuse.ch rules | Malware behavior signatures, encrypted C2 by JA3 fingerprint |
| ntopng | nDPI flow analysis | Anomaly visibility, metadata analysis, full device inventory |
| CrowdSec | Collaborative CTI feed | IPs actively attacking other users right now, globally |
a2f3b1c9d.exfil.attacker.com — Suricata has rules| Tool | Link |
|---|---|
| OPNsense | opnsense.org — download, docs, community forum |
| OpenWRT | openwrt.org — firmware + hardware compatibility table |
| ntopng | ntop.org/ntopng — standalone or OPNsense plugin os-ntopng |
| Suricata | suricata.io — OPNsense plugin os-suricata |
| CrowdSec | crowdsec.net — OPNsense plugin os-crowdsec |
| Hagezi DNS Blocklists | github.com/hagezi/dns-blocklists |
| Steven Black hosts | github.com/StevenBlack/hosts |
| OISD blocklist | oisd.nl |
| Abuse.ch | abuse.ch — Feodo Tracker, URLhaus, SSL Blacklist |
| Spamhaus DROP/EDROP | spamhaus.org/drop |
| Firehol blocklist-ipsets | github.com/firehol/blocklist-ipsets |
| Protectli Vault | protectli.com — fanless purpose-built OPNsense boxes |
| GL.iNet routers | gl-inet.com — OpenWRT pre-installed, travel or home AP |