KB / Telemetry-Free Network Scanning

Telemetry-Free Network Scanning on Windows

Network scanners used to be simple: download an exe, scan your subnet, done. The popular "free" options have steadily moved away from that model, and the consequences show up at exactly the wrong time — on a client site, on a secured network, or during an audit.

What Changed With Free Scanners

What a Scanner Actually Needs to Do

The core job has not changed in twenty years:

  1. Sweep a CIDR range with concurrent ICMP and ARP — a /24 should finish in seconds
  2. Resolve hostnames and MAC addresses
  3. Identify the vendor from the MAC OUI so an unknown IP becomes "Synology NAS" or "Cisco switch" instead of a mystery
  4. Export the results in a format you can attach to documentation — CSV or JSON

None of that requires the internet, an account, or a service running in the background.

The Portable-Binary Approach

A compiled native binary solves the operational problems directly:

SubnetSweep — Portable Windows Network Scanner

Native compiled binary. Scans any subnet in seconds, identifies vendors by MAC, keeps scan history, exports CSV/JSON. Runs entirely offline — no account, no telemetry, no installer. Free to use with nothing locked.

See SubnetSweep →

Practical Notes for Client Site Scans