15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"description": "Numbers that cannot be attributed because they reserved for different purposes.",
|
|
"list": [
|
|
"/((?:\\+|00)33?|0?)(19900|26191|35301|46571|53649|63998)([0-9]{4})/g",
|
|
"/((?:\\+|00)33?|0?)(999)([0-9]{6})/g"
|
|
],
|
|
"matching_attributes": [
|
|
"phone-number",
|
|
"whois-registrant-phone"
|
|
],
|
|
"name": "Unattributed phone number.",
|
|
"type": "regex",
|
|
"version": 20201028
|
|
}
|