Project

General

Profile

Wiki » History » Revision 2

Revision 1 (Alex, 12/22/2014 04:51 PM) → Revision 2/67 (Alex, 12/23/2014 11:07 PM)

h1. SnoopSnitch 

 SnoopSnitch is an Android app that collects and analyzes mobile radio data to make you aware of your mobile network security and to warn 
 you about threats like fake base stations (IMSI catchers), user tracking and over-the-air updates. With SnoopSnitch you can use the data collected in the GSM Security Map at gsmmap.org and contribute your own data to GSM Map. 

 This application currently only works on Android phones with a Qualcomm chipset and a stock Android ROM. It requires root priviliges to capture mobile network data. 

 h3. Requirements: 

 * Qualcomm-based Android phone (see list below) 
 * *stock* Android ROM 
 Note: Unfortunately, custom Android ROMs like CyanogenMod are *not* supported, as they lack the drivers necessary to collect radio data. 
 * *Root privileges* on phone 

 h3. Tested Devices: 

 The following devices have been verified to work: 

 * Samsung S3 Neo (GT-I9301I) 
 * LG G2 (LG-D802) 
 * Sony Xperia Z1 (C6903) 
 * Samsung S5 (SM-G900F) 
 * Motorola Moto E (Moto E) 
 * Samsung S4 

 It is very likely that other Qualcomm-based Android phones also work, if they are rooted and have a stock firmware. 

 h3. Download: 

 * "Pre-compiled .apk":https://opensource.srlabs.de/attachments/download/???/SnoopSnitch-0.9.0.apk 
 * "Pre-compiled .apk from Google Play Store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch 
 * Source Code: <pre>git clone https://opensource.srlabs.de:/git/snoopsnitch.git</pre> 

 h3. Disclaimer 

 The tests include an active part. First, your phone will place outgoing calls to a dedicated number. This number will always be busy and never answer in order to rule out voice charges as best as we can. 

 Second, your phone will send SMS short messages to an invalid number.  

 During our tests (in Europe) we have not encounter any network that would charge for these transactions. However, we can not rule out that you may be charged in specific settings. 

 To control for involuntary charges, we strongly advise the use of a dedicated pre-paid SIM card for these tests. 

 h3. Instructions 

 # Make sure you have rooted the phone 
 # Install application from "Google Play app store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch or below 
 # Run the app, execute active tests, upload security events and suspicious activity 

 h3. Mailing list 

 A public mailing list for discussions is "here":https://lists.srlabs.de/cgi-bin/mailman/listinfo/gsmmap 

 h3. Version history 

 Version 0.9.0 
 * Initial public release Wiki