You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow enabling/disabling analyzers from config file
This is just a simple way to be able to use the 2G analyzer in europe,
and to disable maybe IMSI requests if they are too noisy.
In a later version we can:
* expose config editing in the UI (this is already ongoing)
* make the level configurable
* add ability to define presets (though i think people could just copy
configs from the docs or github issues)
Also fill out heuristics.md with some basic information.
Rayhunter includes several analyzers to detect potential IMSI catcher activity. These can be enabled and disabled in your [config.toml](https://github.com/EFForg/rayhunter/blob/main/dist/config.toml.example) file.
4
+
5
+
## Available Analyzers
6
+
7
+
-**IMSI Requested**: Tests whether the ME sends an IMSI Identity Request NAS message
8
+
-**Connection Release/Redirected Carrier 2G Downgrade**: Tests if a cell
9
+
releases our connection and redirects us to a 2G cell. This heuristic only
10
+
makes sense in the US, european users may want to disable it.
11
+
-**LTE SIB6/7 Downgrade**: Tests for LTE cells broadcasting a SIB type 6 and 7
12
+
which include 2G/3G frequencies with higher priorities
13
+
14
+
### Disabled by default
15
+
16
+
-**Null Cipher**: Tests whether the cell suggests using a null cipher (EEA0).
17
+
This is currently disabled by default due to a parsing bug triggering false
0 commit comments