Wireless Networks

Retrieves all the remembered wireless network that the target machine has connected to.:

Query

select ssid, network_name, security_type, last_connected, captive_portal, possibly_hidden, roaming, roaming_profile from wifi_networks;

Additional Query Info

  • Version: 1.6.0
  • Platform: darwin
  • Interval: 3600

JSON

{
  "queries": {
    "Wireless Networks": {
      "query": "select ssid, network_name, security_type, last_connected, captive_portal, possibly_hidden, roaming, roaming_profile from wifi_networks;",
      "interval": "3600",
      "platform": "darwin",
      "version": "1.6.0",
      "description": "Retrieves all the remembered wireless network that the target machine has connected to.",
      "value": ""
    }
  }
}