updated office 365 file names, changed string to substring, and changed lists.json to list.json

pull/97/head
Faber 2019-03-11 20:56:19 -04:00
parent 70b3e915ee
commit ea0968bd5e
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"description": "Office 365 URLs and IP address ranges", "description": "Office 365 IP address ranges",
"list": [ "list": [
"104.146.128.0/17", "104.146.128.0/17",
"104.210.208.16/29", "104.210.208.16/29",
@ -319,7 +319,7 @@
"ip-dst", "ip-dst",
"domain|ip" "domain|ip"
], ],
"name": "List of known Office 365 IP address ranges", "name": "List of known Office 365 IP",
"type": "cidr", "type": "cidr",
"version": 20190310 "version": 20190310
} }

View File

@ -1,5 +1,5 @@
{ {
"description": "Office 365 URLs and IP address ranges", "description": "Office 365 URLs",
"list": [ "list": [
"-files.sharepoint.com", "-files.sharepoint.com",
"-myfiles.sharepoint.com", "-myfiles.sharepoint.com",
@ -413,7 +413,7 @@
"domain|ip", "domain|ip",
"hostname" "hostname"
], ],
"name": "List of known Office 365 URLs address ranges", "name": "List of known Office 365 URLs",
"type": "string", "type": "substring",
"version": 20190310 "version": 20190310
} }