Skip to content

Commit 0b97190

Browse files
committed
Add: phone-number object
1 parent ffd9120 commit 0b97190

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"attributes": {
3+
"country-code": {
4+
"category": "Person",
5+
"description": "Country code in text format (e.g., US)",
6+
"disable_correlation": true,
7+
"misp-attribute": "text",
8+
"multiple": false,
9+
"object_relation": "country-code",
10+
"to_ids": false,
11+
"ui-priority": 1
12+
},
13+
"country-code-numeric": {
14+
"category": "Person",
15+
"description": "Country code as per the E.164 numbering plan (e.g., +1)",
16+
"disable_correlation": true,
17+
"misp-attribute": "text",
18+
"multiple": false,
19+
"object_relation": "country-code-numeric",
20+
"to_ids": false,
21+
"ui-priority": 1
22+
},
23+
"national-destination-code": {
24+
"category": "Person",
25+
"description": "National destination code as per the E.164 numbering plan (e.g., 415)",
26+
"disable_correlation": true,
27+
"misp-attribute": "text",
28+
"multiple": false,
29+
"object_relation": "national-destination-code",
30+
"to_ids": false,
31+
"ui-priority": 0
32+
},
33+
"phone-number": {
34+
"category": "Person",
35+
"description": "Phone number in E.164 format (e.g., +14155552671)",
36+
"disable_correlation": false,
37+
"misp-attribute": "phone-number",
38+
"multiple": false,
39+
"object_relation": "phone-number",
40+
"to_ids": false,
41+
"ui-priority": 3
42+
},
43+
"subscriber-number": {
44+
"category": "Person",
45+
"description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)",
46+
"disable_correlation": true,
47+
"misp-attribute": "text",
48+
"multiple": false,
49+
"object_relation": "subscriber-number",
50+
"to_ids": false,
51+
"ui-priority": 0
52+
},
53+
"text": {
54+
"category": "Person",
55+
"description": "Description or additional information about the phone number.",
56+
"disable_correlation": true,
57+
"misp-attribute": "text",
58+
"multiple": false,
59+
"object_relation": "text",
60+
"to_ids": false,
61+
"ui-priority": 2
62+
}
63+
},
64+
"description": "Phone number based on the E.164 international public telecommunication numbering plan",
65+
"meta-category": "mobile",
66+
"name": "phone-number",
67+
"required": [
68+
"phone-number"
69+
],
70+
"uuid": "c4b5a67c-63d2-11ec-90d6-0242ac120003",
71+
"version": 1
72+
}

0 commit comments

Comments
 (0)