Project

General

Profile

Wiki » History » Version 47

Luca, 07/26/2017 06:22 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 39 Karsten
Learn about SnoopSnitch's [[IMSI Catcher Score| IMSI catcher metric]].
13 46 Karsten
See which [[Android application permissions]] are required to run SnoopSnitch.
14 34 Alex
15 2 Alex
h3. Requirements:
16
17 19 Alex
* Qualcomm-based Android phone (see [[DeviceList|device list]])
18 8 Alex
* *Stock* Android ROM, version 4.1 or later
19 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).
20 3 Alex
* *Root privileges* on phone
21 2 Alex
22 1 Alex
h3. Incompatible Devices:
23 8 Alex
24
The following devices have been found to be incompatible and can *not* be used with SnoopSnitch:
25
26 19 Alex
* *Unsupported.* Devices with custom ROM such as CyanogenMod which lacks the Qualcomm DIAG kernel driver (DIAG_CHAR)
27 16 Karsten
* *Unsupported.* Every device without Qualcomm chipset
28
* *Unsupported.* Samsung Galaxy S2 & S3
29 19 Alex
* *Unsupported.* Nexus 5 with stock Android
30 16 Karsten
* *Unsupported.* Huawei Ascend Y300
31 2 Alex
32
h3. Download:
33
34 47 Luca
* "Pre-compiled .apk":https://opensource.srlabs.de/attachments/download/135/SnoopSnitch-1.0.2.apk (SHA1: b2e710235231861d5825051946580fd2f9d44083)
35 2 Alex
* "Pre-compiled .apk from Google Play Store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch
36 22 Alex
* "Pre-compiled .apk from F-Droid":https://f-droid.org/repository/browse/?fdid=de.srlabs.snoopsnitch
37 23 Alex
* Source Code: <pre>git clone --recursive https://opensource.srlabs.de/git/snoopsnitch.git</pre>
38 2 Alex
39 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.
40
41 2 Alex
h3. Disclaimer
42
43
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.
44
45 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.
46 2 Alex
47 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.
48 2 Alex
49
h3. Instructions
50
51
# Make sure you have rooted the phone
52
# Install application from "Google Play app store":https://play.google.com/store/apps/details?id=de.srlabs.snoopsnitch or below
53
# Run the app, execute active tests, upload security events and suspicious activity
54
55
h3. Mailing list
56
57
A public mailing list for discussions is "here":https://lists.srlabs.de/cgi-bin/mailman/listinfo/gsmmap
58 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*
59 2 Alex
60 1 Alex
h3. Version history
61 28 Alex
62 44 Jakob
Version 1.0.1
63
64
* Android 5 and 6 support
65
* Improved reliability of active test
66
* Better support for LG phones
67
68 40 Jakob
Version 1.0.0
69
70
* Wireshark/pcap export
71
* Improved IMSI catcher metric
72
* Lower battery impact
73
* Autonomous upload option
74
* Daily measurement option
75
76 35 Jakob
Version 0.9.8
77
78
* Improved catcher detection
79
* Reduced memory consumption
80
* 4G data collection and basic analysis
81
* Various enhancements and bug fixes 
82
83 32 Jakob
Version 0.9.7
84 35 Jakob
85 32 Jakob
* Improve detection of type 1 catchers and silent calls
86
* Reduce false positive rate
87
* Upload anonymized metadata additionally to radio traces
88
* Various enhancements and bug fixes
89
90 28 Alex
Version 0.9.5
91
92
* Make detection run automatically on boot
93
* Support LTE active tests
94
* Improve detection of 2G/3G catchers
95
* Detect empty WAP pushes
96 26 Alex
97
Version 0.9.4
98
99
* Improve type 1 catcher and silent SMS detection
100
* Implement network info screen
101
* Detect malfunctioning baseband interface
102
* Various enhancements and bug fixes
103 25 Alex
104
Version 0.9.3
105
106
* Support Android 5
107
* Fix initialization issue on newer devices
108
* Translation to German and Dutch
109 1 Alex
110 21 Alex
Version 0.9.2
111
112
* Fixed app lock-up issues
113
* Improved device compatibility check
114
* Handled unsupported LTE gracefully
115
116 13 Alex
Version 0.9.1
117
118
* Fix problem where SnoopSnitch would leave the phone muted after a test
119
* Remove issue with disappearing (Skype) dialing dialogs
120
* Resolved performance issue in analysis
121 2 Alex
122 1 Alex
Version 0.9.0
123 21 Alex
124 2 Alex
* Initial public release
125 42 Linus
126
h1. Training Material
127
128 43 Linus
As a primer to the snoopsnitch detection approach, we have prepared a set of hands-on "training material":https://opensource.srlabs.de/attachments/download/114/snoopsnitch_training_material.zip.
129 42 Linus
It contains network traces of IMSI catcher attacks and silent SMS and an analysis guide.