Project

General

Profile

Wiki » History » Version 37

Karsten, 08/11/2015 01:49 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 34 Alex
h3. Documentation
10
11
For details on SnoopSnitch please refer to the [[FAQ]].
12 37 Karsten
Learn about our [[IMSI catcher metric| IMSI Catcher Score]]
13 34 Alex
14 2 Alex
h3. Requirements:
15
16 19 Alex
* Qualcomm-based Android phone (see [[DeviceList|device list]])
17 8 Alex
* *Stock* Android ROM, version 4.1 or later
18 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).
19 3 Alex
* *Root privileges* on phone
20 2 Alex
21 1 Alex
h3. Incompatible Devices:
22 8 Alex
23
The following devices have been found to be incompatible and can *not* be used with SnoopSnitch:
24
25 19 Alex
* *Unsupported.* Devices with custom ROM such as CyanogenMod which lacks the Qualcomm DIAG kernel driver (DIAG_CHAR)
26 16 Karsten
* *Unsupported.* Every device without Qualcomm chipset
27
* *Unsupported.* Samsung Galaxy S2 & S3
28 19 Alex
* *Unsupported.* Nexus 5 with stock Android
29 16 Karsten
* *Unsupported.* Huawei Ascend Y300
30 2 Alex
31
h3. Download:
32
33 36 Jakob
* "Pre-compiled .apk":https://opensource.srlabs.de/attachments/download/112/SnoopSnitch-0.9.8.apk (SHA1: f3716c15e002f48a66dce9bc09611184d0b6811f)
34 2 Alex
* "Pre-compiled .apk from Google Play Store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch
35 22 Alex
* "Pre-compiled .apk from F-Droid":https://f-droid.org/repository/browse/?fdid=de.srlabs.snoopsnitch
36 23 Alex
* Source Code: <pre>git clone --recursive https://opensource.srlabs.de/git/snoopsnitch.git</pre>
37 2 Alex
38 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.
39
40 2 Alex
h3. Disclaimer
41
42
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.
43
44 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.
45 2 Alex
46 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.
47 2 Alex
48
h3. Instructions
49
50
# Make sure you have rooted the phone
51
# Install application from "Google Play app store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch or below
52
# Run the app, execute active tests, upload security events and suspicious activity
53
54
h3. Mailing list
55
56
A public mailing list for discussions is "here":https://lists.srlabs.de/cgi-bin/mailman/listinfo/gsmmap
57 31 Linus
For specific questions to the snoopsnitch-team that do not require or permit public discussion, please contact us directly at *snoopsnitch [you know what to put here] srlabs.de*
58 2 Alex
59 1 Alex
h3. Version history
60 28 Alex
61 35 Jakob
Version 0.9.8
62
63
* Improved catcher detection
64
* Reduced memory consumption
65
* 4G data collection and basic analysis
66
* Various enhancements and bug fixes 
67
68 32 Jakob
Version 0.9.7
69 35 Jakob
70 32 Jakob
* Improve detection of type 1 catchers and silent calls
71
* Reduce false positive rate
72
* Upload anonymized metadata additionally to radio traces
73
* Various enhancements and bug fixes
74
75 28 Alex
Version 0.9.5
76
77
* Make detection run automatically on boot
78
* Support LTE active tests
79
* Improve detection of 2G/3G catchers
80
* Detect empty WAP pushes
81 26 Alex
82
Version 0.9.4
83
84
* Improve type 1 catcher and silent SMS detection
85
* Implement network info screen
86
* Detect malfunctioning baseband interface
87
* Various enhancements and bug fixes
88 25 Alex
89
Version 0.9.3
90
91
* Support Android 5
92
* Fix initialization issue on newer devices
93
* Translation to German and Dutch
94 1 Alex
95 21 Alex
Version 0.9.2
96
97
* Fixed app lock-up issues
98
* Improved device compatibility check
99
* Handled unsupported LTE gracefully
100
101 13 Alex
Version 0.9.1
102
103
* Fix problem where SnoopSnitch would leave the phone muted after a test
104
* Remove issue with disappearing (Skype) dialing dialogs
105
* Resolved performance issue in analysis
106 2 Alex
107 1 Alex
Version 0.9.0
108 21 Alex
109 2 Alex
* Initial public release