Skip to content

Commit 41f3792

Browse files
committed
first version of a mobile phone object
1 parent afa08ff commit 41f3792

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

objects/phone/definition.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"requiredOneOf": [
3+
"text",
4+
"first-seen",
5+
"last-seen",
6+
"imei",
7+
"imsi",
8+
"msisdn",
9+
"tmsi",
10+
"guti"
11+
],
12+
"attributes": {
13+
"imei": {
14+
"description": "International Mobile Equipment Identity (IMEI) is a number, usually unique, to identify 3GPP and iDEN mobile phones, as well as some satellite phones.",
15+
"misp-attribute": "text"
16+
},
17+
"imsi": {
18+
"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.",
19+
"misp-attribute": "text"
20+
},
21+
"msisdn": {
22+
"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.",
23+
"misp-attribute": "text"
24+
},
25+
"tmsi": {
26+
"description": "Temporary Mobile Subscriber Identities (TMSI) to visiting mobile subscribers can be allocated.",
27+
"misp-attribute": "text"
28+
},
29+
"gummei": {
30+
"description": "Globally Unique MME Identifier (GUMMEI) is composed from MCC, MNC and MME Identifier (MMEI)."
31+
},
32+
"guti": {
33+
"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.",
34+
"misp-attribute": "text"
35+
},
36+
"serial-number": {
37+
"description": "Serial Number.",
38+
"misp-attribute": "text"
39+
},
40+
"text": {
41+
"description": "A description of the phone.",
42+
"disable_correlation": true,
43+
"ui-priority": 1,
44+
"misp-attribute": "text"
45+
},
46+
"last-seen": {
47+
"description": "When the phone has been accessible or seen for the last time.",
48+
"disable_correlation": true,
49+
"ui-priority": 0,
50+
"misp-attribute": "datetime"
51+
},
52+
"first-seen": {
53+
"description": "When the phone has been accessible or seen for the first time.",
54+
"disable_correlation": true,
55+
"ui-priority": 0,
56+
"misp-attribute": "datetime"
57+
}
58+
},
59+
"version": 1,
60+
"description": "A phone or mobile phone object which describe a phone.",
61+
"meta-category": "misc",
62+
"uuid": "d7e4fbdd-b551-4862-bddb-a0b470a38509",
63+
"name": "phone"
64+
}

0 commit comments

Comments
 (0)