Project

General

Profile

SIMtrace » History » Version 38

tsaitgaist, 02/19/2016 10:48 PM
info: only monitoring is implemented

1 1 laforge
[[PageOutline]]
2
= Osmocom SIMtrace =
3
4
Osmocom SIMtrace is a software and hardware system for passively tracing SIM-ME communication between the SIM card and the mobile phone.
5
6 18 laforge
It looks a bit like this:
7
{{{
8
#!graphviz
9
digraph G{
10
  //rankdir = LR;
11
  Phone -> SIMtrace [label = "Flexi-PCB cable"];
12
  SIMtrace -> SIM;
13
  SIMtrace -> PC [label = "USB cable"];
14 1 laforge
15 18 laforge
  SIMtrace [ label = "SIMtrace hardware" ];
16
}
17
}}}
18
19 29 laforge
When connected to a phone, it looks like this:
20
21
22 30 tsaitgaist
[[Image(simtrace_and_phone.jpg, align=center,50%)]]
23 33 laforge
[[Image(simtrace_functions.png, align=right,33%)]]
24 29 laforge
25 18 laforge
It works by utilizing the T=0 capable USART of the USB-attached AT91SAM7 microcontroller.
26
27 1 laforge
The USART passively receives the bytes as they are exchanged on the ISO 7816-3 / TS 11.11 interface between SIM and phone.
28
The received bytes are sent via USB to the PC, where a program called {{{simtrace}}} on the PC gathers data from the USB device,
29
parses the APDUs and forwards them via [wiki:GSMTAP] to the [wiki:wireshark] protocol analyzer.
30
31
== Features ==
32 38 tsaitgaist
33 1 laforge
 * Completely passive scanner
34 17 laforge
 * RST and ATR detection
35 1 laforge
 * Auto-bauding with PPS / PTS support
36
 * Segmentation of APDUs
37 32 tsaitgaist
38 1 laforge
39 38 tsaitgaist
SIMtrace can be used to monitor the ME-SIM communication, but also emulate a phone or SIM, or be MitM.
40
While the hardware supports all these modes, only the monitoring aspect has been implemented in software.
41
42 1 laforge
== TODO ==
43 38 tsaitgaist
44 1 laforge
 * Check for parity errors
45
 * Verify TCK / PCK check-bytes
46 31 laforge
 * Implement MITM
