Hello,
I've got an iPhone 5, the code to access it and an UFED 4 PC license to investigate it. Our client would like to know if this mobil phone was logged into a certain Wi-Fi network on a certain date. Unfortunately UFED only shows the last login onto a Wi-Fi network. My question is, if somebody knows, if iOS does log every login into Wi-Fi networks, and if so, how to obtain this information out of the device? I've tried to find an answer using the search function and Google, but didn't get anything usefull.
Thanks in advance for your help!
Sincerely,
luferox
Hey,
You're referring I think to Wifi Pairing Records. Think it's stored here, did you recover this folder in you're file system extraction/backup?
'/private/var/preferences/SystemConfiguration/com.apple.wifi.plist'
Hey mark_adp,
thanks for your help. Yeah I recovered this file and read it, but unfortunately it doesn't log every login in WiFi networks, rather just the following
<key>lastAutoJoined</key>
<date>2013-12-11T185637Z</date>
<key>lastJoined</key>
<date>2013-09-20T053731Z</date>
Still good to know, thanks. )
Hey mark_adp,
thanks for your help. Yeah I recovered this file and read it, but unfortunately it doesn't log every login in WiFi networks, rather just the following
<key>lastAutoJoined</key>
<date>2013-12-11T185637Z</date>
<key>lastJoined</key>
<date>2013-09-20T053731Z</date>Still good to know, thanks. )
If you need to see historic instances on OS X then '/var/log/system.log' and the older .bzip versions would need to be analysed. Grep using something like grep en0 /var/log/system.log
This is on OS X, would need to check to see if this is also available in iOS but I would be surprised if it wasn't. Obviously getting access to the files may also be a challenge.

