home

Mobile Endpoint Security

Lookout Product Documentation

Find answers about using and optimizing Lookout products.

networkThreatDetails:legacyMitmDetails Fields

Legacy Man-in-the-Middle events are returned as THREAT events with type=NETWORK and a networkThreatDetails:legacyMitmDetails block with the following information:

"details": {
  ...,
  "assessments": [...],
  "networkThreatDetails": {
    "legacyMitmDetails" {
      "type": "ACTIVE_MITM",
      "ssid": "home",
      "dnsIpAddresses": ["10.18.216.174", "10.18.216.175"],
      "mac_address": "ab:dc:ac:8e:35:12"
    }
  }
}
Field Type Description
type
String Always ACTIVE_MITM
*ssid
String The wireless network ID.
dnsIpAddresses
String array List of IP addresses.
*macAddress
String The MAC address.
vpnPresent
Boolean (Optional) Indicates if a VPN exists.
vpnLocalAddress
String (Optional) The VPN IP address, if one is present.
proxyAddress
String The proxy IP address.
proxyPort
Integer The proxy port being used.
proxyProtocol
String The proxy protocol being used.

* Field omitted if privacy controls are enabled.