Project

General

Profile

Wiki » History » Version 36

Jakob, 07/09/2015 05:33 PM
Download link for SnoopSnitch 0.9.8

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