-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
60 lines (60 loc) · 1.76 KB
/
definition.json
File metadata and controls
60 lines (60 loc) · 1.76 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
{
"attributes": {
"country-code": {
"description": "Country code in text format (e.g., US)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"to_ids": false,
"ui-priority": 1
},
"country-code-numeric": {
"description": "Country code as per the E.164 numbering plan (e.g., +1)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"to_ids": false,
"ui-priority": 1
},
"national-destination-code": {
"description": "National destination code as per the E.164 numbering plan (e.g., 415)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"to_ids": false,
"ui-priority": 0
},
"phone-number": {
"description": "Phone number in E.164 format (e.g., +14155552671)",
"disable_correlation": false,
"misp-attribute": "phone-number",
"multiple": false,
"to_ids": false,
"ui-priority": 3
},
"subscriber-number": {
"description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"to_ids": false,
"ui-priority": 0
},
"text": {
"description": "Description or additional information about the phone number.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"to_ids": false,
"ui-priority": 2
}
},
"description": "Phone number based on the E.164 international public telecommunication numbering plan",
"meta-category": "mobile",
"name": "phone-number",
"required": [
"phone-number"
],
"uuid": "c4b5a67c-63d2-11ec-90d6-0242ac120003",
"version": 1
}