Filter results for Host Status
Filter your query results by Host Status. Verify whether devices were reachable when the query was executed.
Before you begin
Role required: admin
About this task
In the Scan Results filtering types, the Host Status enables users to view query results
based on whether the queried host was Up or Down. This filter is derived from the Nmap XML status field inside the Raw scan output.

Note:
This filter is based on raw scan output and does not depend on scan type. If a scan output does not contain a host
status state="up|down" field, it does not match the Host Status filter.Using the Host Status filter helps to quickly narrow results such as:
- shows only reachable devices (Up) to review open ports or services.
- shows only unreachable devices (Down) to troubleshoot network issues, firewall rules, wrong IPs, or powered-off devices.
Raw data is useful for debugging and verification because:
- Reason field: Raw data confirms why a host was marked Up/Down.
- Good for investigation: Raw data shows what the Nmap actually returned.
- Script validation: Raw data helps validate scripts when scan parsing or mapping doesn’t show expected information.