Merge pull request #433 from samitainio/main

Add: phone-number object
pull/263/merge
Alexandre Dulaunoy 2024-06-10 09:38:45 +09:00 committed by GitHub
commit 8bd09aa37d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,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
}