Project

General

Profile

Wiki » History » Version 27

Alex, 02/23/2015 06:30 PM

1 2 Alex
h1. SnoopSnitch
2
3 20 Alex
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.
4 2 Alex
5 3 Alex
!{width: 10%;}sc_dashboard.png!  !{width: 10%;}sc_map_overview.png! !{width: 10%;}sc_catcher_hour.png! !{width: 10%;}sc_map_details.png!
6
7 19 Alex
This application currently only works on Android phones with a Qualcomm chipset and a stock Android ROM (or a suitable custom ROM with Qualcomm DIAG driver). It requires root priviliges to capture mobile network data.
8 2 Alex
9
h3. Requirements:
10
11 19 Alex
* Qualcomm-based Android phone (see [[DeviceList|device list]])
12 8 Alex
* *Stock* Android ROM, version 4.1 or later
13 19 Alex
Note: Custom Android ROMs like CyanogenMod may or may not work, depending on the availability of a Qualcomm DIAG kernel driver (DIAG_CHAR).
14 3 Alex
* *Root privileges* on phone
15 2 Alex
16 1 Alex
h3. Incompatible Devices:
17 8 Alex
18
The following devices have been found to be incompatible and can *not* be used with SnoopSnitch:
19
20 19 Alex
* *Unsupported.* Devices with custom ROM such as CyanogenMod which lacks the Qualcomm DIAG kernel driver (DIAG_CHAR)
21 16 Karsten
* *Unsupported.* Every device without Qualcomm chipset
22
* *Unsupported.* Samsung Galaxy S2 & S3
23 19 Alex
* *Unsupported.* Nexus 5 with stock Android
24 16 Karsten
* *Unsupported.* Huawei Ascend Y300
25 2 Alex
26
h3. Download:
27
28 27 Alex
* "Pre-compiled .apk":https://opensource.srlabs.de/attachments/download/108/SnoopSnitch-0.9.4.apk (SHA1: 6f210a41d728d1b99421fef4c2c64f667704f67b)
29 2 Alex
* "Pre-compiled .apk from Google Play Store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch
30 22 Alex
* "Pre-compiled .apk from F-Droid":https://f-droid.org/repository/browse/?fdid=de.srlabs.snoopsnitch
31 23 Alex
* Source Code: <pre>git clone --recursive https://opensource.srlabs.de/git/snoopsnitch.git</pre>
32 2 Alex
33 12 Alex
SnoopSnitch is released under the GPL v3 license (cf. source:COPYING). The app is known to built under Linux and OS X, see source:README for build instructions.
34
35 2 Alex
h3. Disclaimer
36
37
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.
38
39 17 Alex
Second, your phone will send SMS short messages to an invalid number. In some cases, we saw operators charging for these kind of transactions transactions. Hence, please have an eye on your phone bill when performing active tests using SnoopSnitch. To control for involuntary charges, we strongly advise the use of a dedicated pre-paid SIM card for these tests.
40 2 Alex
41 24 Alex
Furthermore, our call server will call your phone and send test SMS during the active test. To avoid unnecessary costs on our side, *DO NOT PICK UP OR REJECT AUTOMATIC CALLS FROM OUR SERVER*. If you pick up a call or have a mailbox or auto-answer feature configured that picks up the call automatically you may get blacklisted and cannot use our service anymore. Please see our [[Banned]] wiki page for details.
42 2 Alex
43
h3. Instructions
44
45
# Make sure you have rooted the phone
46
# Install application from "Google Play app store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch or below
47
# Run the app, execute active tests, upload security events and suspicious activity
48
49
h3. Mailing list
50
51
A public mailing list for discussions is "here":https://lists.srlabs.de/cgi-bin/mailman/listinfo/gsmmap
52
53 1 Alex
h3. Version history
54 26 Alex
55
Version 0.9.4
56
57
* Improve type 1 catcher and silent SMS detection
58
* Implement network info screen
59
* Detect malfunctioning baseband interface
60
* Various enhancements and bug fixes
61 25 Alex
62
Version 0.9.3
63
64
* Support Android 5
65
* Fix initialization issue on newer devices
66
* Translation to German and Dutch
67 1 Alex
68 21 Alex
Version 0.9.2
69
70
* Fixed app lock-up issues
71
* Improved device compatibility check
72
* Handled unsupported LTE gracefully
73
74 13 Alex
Version 0.9.1
75
76
* Fix problem where SnoopSnitch would leave the phone muted after a test
77
* Remove issue with disappearing (Skype) dialing dialogs
78
* Resolved performance issue in analysis
79 2 Alex
80 1 Alex
Version 0.9.0
81 21 Alex
82 2 Alex
* Initial public release