Skip to content

How do I start a network scan?

Requires Pro

Open the Discovery module, enter a target under New scan — a CIDR (10.0.0.0/24), a range (10.0.0.1-10.0.0.50), or a single IP — and click “Start scan”. The scan runs in the background; reachable devices then appear as discovered devices.

The Discovery module is available from the Pro plan onward (feature Discovery). On lower plans, the section is locked and the API responds with 403.

  1. Open the “Discovery” module. Choose Discovery in the left-hand navigation. At the top, you’ll find the New scan card.

    The 'New scan' card — enter a target and start the scan.
  2. Specify the target and options.

    • Target — CIDR, range, or single IP (required).
    • Ports (optional) — if left blank, Notory checks a sensible default selection (22, 80, 135, 139, 443, 445, 3389, 8080).
    • SNMP community (optional) — if set, reachable hosts are additionally enriched via SNMP v2c (system name/description).
  3. Click “Start scan”. The scan appears in the Scans list with the status Pending, changes to Running, and finally to Completed. After that, you can import the devices.

    The scans list with status, hosts checked, and number of finds.
  • Asynchronous in the background: The call creates a scan job and queues it for processing (queue, otherwise in-process). The status progresses through Pending → Running → Completed (or Failed).
  • How the check works: Notory expands the target into individual hosts, tests the specified ports per host via TCP, and determines the hostname via reverse DNS. If no port responds, the host is considered unreachable.
  • Safety cap: A target may cover at most 4096 hosts; larger ranges are rejected with 400 so that no scan floods the network.
  • OS guess: From the open ports, Notory derives a rough estimate — open 3389/445/135 suggests Windows, an open port 22 suggests Linux/Unix.
  • SNMP enrichment (optional): With a community set, system name and description are added; if SNMP fails, the scan does not abort.
  • Result: Every reachable host is stored as a discovered device with the status New — still without an asset. Importing it is a separate step.