2023-05-31 02:04:29 +00:00
|
|
|
name: network_interfaces
|
|
|
|
|
evented: false
|
|
|
|
|
platforms:
|
2023-06-02 22:44:06 +00:00
|
|
|
- chrome
|
2023-05-31 02:04:29 +00:00
|
|
|
description: Uses the `chrome.enterprise.networkingAttributes` API to read information about the host's current network.
|
|
|
|
|
columns:
|
|
|
|
|
- name: mac
|
|
|
|
|
type: text
|
|
|
|
|
required: false
|
|
|
|
|
description: MAC address (only available to extensions force-installed by enterprise policy)
|
|
|
|
|
- name: ipv4
|
|
|
|
|
type: text
|
|
|
|
|
required: false
|
|
|
|
|
description: IPv4 address (only available to extensions force-installed by enterprise policy)
|
|
|
|
|
- name: ipv6
|
|
|
|
|
type: text
|
|
|
|
|
required: false
|
|
|
|
|
description: IPv6 address (only available to extensions force-installed by enterprise policy)
|
2024-05-27 23:18:56 +00:00
|
|
|
notes: |-
|
2023-07-07 16:55:38 +00:00
|
|
|
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
2024-04-16 23:35:23 +00:00
|
|
|
|
2023-05-31 02:04:29 +00:00
|
|
|
- Requires that the fleetd extension is force-installed by enterprise policy
|