-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
91 lines (91 loc) · 3.21 KB
/
definition.json
File metadata and controls
91 lines (91 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"attributes": {
"brand": {
"description": "Brand of the phone.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"first-seen": {
"description": "When the phone has been accessible or seen for the first time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"gummei": {
"description": "Globally Unique MME Identifier (GUMMEI) is composed from MCC, MNC and MME Identifier (MMEI).",
"misp-attribute": "text",
"ui-priority": 0
},
"guti": {
"description": "Globally Unique Temporary UE Identity (GUTI) is a temporary identification to not reveal the phone (user equipment in 3GPP jargon) composed of GUMMEI and the M-TMSI.",
"misp-attribute": "text",
"ui-priority": 0
},
"iccid": {
"description": "E.118 - Integrated Circuit Card Identifier (ICCID) number to identify associated SIM or eSIM.",
"misp-attribute": "text",
"ui-priority": 1
},
"imei": {
"description": "International Mobile Equipment Identity (IMEI) is a number, usually unique, to identify 3GPP and iDEN mobile phones, as well as some satellite phones.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"imsi": {
"description": "A usually unique International Mobile Subscriber Identity (IMSI) is allocated to each mobile subscriber in the GSM/UMTS/EPS system. IMSI can also refer to International Mobile Station Identity in the ITU nomenclature.",
"misp-attribute": "text",
"ui-priority": 1
},
"last-seen": {
"description": "When the phone has been accessible or seen for the last time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"model": {
"description": "Model of the phone.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"msisdn": {
"description": "MSISDN (pronounced as /'em es ai es di en/ or misden) is a number uniquely identifying a subscription in a GSM or a UMTS mobile network. Simply put, it is the mapping of the telephone number to the SIM card in a mobile/cellular phone. This abbreviation has a several interpretations, the most common one being Mobile Station International Subscriber Directory Number.",
"misp-attribute": "text",
"ui-priority": 1
},
"serial-number": {
"description": "Serial Number.",
"misp-attribute": "text",
"ui-priority": 0
},
"text": {
"description": "A description of the phone.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"tmsi": {
"description": "Temporary Mobile Subscriber Identities (TMSI) to visiting mobile subscribers can be allocated.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "A phone or mobile phone object which describe a phone.",
"meta-category": "misc",
"name": "phone",
"requiredOneOf": [
"text",
"first-seen",
"last-seen",
"imei",
"imsi",
"msisdn",
"tmsi",
"guti",
"iccid"
],
"uuid": "d7e4fbdd-b551-4862-bddb-a0b470a38509",
"version": 6
}