47 1 laforge
48
== Hardware ==
49 17 laforge
50 1 laforge
The first implementations used an Olimex SAM7-P64 development board with some of the I/O lines hooked up to the mechanical SIM card adapters from [wiki:RebelSIM_Scanner]. If the RebelSIM scanner is used, connect the USB even if just the lines are used. It needs to be powered, else the real reader will often fail to initialize the card.
51
52 31 laforge
Now we have a dedicated PCB design.  The schematics and Gerber files are released as open source hardware and can be produced by everyone.
53
54
However, those of you who are not interested in building it from scratch can buy a complete factory-produced, tested and flashed PCB assembly from http://shop.sysmocom.de/products/simtrace
55
56 27 laforge
More details are available at [wiki:SIMtrace/Hardware]
57 4 laforge
58 1 laforge
== Firmware ==
59
60 28 laforge
The firmware for the AT91SAM7S device was written by reusing a lot of the code for the [http://www.openpcd.org/ OpenPCD]
61
RFID reader.  Details are available at [wiki:SIMtrace/Firmware].
62 24 tsaitgaist
63 1 laforge
64 5 laforge
== Host PC Software ==
65
66 6 tsaitgaist
The {{{simtrace}}} program is part of the git://git.osmocom.org/simtrace.git repository. It will bind to the USB device
67 5 laforge
and send GSMTAP frames using UDP/IPv4 to localhost:4729.
68 6 tsaitgaist
69 14 tsaitgaist
=== Preconditions ===
70 1 laforge
71 14 tsaitgaist
[wiki:libosmocore] and headers (simtrace_usb.h) from the firmware.
72
73
additional packages :
74 6 tsaitgaist
{{{
75 26 tsaitgaist
sudo apt-get install libusb-1.0-0-dev
76 7 tsaitgaist
}}}
77 1 laforge
78 6 tsaitgaist
=== Compiling it ===
79
80 1 laforge
{{{
81 14 tsaitgaist
git clone git://git.osmocom.org/simtrace.git
82 21 tsaitgaist
cd simtrace/host/
83 6 tsaitgaist
make
84
}}}
85
86 35 tsaitgaist
=== Accessing it ===
87
88
Add udev rules so to be able to use simtrace and access the device as non-root user (only need to be in the osmocom group)
89
90
{{{
91
sudo groupadd osmocom
92
sudo adduser $USERNAME osmocom
93
sudo tee /etc/udev/rules.d/10-osmocom.rules << EOF
94
# to use, install this file in /etc/udev/rules.d as 10-osmocom.rules
95
# rule to grant read/write access on SIMtrace to group named osmocom.
96
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="0762", GROUP:="osmocom", MODE:="0660"
97
EOF
98
sudo service udev reload
99
}}}
100
101
you must log out and back in so to take effect.
102
103 6 tsaitgaist
=== Using it ===
104
105
Simply start '''simtrace'''.
106 13 tsaitgaist
It will send the GSMTAP frames to UDP/IPv4 localhost:4729.
107 1 laforge
108
It will also print hexdumps of the frames to the console, looking like this:
109 6 tsaitgaist
{{{
110 1 laforge
sudo ./simtrace
111
APDU: (9):  a0 a4 00 00 02 6f 07 9f 0f
112
APDU: (22):  a0 c0 00 00 0f 00 00 00 09 6f 07 04 00 15 00 15 01 02 00 00 91 78
113
APDU: (9):  a0 a4 00 00 02 6f 38 9f 0f
114
APDU: (22):  a0 c0 00 00 0f 00 00 00 09 6f 38 04 00 15 00 55 01 02 00 00 91 78
115
APDU: (16):  a0 b0 00 00 09 ff 3f ff ff 00 00 3f 03 00 91 78
116
APDU: (9):  a0 a4 00 00 02 6f ad 9f 0f
117
APDU: (8):  a0 b0 00 00 01 00 91 78
118
APDU: (9):  a0 a4 00 00 02 6f 07 9f 0f
119
APDU: (16):  a0 b0 00 00 09 08 49 06 20 11 49 00 11 06 91 78
120
APDU: (9):  a0 a4 00 00 02 6f 7e 9f 0f
121
APDU: (18):  a0 b0 00 00 0b ff ff ff ff 64 f0 00 ff fe 00 03 91 78
122
APDU: (9):  a0 a4 00 00 02 6f 78 9f 0f
123
APDU: (9):  a0 b0 00 00 02 00 01 91 78
124
APDU: (9):  a0 a4 00 00 02 6f 74 9f 0f
125 2 laforge
APDU: (23):  a0 b0 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 91 78
126
APDU: (9):  a0 a4 00 00 02 6f 20 9f 0f
127
APDU: (16):  a0 b0 00 00 09 ff ff ff ff ff ff ff ff 07 91 78
128
APDU: (9):  a0 a4 00 00 02 6f 30 9f 0f
129 1 laforge
APDU: (22):  a0 c0 00 00 0f 00 00 00 f0 6f 30 04 00 11 00 55 01 02 00 00 91 78
130
}}}
131
132
== Wireshark integration ==
133
134 34 tsaitgaist
There is an experimental patch, also part of the simtrace.git package.  It is also included in the [wiki:wireshark] developer version (since wireshark 1.7.1).
135
136
To see the APDUs in wireshark:
137 37 tsaitgaist
 * on localhost SIMtrace automatically opens a UDP sink locally, no need to do any anything
138
 * to get the data on another machine
139
  * start an UDP sink for GSMTAP on the other machine (do not use netcat as it "connects" back)
140 34 tsaitgaist
{{{
141 37 tsaitgaist
socat -u udp-recv:4729 /dev/null
142 34 tsaitgaist
}}}
143 37 tsaitgaist
  * tell SIMtrace on which machine to forward
144 34 tsaitgaist
{{{
145 37 tsaitgaist
./simtrace -i 192.168.0.1
146 34 tsaitgaist
}}}
147 1 laforge
148
[[Image(wireshark-sim.png)]]
149
150
Protocol parsing is far from being complete, patches are always welcome!
151 31 laforge
152
== Contact / Mailing List ==
153
154
For any development or usage related questions, there is a mailinglist [mailto:simtrace@lists.osmocom.org], you can subscribe/unsubscribe to it at http://lists.osmocom.org/mailman/listinfo/simtrace and read the archives at http://lists.osmocom.org/pipermail/simtrace/
155
156
Please kindly observe our [http://openbsc.osmocom.org/trac/wiki/MailingListRules Mailing List Rules]
Add picture from clipboard (Maximum size: 48.8 MB)