mirror of https://github.com/MISP/misp-objects
chg: remove categories and object_relation definitions from phone-number
parent
0b971906ad
commit
23faffab2e
|
@ -1,62 +1,50 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"country-code": {
|
"country-code": {
|
||||||
"category": "Person",
|
|
||||||
"description": "Country code in text format (e.g., US)",
|
"description": "Country code in text format (e.g., US)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"object_relation": "country-code",
|
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"country-code-numeric": {
|
"country-code-numeric": {
|
||||||
"category": "Person",
|
|
||||||
"description": "Country code as per the E.164 numbering plan (e.g., +1)",
|
"description": "Country code as per the E.164 numbering plan (e.g., +1)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"object_relation": "country-code-numeric",
|
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"national-destination-code": {
|
"national-destination-code": {
|
||||||
"category": "Person",
|
|
||||||
"description": "National destination code as per the E.164 numbering plan (e.g., 415)",
|
"description": "National destination code as per the E.164 numbering plan (e.g., 415)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"object_relation": "national-destination-code",
|
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"phone-number": {
|
"phone-number": {
|
||||||
"category": "Person",
|
|
||||||
"description": "Phone number in E.164 format (e.g., +14155552671)",
|
"description": "Phone number in E.164 format (e.g., +14155552671)",
|
||||||
"disable_correlation": false,
|
"disable_correlation": false,
|
||||||
"misp-attribute": "phone-number",
|
"misp-attribute": "phone-number",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"object_relation": "phone-number",
|
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 3
|
"ui-priority": 3
|
||||||
},
|
},
|
||||||
"subscriber-number": {
|
"subscriber-number": {
|
||||||
"category": "Person",
|
|
||||||
"description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)",
|
"description": "Subscriber number as per the E.164 numbering plan (e.g., 5552671)",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"object_relation": "subscriber-number",
|
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"category": "Person",
|
|
||||||
"description": "Description or additional information about the phone number.",
|
"description": "Description or additional information about the phone number.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"object_relation": "text",
|
|
||||||
"to_ids": false,
|
"to_ids": false,
|
||||||
"ui-priority": 2
|
"ui-priority": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue