Mapscilisentinel

The Pitch

vs. Regular Books
> Most books hand you tools. This one teaches what the tool didn't tell you — and what happens when it's pointed back at you.
Privacy/jurisdiction-first Opinionated, not exhaustive Hands-on labs, not theory
Privacy-First
> curl -fL http://freerangelab.org # Zero third-party requests # Self-hosted fonts, no Google # Verifiable in devtools
✓ No trackers on load ✓ No Google Fonts ✓ No third-party JS ✓ .onion mirror
Hands-On Labs
> ./labs/quick-start.sh # Every command in the book # Runnable. Downloadable. # Docker-compose or Vagrant.
✓ LN stack hardened ✓ Suricata rules deployed ✓ Tor hidden service ✓ Dead man's switch built

Who It's For

$ For

  • Solo operators & homelabbers
  • Sysadmins who want real depth
  • Privacy-minded developers
  • Blue-teamers who want to go deeper
  • Anyone tired of renting trust

$ Not For

  • Click-next cloud console users
  • Certification crammers
  • Those who want theory over hands-on
  • People who need everything handed to them

What You'll Be Able to Do

$Stand up a hardened LN stack from scratch
$Read your own box for intrusions
$Run an inline IPS with Suricata
$Host a service over Tor without deanonymizing yourself
$Build a dead man's switch for your data
$Configure security headers that actually mean something
$Set up detection rules that catch real attacks
$Evaluate jurisdiction and data retention trade-offs

Inside the Book

01
The Landscape You're Actually On
02
Hardening the Edge
03
Anonymity Infrastructure
04
The Stack Is the Attack Surface
05
The Exit You Own
06
When the Network Fights Back
07
The Record Is Public
Full Table of Contents

The Labs

Lab Philosophy
> ./labs/README.md # Every command in the book, runnable # Don't want to type? One command # spins up the whole lab.
Every command in this book is a runnable lab. Don't want to type each one? This single command spins up the entire environment.
Lab Demo
> cd labs/detection ./quick-start.sh
✓ Starting LN stack... ✓ Deploying Suricata rules... ✓ Lab ready at http://localhost:8080 Now launch an attack: curl attack.sh | docker exec -i ln-stack bash
Browse the Labs

Read a Free Chapter

A real chapter — not a teaser. Taste the voice, see the gotchas, judge for yourself.

Sample Excerpt
> # The silent test $ sshd -t && echo "config OK" || { echo "broken"; exit 1; } # That "&&" is doing heavy lifting. # It won't tell you if the key's weak. # It won't tell you if the cipher suite is a lie.
config OK # Pass. Or did it? The test passes. # The key is RSA-1024. The cipher is AES-CBC. # Both are "secure." Neither is strong. # This chapter covers what the test misses.
Download Free Chapter (PDF)
New-Era Fullstack Development, OSINT, OPSEC & Blue-Teaming — book cover

Pricing

$29
Ebook
DRM-free PDF + EPUB
Chapter downloads
Lifetime access
Self-hosted delivery
Get It
BEST VALUE
$44
Book + Labs Bundle
Everything in Ebook
Full lab bundle (Docker-compose)
All scripts + config files
Scripts repo access
Best value
Get the Bundle
$49
Print
POD softcover (color)
Amazon KDP
Gift-worthy
Link-out to Amazon
Get It
$79–99
Supporter / Pro
Everything in Bundle
Future updates included
Hosted-lab access
Community access
Early/embargoed access
Get It

Checkout redirects — no payment JS on this site.
Crypto (BTC/XMR) coming soon via BTCPay Server.

Get the Free Chapter

Enter your email — no name, no tracking, no purchase required. You'll receive the chapter immediately after confirming.

Single opt-in. No accounts. No tracking. Powered by self-hosted Listmonk.

About the Author

$ whoami

Nathan Lindberg runs a multi-node homelab with integrated red and blue infrastructure: Suricata inline on the wire, a Wazuh SIEM, WireGuard tunnels, and a fleet of LXCs he has broken and rebuilt. He has contributed to OSINT investigations, some of which reached national news coverage and significant social media attention; he keeps the project names private for the same reasons the book covers.

He built the companion lab platform for this book himself: a control plane that provisions isolated containers per session so readers can run the labs in a browser without a local VM setup.

Contact →PGP Key →.onion →

FAQ

New-Era Fullstack Development, OSINT, OPSEC & Blue-Teaming — book cover

Own the Box

Don't rent trust. Run your own infrastructure.
Start with the book. Continue with the labs.

Get the BookFree Chapter First
New-Era Blueteaming cover▸ LAUNCH DESKTOPNew-Era Blueteaming // OS