|
1 | 1 | { |
2 | 2 | "attributes": { |
3 | 3 | "country-code": { |
4 | | - "category": "Person", |
5 | 4 | "description": "Country code in text format (e.g., US)", |
6 | 5 | "disable_correlation": true, |
7 | 6 | "misp-attribute": "text", |
8 | 7 | "multiple": false, |
9 | | - "object_relation": "country-code", |
10 | 8 | "to_ids": false, |
11 | 9 | "ui-priority": 1 |
12 | 10 | }, |
13 | 11 | "country-code-numeric": { |
14 | | - "category": "Person", |
15 | 12 | "description": "Country code as per the E.164 numbering plan (e.g., +1)", |
16 | 13 | "disable_correlation": true, |
17 | 14 | "misp-attribute": "text", |
18 | 15 | "multiple": false, |
19 | | - "object_relation": "country-code-numeric", |
20 | 16 | "to_ids": false, |
21 | 17 | "ui-priority": 1 |
22 | 18 | }, |
23 | 19 | "national-destination-code": { |
24 | | - "category": "Person", |
25 | 20 | "description": "National destination code as per the E.164 numbering plan (e.g., 415)", |
26 | 21 | "disable_correlation": true, |
27 | 22 | "misp-attribute": "text", |
28 | 23 | "multiple": false, |
29 | | - "object_relation": "national-destination-code", |
30 | 24 | "to_ids": false, |
31 | 25 | "ui-priority": 0 |
32 | 26 | }, |
33 | 27 | "phone-number": { |
34 | | - "category": "Person", |
35 | 28 | "description": "Phone number in E.164 format (e.g., +14155552671)", |
36 | 29 | "disable_correlation": false, |
37 | 30 | "misp-attribute": "phone-number", |
38 | 31 | "multiple": false, |
39 | | - "object_relation": "phone-number", |
40 | 32 | "to_ids": false, |
41 | 33 | "ui-priority": 3 |
42 | 34 | }, |
43 | 35 | "subscriber-number": { |
44 | | - "category": "Person", |
45 | 36 | "description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)", |
46 | 37 | "disable_correlation": true, |
47 | 38 | "misp-attribute": "text", |
48 | 39 | "multiple": false, |
49 | | - "object_relation": "subscriber-number", |
50 | 40 | "to_ids": false, |
51 | 41 | "ui-priority": 0 |
52 | 42 | }, |
53 | 43 | "text": { |
54 | | - "category": "Person", |
55 | 44 | "description": "Description or additional information about the phone number.", |
56 | 45 | "disable_correlation": true, |
57 | 46 | "misp-attribute": "text", |
58 | 47 | "multiple": false, |
59 | | - "object_relation": "text", |
60 | 48 | "to_ids": false, |
61 | 49 | "ui-priority": 2 |
62 | 50 | } |
|
0 commit comments