home

Mobile Endpoint Security

Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Appendix: Safe Browsing .mobileconfig File for iOS

Copy the contents below to a text editor and save the file as lookout_safe_browsing.mobileconfig:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>PayloadContent</key>
   <array>
     <dict>
        <key>IPv4</key>
        <dict>
           <key>OverridePrimary</key>
           <integer>0</integer>
        </dict>
        <key>PayloadDescription</key>
        <string>Configures VPN settings, including authentication.</string>
        <key>PayloadDisplayName</key>
        <string>Lookout Safe Browsing VPN</string>
        <key>PayloadIdentifier</key>
        <string>com.apple.vpn.managed.54370008-205f-7c59-0000-01a1</string>
        <key>PayloadOrganization</key>
        <string>Lookout, Inc.</string>
        <key>PayloadType</key>
        <string>com.apple.vpn.managed</string>
        <key>PayloadUUID</key>
        <string>54370008-205f-7c59-0000-01a1</string>
        <key>PayloadVersion</key>
        <integer>1</integer>
        <key>Proxies</key>
        <dict/>
        <key>UserDefinedName</key>
        <string>Lookout Work VPN</string>
        <key>VPN</key>
        <dict>
           <key>AuthName</key>
           <string>Auth</string>
           <key>AuthenticationMethod</key>
           <string>Password</string>
           <key>DisconnectOnIdle</key>
           <integer>0</integer>
           <key>OnDemandEnabled</key>
            <integer>1</integer>
           <key>OnDemandRules</key>
            <array>
             <dict>
                <key>Action</key>
                <string>Connect</string>
                <key>InterfaceTypeMatch</key>
                <string>WiFi</string>
             </dict>
            </array>
           <key>RemoteAddress</key>
           <string>vpn.mdm.safebrowsing.lookout.com</string>
        </dict>
        <key>VPNSubType</key>
        <string>com.lookout.work</string>
        <key>ProviderBundleIdentifier</key>
        <string>com.lookout.work.NetworkExtension</string>
        <key>VPNType</key>
        <string>VPN</string>
        <key>VPNUUID</key>
  <string>cGFuU2FtcGxlIEFwcCBMZXZlbCBWUE52cG5TYW1wbGUgQXBwIExldmVsIFZQTg==</string>
     </dict>
   </array>
   <key>PayloadDescription</key>
   <string>Profile Description</string>
   <key>PayloadDisplayName</key>
   <string>Lookout Safe Browsing VPN</string>
   <key>PayloadIdentifier</key>
   <string>Lookout Safe Browsing VPN</string>
   <key>PayloadOrganization</key>
   <string>Lookout</string>
   <key>PayloadRemovalDisallowed</key>
   <false/>
   <key>PayloadType</key>
   <string>Configuration</string>
   <key>PayloadUUID</key>
   <string>F9B27975-2634-4230-B63F-52E8AD735AB7</string>
   <key>PayloadVersion</key>
  <integer>1</integer>
</dict>
</plist>