Attention

Zercurity has been acquired by JumpCloud.

This documentation will no longer be maintained or updated. You can read more about the acquisition, or signup to JumpCloud today.

https://jumpcloud.com/press/jumpcloud-acquires-zercurity

connectivity

Provides the overall system’s network state.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: connectivity

  • Windows

Table schema

Name Type Description
disconnected INTEGER True if the all interfaces are not connected to any network
ipv4_no_traffic INTEGER True if any interface is connected via IPv4, but has seen no traffic
ipv6_no_traffic INTEGER True if any interface is connected via IPv6, but has seen no traffic
ipv4_subnet INTEGER True if any interface is connected to the local subnet via IPv4
ipv4_local_network INTEGER True if any interface is connected to a routed network via IPv4
ipv4_internet INTEGER True if any interface is connected to the Internet via IPv4
ipv6_subnet INTEGER True if any interface is connected to the local subnet via IPv6
ipv6_local_network INTEGER True if any interface is connected to a routed network via IPv6
ipv6_internet INTEGER True if any interface is connected to the Internet via IPv6

Query examples

select * from connectivity
select ipv4_internet from connectivity