Project

General

Profile

Wiki » History » Version 29

Alex, 03/20/2015 07:44 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 29 Alex
* "Pre-compiled .apk":https://opensource.srlabs.de/attachments/download/110/SnoopSnitch-0.9.5.apk (SHA1: 58a4083ed6d50cf2a3de833233b42a0df6dc19e9)
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 28 Alex
55
Version 0.9.5
56
57
* Make detection run automatically on boot
58
* Support LTE active tests
59
* Improve detection of 2G/3G catchers
60
* Detect empty WAP pushes
61 26 Alex
62
Version 0.9.4
63
64
* Improve type 1 catcher and silent SMS detection
65
* Implement network info screen
66
* Detect malfunctioning baseband interface
67
* Various enhancements and bug fixes
68 25 Alex
69
Version 0.9.3
70
71
* Support Android 5
72
* Fix initialization issue on newer devices
73
* Translation to German and Dutch
74 1 Alex
75 21 Alex
Version 0.9.2
76
77
* Fixed app lock-up issues
78
* Improved device compatibility check
79
* Handled unsupported LTE gracefully
80
81 13 Alex
Version 0.9.1
82
83
* Fix problem where SnoopSnitch would leave the phone muted after a test
84
* Remove issue with disappearing (Skype) dialing dialogs
85
* Resolved performance issue in analysis
86 2 Alex
87 1 Alex
Version 0.9.0
88 21 Alex
89 2 Alex
* Initial public release