text
[RRG-proxmark3.git] / client / resources / ecp_taxonomy.json
blob77ac67d07a804ad2957dc151e000a197d23fa88f
2     "versions": {
3         "01": {
4             "tci": {
5                 "000000": {
6                     "id": "tci-vas-or-pay",
7                     "name": "VAS or payment",
8                     "description": "Used when a reader needs a pass or a payment card. Sometimes called VAS over Payment"
9                 }, 
10                 "000001": {
11                     "id": "tci-vas-and-pay",
12                     "name": "VAS and payment",
13                     "description": "Also called single tap mode. Allows reading multiple passes with different ids in one tap"
14                 },
15                 "000002": {
16                     "id": "tci-vas-only",
17                     "name": "VAS only",
18                     "description": "Used when a reader requests passes only"
19                 },
20                 "000003": {
21                     "id": "tci-pay-only",
22                     "name": "VAS only",
23                     "description": "Used when a reader requests payment cards only. Also disables express mode for chinese transit cards"
24                 },
25                 "cf0000": {
26                     "id": "tci-ignore",
27                     "name": "Ignore",
28                     "description": "iPhones before IOS17 emit this frame so that other apple devices don't react to the field"
29                 }
30             }
31         },
32     
33         "02": {
34             "types": {
35                 "01": {
36                     "id": "terminal-type-transit",
37                     "name": "Transit",
38                     "description": "Used by express-mode enabled transit terminals",
39                     
40                     "subtypes": {
41                         "00": {
42                             "id": "terminal-subtype-default",
43                             "name": "Default subtype",
44                             "description": "",
46                             "tci": {
47                                 "030400": {
48                                     "id": "tci-hop-fastpass",
49                                     "name": "HOP Fastpass",
50                                     "description": ""
51                                 },
52                                 "030002": {
53                                     "id": "tci-transit-for-london",
54                                     "name": "TFL",
55                                     "description": "First publically known TCI, found by Proxmark community member"
56                                 },
57                                 "030001": {
58                                     "id": "tci-wmata",
59                                     "name": "SmartTrip",
60                                     "description": ""
61                                 },
62                                 "030005": {
63                                     "id": "tci-la-tapp",
64                                     "name": "LA Tap",
65                                     "description": ""
66                                 },
67                                 "030007": {
68                                     "id": "tci-clipper",
69                                     "name": "Clipper",
70                                     "description": ""
71                                 },
72                                 "03095a": {
73                                     "id": "tci-navigo",
74                                     "name": "Navigo",
75                                     "description": ""
76                                 }
77                             },
79                             "data": {
80                                 "length": 5,
81                                 "name": "Fallback EMV payment networks",
82                                 "description": "Bit mask of allowed EMV open loop payment cards. First byte is responsible for most popular payment networks"
83                             }
84                         }
85                     }
86                 },
87                 "02": {
88                     "id": "terminal-type-access",
89                     "name": "Access",
90                     "description": "Used by express-mode enabled access and key readers",
92                     "subtypes": {
93                         "00": {
94                             "id": "terminal-subtype-venue",
95                             "name": "Venue",
96                             "description": "Used by following venues: Offices, Parks, Universities",
97                             "tci": {
98                                 "no-info-add-if-found": ""
99                             }
100                         },
101                         "06": {
102                             "id": "terminal-subtype-home-key",
103                             "name": "Home Key",
104                             "description": "Used by home key",
105                             "tci": {
106                                 "021100": {
107                                     "id": "tci-homekey",
108                                     "name": "Home Key",
109                                     "description": ""
110                                 }
111                             }
112                         },
113                         "09": {
114                             "id": "terminal-subtype-automotive-pairing",
115                             "name": "Automotive",
116                             "description": "Used by cars for access and setup",
117                             "tci": {
118                                 "no-info-add-if-found": ""
119                             }
120                         }
121                     }
122                 }
123             }
124         }
125     }