networkThreatDetails:mitmDetails Fields
Man-in-the-Middle events are returned as
THREAT
events with
type=NETWORK
and a
networkThreatDetails:mitmDetails
block with the following information:
"details": {
...,
"assessments": [...],
"networkThreatDetails": {
"mitmDetails" {
"type": "MITM",
"probingResult": {
"endpoint": "https://protect12.protect.prod.lkt.is",
"resolved_ip_address": "44.224.106.71"
},
"network": {
"connectionType": "network_connection_type_wifi",
"name": "network name",
"wifiBssid": "home",
"proxyConfiguration": {
"address": "ip address if using a proxy",
"port": 1234,
"protocol": "protocol if using a proxy"
},
"dnsIpAddresses": ["10.18.216.174", "10.18.216.175"],
}
}
}
}
Field | Type | Description |
---|---|---|
| String | Always
MITM |
| JSON | The results of Lookout's network probe. |
| String | The Lookout network probe endpoint. |
| String | The domain name of the resolved IP address. |
| JSON | Wireless network information. |
| String | The network connection type. |
| String | The wireless network name. |
| String | The wireless network ID. |
| JSON | Proxy configuration. |
| String | The proxy IP address. |
| integer | The proxy port being used. |
| String | The proxy protocol being used. |
| String array | List of IP addresses. |
| JSON | VPN information, if one exists. |
| String | The local IP address of the device within the VPN network. |
| String | The remote IP address of the device. |
| String | The wireless network access point host. |
| Boolean | Whether the device is connected to the listed network. |
* Field omitted if privacy controls are enabled.