[
  {
    "path": "FAQ.md",
    "content": "# FAQ\n\nAnswers to questions that are frequently asked\n\n\n## Why was this list created?\n\nWhen the paper investigating apple and google's data collection practices was popular on reddit, there did not seem to be a blocklist to easily add those non-consensual, while-idle tracking domains to a pihole filter. This is that easy list.\n\nThis project is mainly intended to provide the community of pihole users and blocklist creators with a place to collaborate and contribute their findings about these domains so that everyone can better understand their purpose and if they can easily be blocked.\n\nIt is not my intention to create or maintain a separate list or spend tons of time constantly testing domains in depth to see if they break anything. \n\nForks and pull requests are absolutely welcome if you would like to contribute\n\n## Why hasnt there been any updates to the list for X weeks/months/years?\n\nSee [Why was this list created?](#why-was-this-list-created)\n\n\n## Why wont you add domains from [other large tech company]?\n\nThis list focusses fairly narrowly on domains from paper linked in the README since there did not seem to be an easy blocklist for those domains when the paper was making the rounds on reddit. \n\nThe intention for this list is not for me to create an entirely independent blocklist to try and block all telemetry ever. Other lists (see list in the README) have already gotten there first and have done a way better job. I encourage maintainers of other lists to incorporate these domains into their own lists\n\n\n## Why is the blocklist empty?\nBlocking is currently split into three lists as outlined in the README. These lists are for:\n- domains that are confirmed not to cause any issues with any other services (the main list)\n- domains that have not been tested enough (beta list)\n- domains that definitely or will very likely break something not related to idle telemetry (borked list)\n \nThis was done so that users could chose what tradeoffs they want to make on the privacy vs convenience scale by choosing to add more than one of the above lists to combine the domains on them. \n\nAs this is mainly a curiosity project, I dont have time to test every domain in depth to see if it breaks anything, so for now most of the domains are in the \"beta\"/untested list until there is a reasonable amount of certainly that things won't break. If there's a domain that is likely not to break things and is collecting \"unnecessary\" telemetry such as nearby MAC addresses, then feel free to file an issue and I will consider adding it to the main list based on the evidence or a popular vote in favor of the domain.\n\n\n## Why are there only a few domains in the list?\n\nThis list is likely not like other blocklists you are used to since it is hand curated for the specific purpose of making domains from the paper (linked in the README) available for inclusion in pihole lists and enabling community discussion. It takes time to organize all the domains, figure out what they are for, place them on the appropriate list, and test to make sure they dont break things.\n\n## I know of a blocklist that people may be interested in, can I add it to the README?\n\nSure, feel free to submit a pull request and I will review it. However Keep in mind that the goal of this project is to contribute to the community effort of building good domain block lists, not to become another service for listing the best blocklists.\n\n\n\n## How do I update these lists?\n\nDetails on how to update the lists are documented in the `UPDATING.md` file"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 Adrian Edwards\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# pihole-antitelemetry\n[Research](https://www.scss.tcd.ie/doug.leith/apple_google.pdf) shows Google collects 20x more data from Android than Apple collects from iOS. Block both using these pihole lists.\n\n## Project Goals and FAQ\n\nThe purpose and goals of this blocklist are outlined in the [FAQ](FAQ.md#why-was-this-list-created)\n\n## The lists\nFor a list of domains that should not break anything, use `telemetry-domains.txt`.\n\nIf you want to also block domains that are not well-tested, add `telemetry-domains_beta.txt` to the list. \n\nDomains that are known to break user-facing services or apps are moved to `telemetry-domains_borked.txt` for use at your own risk.\n\nThese lists are maintained with help from the community. Any efforts to help sort domains into the correct blocklists will help others better block non-consensual telemetry.\n\n## Import blocklist\n\nOn the Pi-hole admin page, go under _Group management_ > _Adlists_ > _Add a new adlist_\n\n![](imgs/adlist_menu.png)\n\nYou can add a new list either by URL or by local path:\n\n- By URL: https://raw.githubusercontent.com/MoralCode/pihole-antitelemetry/main/telemetry-domains.txt\n- By local path: `file:///local/path/to/blocklist.txt`.\n\n![](imgs/adlist_form.png)\n\n> ( ! )  To apply the changes you need to run `pihole -g` or update your gravity list online: `http://<YOUR-PIHOLE_SERVER>/admin/gravity.php`\n\n## Existing lists\n- [NextDNS apple list](https://github.com/nextdns/metadata/blob/master/privacy/native/apple)\n- [mischosts apple telemetry list](https://github.com/llacb47/mischosts/blob/master/apple-telemetry)\n- https://decloudus.com/\n- https://filterlists.com/\n- https://github.com/crazy-max/WindowsSpyBlocker\n- \n"
  },
  {
    "path": "UPDATING.md",
    "content": "# How to update the lists\n\nSince the primary purpose of this list is to help other blocklist maintainers understand and incorporate these domains into their own lists, all of the blocklists are managed through the `domains.csv` file. This simple CSV spreadsheet acts as a sort of database for recording each URL discovered from the papers and documenting its purpose with sources wherever possible.\n\nBecause this spreadsheet is a regular CSV file, it can be opened in any sane CSV-capable editor such as LibreOffice or Excel and edited like any spreadsheet (including formulas, formulas not included).\n\nHowever, because a CSV will preserve the order that the rows are in when you save them, PLEASE be sure to **re-sort by the `order` column (ascending/low-to-high order please) prior to saving if you performed any sorting or filtering on the rows**. This helps keep the diffs clean and readable when your changes are committed. If your changes are hard to review, then the review process may take longer.\n\nIf you make any changes to a domain, please ensure that your changes are made to **all domains or URLs to which that change applies** as the spreadsheet contains some domains multiple times in order to preserve the URL that they were initially part of within the associated papers. Sorting by either the `id` column or the `raw_domain` column will group matching domain names together so its easier to make all these changes at once. Dont forget to sort by `order` when you are about to save so you dont commit needless re-arrangements of the rows in the list to the repository.\n\n*Note:* There are a few domains that seem to be identical but are assigned two different `id` values. These appear to be potentially due to formatting errors (such as using a hyphen vs an em-dash) when parsing urls from the original PDF's but were left in due to uncertainty surrounding whether these could be valid as separate domains. If you know for certain that these similar characters are not allowed in domain names, feel free to submit a pull request to correct them.\n\nIf you make any changes to the \"list\" column that specifies which list that domain belongs to, you will also need to regenerate the list files by running `python3 update-lists.py`.\n\n\n"
  },
  {
    "path": "domains.csv",
    "content": "order,full_url,raw_domain,id,domain_src,purpose_src,company,list,purpose,used_when,identifiers_sent,other_info_sent,Notes\n1,sa.apple.com/grandslam,sa.apple.com,126,original paper,,Apple,beta,,Upon first startup,\"UDID,  X-Mme-Device-Id, hardware serial number\",,\n2,https://gsa.apple.com/grandslam/MidService/startMachineProvisioning,gsa.apple.com,57,original paper,https://apple.stackexchange.com/a/240148,Apple,borked,Likely apple authorization,,,,\n3,https://lcdn-locator.apple.com/lcdn/locate,lcdn-locator.apple.com,92,original paper,original paper,Apple,borked,CDN locator,startup/setup process,,handset local IP address,\n4,https://humb.apple.com/humbug/baa,humb.apple.com,73,original paper,original paper,Apple,borked,com.apple.bluetoothd,iOS 14.5 pairing apple watch to unlock Face ID phone when wearing a mask,handset hardware serial number and UniqueChipID,,\n5,https://smp-device-content.apple.com/static/region/v2/config.json,smp-device-content.apple.com,134,original paper,,Apple,beta,,,,,\n6,xp.apple.com/report/2/psr_ota,xp.apple.com,154,original paper,original paper,Apple,borked,\"telemetry, iOS beta version update checks\",\"when “dont share” is selected during startup/setup, blocking prevents updating iOS to non-public beta versions (perhaps even public versions)\",,,\n7,https://app-measurement.com/config/app/,app-measurement.com,15,original paper,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463690,Google,beta,google firebase analytics,,,,\n8,www.googleapis.com/androidantiabuse,www.googleapis.com,150,original paper,original paper,Google,borked,google APIs,,,,\n9,www.gstatic.com,www.gstatic.com,152,original paper,original paper,Google,borked,google static content,,,,\n10,app-measurement.com,app-measurement.com,15,original paper,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463690,Google,beta,google firebase analytics,,,,\n11,youtubei.googleapis.com/deviceregistration,youtubei.googleapis.com,155,original paper,original paper,Google,borked,youtube content,,,,\n12,android.clients.google.com/checkin,android.clients.google.com,5,original paper,,Google,,,,,,\n13,clients.google.com/checkin,clients.google.com,33,original paper,,Google,,,,,,\n14,fonts.gstatic.com,fonts.gstatic.com,47,original paper,original paper,Google,borked,google fonts,,,,\n15,play.googleapis.com,play.googleapis.com,111,original paper,original paper,Google,borked,google play,,,,\n16,play.googleapis.com/log/batch,play.googleapis.com,111,original paper,original paper,Google,borked,google play,,,,\n17,play.googleapis.com/play/log,play.googleapis.com,111,original paper,original paper,Google,borked,google play,,,,\n18,www.googleapis.com/experimentsandconfigs,www.googleapis.com,150,original paper,original paper,Google,borked,google APIs,,,,\n19,android.clients.google.com/checkin,android.clients.google.com,5,original paper,,Google,,,,,,\n20,https://gsas.apple.com/grandslam/GsService2/postdata,gsas.apple.com,58,original paper,https://apple.stackexchange.com/a/240158,Apple,borked,apple authorization,when idle,\"apple advertising identifier,  hardware serial no., SIM integrated circuit identifier, IMEI, phone number, \",,\n21,gsp85-ssl.ls.apple.com,gsp85-ssl.ls.apple.com,67,original paper,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,when idle,,mac addresses of nearby devices,\n22,https://gsp57-ssl-locus.ls.apple.com/dispatcher.arpc,gsp57-ssl-locus.ls.apple.com,63,original paper,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,when idle,,mac addresses of nearby devices,\n23,xp.apple.com,xp.apple.com,154,original paper,original paper,Apple,borked,telemetry,Settings app is opened,,,\n24,https://albert.apple.com/deviceservices/activity/phoneNumberSimNotification,albert.apple.com,4,original paper,https://youtu.be/FCSCq5rGxDI?t=370s,Apple,beta,apple activation service,When SIM is inserted,SIM identifiers,,\n25,https://gsp10-ssl.apple.com/hcy/pbcwloc,gsp10-ssl.apple.com,61,original paper,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,When location is enabled,\"Lat, long, WIFI mac address of nearby devices\",,\n26,api-glb-dub.smoot.apple.com,api-glb-dub.smoot.apple.com,9,original paper,original paper,Apple,borked,spotlight suggestions (see: https://apple.stackexchange.com/a/157495),When location is enabled,fuzzed/approximate lat/long,,\n27,android.googleapis.com/checkin,android.googleapis.com,7,original paper,,Google,,,when idle,\"Carrier ID and other info, handset hardware serial number, device ID’s\",,\n28,www.google.com/complete/search,www.google.com,148,original paper,original paper,Google,borked,google search,,,,\n29,ssl.google-analytics.com/batch,ssl.google-analytics.com,138,original paper,,Google,beta,,,,,\n30,android.clients.google.com,android.clients.google.com,5,original paper,,Google,,,,,,\n31,youtubei.googleapis.com/youtubei/v1/account,youtubei.googleapis.com,155,original paper,original paper,Google,borked,youtube content,,,,\n32,youtubei.googleapis.com/youtubei/v1/log_event,youtubei.googleapis.com,155,original paper,original paper,Google,borked,youtube content,,,,\n33,www.googleadservices.com,www.googleadservices.com,149,original paper,original paper,Google,beta,google ads,,,,\n34,i.ytimg.com/generate_204,i.ytimg.com,74,original paper,original paper,Google,borked,youtube images,,,,\n35,youtubei.googleapis.com/generate_204,youtubei.googleapis.com,155,original paper,original paper,Google,borked,youtube content,,,,\n36,safebrowsing.googleapis.com,safebrowsing.googleapis.com,127,original paper,,Google,,,,,,\n37,pdate.googleapis.com,pdate.googleapis.com,109,original paper,,Google,beta,,,,,\n38,growth-pa.googleapis.com/google.internal.identity.growth.v1.GrowthApiService/GetPromos - device details - no unique identifiers,growth-pa.googleapis.com,55,original paper,original paper,Google,beta,google docs and messaging apps,,none,device details,\n39,mobilenetworkscoring-pa.googleapis.com/v1/GetWifiQuality,mobilenetworkscoring-pa.googleapis.com,97,original paper,original paper,Google,beta,unclear,,device identifier (via the X-Client-Data header),,\n40,https://android.clients.google.com/fdfe/uploadDynamicConfig,android.clients.google.com,5,original paper,,Google,,,,,,\n41,idiagnostics.apple.com,idiagnostics.apple.com,77,original paper,original paper,Apple,beta,diagnostics,Settings app is opened,hardware serial number,,\n42,cf.iadsdk.apple.com/adserver/2.6/config,cf.iadsdk.apple.com,27,original paper,original paper,Apple,beta,adprivacyd process,Settings app is opened,,,\n43,iadsdk.apple.com/adserver/2.6/optout/optout_optin,iadsdk.apple.com,75,original paper,original paper,Apple,beta,adprivacyd process/iAd SDK,Settings app is opened,,,\n44,bag.itunes.apple.com,bag.itunes.apple.com,21,original paper,original paper,Apple,borked,adprivacyd process,Settings app is opened,,cookie,\n45,gspe35-ssl.ls.apple.com/geo_manifest/dynamic/config,gspe35-ssl.ls.apple.com,69,original paper,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,Settings app is opened,,,\n46,gsp-ssl.ls.apple.com/ab.arpc,gsp-ssl.ls.apple.com,59,original paper,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,Settings app is opened,\"SIM mobile carrier details, among other things\",,\n47,gsp64-ssl.ls.apple.com/hvr/v3/use,gsp64-ssl.ls.apple.com,65,original paper,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,Settings app is opened,\"SIM mobile carrier details, among other things\",,\n48,static.gc.apple.com,static.gc.apple.com,141,original paper,original paper,Apple,beta,gamed process (likely gamecenter). Possibly static assers,Settings app is opened,auth tokens linked to your device,,\n49,profile.gc.apple.com,profile.gc.apple.com,114,original paper,original paper,Apple,beta,gamed process (likely gamecenter),Settings app is opened,auth tokens linked to your device,,\n50,init.gc.apple.com,init.gc.apple.com,79,original paper,original paper,Apple,beta,gamed process (likely gamecenter),Settings app is opened,,,\n51,firebaseinstallations.googleapis.com,firebaseinstallations.googleapis.com,44,original paper,original paper,Google,,google firebase,,,,\n52,android.clients.google.com,android.clients.google.com,5,original paper,,Google,,,,,,\n53,pagead2.googlesyndication.com,pagead2.googlesyndication.com,104,original paper,original paper,Google,beta,google ads probably,,,,\n54,,init.itunes.apple.com,80,original paper,original paper,Apple,borked,Preferences agent,Settings app is opened,auth tokens linked to your device,,\n55,,play.itunes.apple.com,112,original paper,original paper,Apple,borked,Preferences agent,Settings app is opened,auth tokens linked to your device,,\n56,,smoot.apple.com,133,original paper,original paper,Apple,borked,Siri and search-related stuff,\"Ehen idle, URL is typed in Safari,\",,,\n57,,weather-analytics-events.apple.com,147,User-submitted – reddit,User-submitted,Apple,,,,,,\n58,https://mesu.apple.com/systemassets/7FEA8C96−D86C−11EA−B09C,mesu.apple.com,95,supplementary information PDF,https://documentation.meraki.com/General_Administration/Other_Topics/Blocking_or_Rate_Limiting_iOS_Updates,Apple,borked,apple update server,,,,\n59,https://www.gstatic.com/images/icons/material/apps/weather/2x/,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n60,http://updates−http.cdn−apple.com/2020/ios/061−44374−20200220−8,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n61,https://iadsdk.apple.com/adserver/2.6/optout/optout,iadsdk.apple.com,75,supplementary information PDF,,Apple,beta,adprivacyd process/iAd SDK,,,,\n62,https://www.gstatic.com/matchmaker/webref/19051900/2/en−us/,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n63,http://updates−http.cdn−apple.com/2020/ios/061−84158−20200316−7,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n64,https://caldav.icloud.com/.well−known/calendarsearchdav,caldav.icloud.com,24,supplementary information PDF,,Apple,borked,caldav,,,,\n65,https://pagead2.googlesyndication.com/pagead/gen,pagead2.googlesyndication.com,104,supplementary information PDF,,Google,beta,ads,,,,\n66,http://updates−http.cdn−apple.com/systemassets/7FEA8C96−D86C−11,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n67,https://gsa.apple.com/auth/verify/trusteddevice/securitycode,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240149,Apple,borked,Likely apple authorization,,,,\n68,https://cf.iadsdk.apple.com/adserver/2.6/conﬁg,cf.iadsdk.apple.com,27,supplementary information PDF,,Apple,beta,iad ,,,,\n69,https://www.gstatic.com/android/keyboard/emoji/20190401132437/en,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n70,https://fbs.smoot.apple.com/fb?key=frigate1738&type=FeedbackV2PB,fbs.smoot.apple.com,43,supplementary information PDF,,Apple,,,,,,\n71,https://is4−ssl.mzstatic.com/image/thumb/Music/v4/80/bb/f0/80bbf0be,is4−ssl.mzstatic.com,88,supplementary information PDF,,Apple,borked,likely static content,,,,\n72,https://gateway.icloud.com/conﬁg,gateway.icloud.com,49,supplementary information PDF,,Apple,,,,,,\n73,https://api−glb−dub.smoot.apple.com/lookup,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n74,https://is2−ssl.mzstatic.com/image/thumb/Music/v4/cf/09/e2/cf09e256,is2−ssl.mzstatic.com,86,supplementary information PDF,,Apple,borked,likely static content,,,,\n75,https://api−glb−dub.smoot.apple.com/dictionary,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n76,https://clients1.google.com/complete/search?json=t&nolabels=t&,clients1.google.com,34,supplementary information PDF,,Google,,,,,,\n77,https://www.google.com/s?oe=utf−8&safe=images&gcc=ie&ctzn=,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n78,https://android.clients.google.com/fdfe/autoUpdate?nocache,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n79,https://mobilenetworkscoring−pa.googleapis.com/v1/GetWiﬁQuality,mobilenetworkscoring-pa.googleapis.com,97,supplementary information PDF,,Google,beta,,,,,Borked according to issue #15\n80,https://beacons.gcp.gvt2.com/domainreliability/upload−nel,beacons.gcp.gvt2.com,22,supplementary information PDF,,Google,,,,,,Borded according to issue #15\n81,https://www.google.com/m/voice−search/up?pair=54ce9385−2849−4,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,Borded according to issue #15\n82,https://www.gstatic.com/matchmaker/template,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n83,https://albert.apple.com/deviceservices/activity/,albert.apple.com,4,supplementary information PDF,https://youtu.be/FCSCq5rGxDI?t=370s,Apple,beta,apple activation service,,,,\n84,https://www.gstatic.com/gpp−server/r2,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n85,https://ﬁrebaseinstallations.googleapis.com/v1/projects/android−safety/,ﬁrebaseinstallations.googleapis.com,45,supplementary information PDF,,Google,,,,,,\n86,https://sf−api−token−service.itunes.apple.com/apiToken?osVersion,sf−api−token−service.itunes.apple.com,132,supplementary information PDF,,Apple,,,,,,\n87,https://auditrecording−pa.googleapis.com/google.internal.api,auditrecording−pa.googleapis.com,20,supplementary information PDF,,Google,,,,,,\n88,https://is4−ssl.mzstatic.com/image/thumb/Music/v4/9d/70/3b/9d703b5d,is4−ssl.mzstatic.com,88,supplementary information PDF,,Apple,borked,likely static content,,,,\n89,https://www.googleapis.com/afﬁliation/v1/afﬁliation:lookup?alt=proto,www.googleapis.com,150,supplementary information PDF,,Google,,,,,,\n90,https://connectivitycheck.gstatic.com/generate,connectivitycheck.gstatic.com,39,supplementary information PDF,,Google,,,,,,\n91,https://www.gstatic.com/android−search/hotword/x,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n92,https://is1−ssl.mzstatic.com/image/thumb/Music/v4/f3/f8/70/f3f8709e,is1−ssl.mzstatic.com,85,supplementary information PDF,,Apple,borked,likely static content,,,,\n93,https://su.itunes.apple.com/WebObjects/MZSoftwareUpdate.woa/wa/,su.itunes.apple.com,142,supplementary information PDF,,Apple,,,,,,\n94,https://www.gstatic.com/icing/idd/nicknames−mapping/nicknames−,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n95,google-analytics.com/batch,google-analytics.com,52,supplementary information PDF,,Google,,,,,,\n96,https://www.google.com/m/voice−search/up?pair=4b7c99b8−d7a5−49,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n97,https://www.gstatic.com/android/text,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n98,https://android.clients.google.com/fdfe/delivery?doc=com.google.ar.core,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n99,https://gstatic.com/matchmaker/template,gstatic.com,71,supplementary information PDF,,Google,borked,google static content,,,,\n100,https://api−glb−dub.smoot.apple.com/spotlight,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n102,https://partiality.itunes.apple.com/WebObjects/MZPartiality.woa/wa/,partiality.itunes.apple.com,107,supplementary information PDF,,Apple,,,,,,\n103,https://update.googleapis.com/service/update2/json?cup2key,update.googleapis.com,143,supplementary information PDF,,Google,,,,,,\n104,https://pancake.apple.com/bags/maple/ios/coreaudio?version=10.89,pancake.apple.com,106,supplementary information PDF,,Apple,,,,,,\n105,https://gsp85−ssl.ls.apple.com/wiﬁ,gsp85−ssl.ls.apple.com,68,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n106,https://itunes.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle,itunes.apple.com,90,supplementary information PDF,,Apple,,,,,,\n107,https://digitalassetlinks.googleapis.com/google.digitalassetlinks.v1,digitalassetlinks.googleapis.com,41,supplementary information PDF,,Google,,,,,,\n108,https://r5−−−sn−q0c7rn76.gvt1.com/play−apps−download−default/,r5−−−sn−q0c7rn76.gvt1.com,123,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n109,https://lh3.googleusercontent.com/,lh3.googleusercontent.com,94,supplementary information PDF,,Google,,,,,,\n110,https://r2−−−sn−q0cedn7s.gvt1.com/play−apps−download−default/,r2−−−sn−q0cedn7s.gvt1.com,118,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n111,https://safebrowsing.googleapis.com/v4/threatListUpdates:fetch?$ct=,safebrowsing.googleapis.com:fetch?$ct=,128,supplementary information PDF,,Google,,,,,,\n112,https://www.googleadservices.com/pagead/conversion/1001680686/,www.googleadservices.com,149,supplementary information PDF,,Google,beta,google ads,,,,\n113,fonts.gstatic.com,fonts.gstatic.com,47,supplementary information PDF,,Google,borked,google fonts,,,,\n114,https://is2−ssl.mzstatic.com/image/thumb/Music/v4/ae/0c/e3/ae0ce355,is2−ssl.mzstatic.com,86,supplementary information PDF,,Apple,borked,likely static content,,,,\n115,https://android.clients.google.com/fdfe/earlyDelivery?doc=com.google,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n116,https://www.gstatic.com/cryptauthvault/v0/cert.sig.xml,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n117,https://android.clients.google.com/fdfe/deviceSettings,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n118,https://www.gstatic.com/android/snet/03152019−10002011.snet,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n119,bag.itunes.apple.com,bag.itunes.apple.com,21,supplementary information PDF,,Apple,borked,adprivacyd process,,,,\n120,https://gsp−ssl.ls.apple.com/ab.arpc,gsp−ssl.ls.apple.com,60,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n121,025com.google.android.gm,025com.google.android.gm,1,supplementary information PDF,,Google,,,,,,\n122,android.gm,android.gm,6,supplementary information PDF,,Google,,,,,,\n123,https://gsa.apple.com/grandslam/GsService2,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240150,Apple,borked,Likely apple authorization,,,,\n124,https://android.clients.google.com/c2dm/register3,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n125,apple.com,apple.com,17,supplementary information PDF,,Apple,,,,,,\n126,https://lcdn−locator.apple.com/lcdn/locate,lcdn−locator.apple.com,93,supplementary information PDF,,Apple,,,,,,\n127,https://conﬁguration.apple.com/conﬁgurations/internetservices/bt/bcwv,conﬁguration.apple.com,37,supplementary information PDF,,Apple,,,,,,\n128,https://r3−−−sn−q0c7rn76.gvt1.com/play−apps−download−default/,r3−−−sn−q0c7rn76.gvt1.com,119,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n129,https://api−glb−dub.smoot.apple.com/autoﬁll,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n130,https://xp.apple.com/register,xp.apple.com,154,supplementary information PDF,,Apple,borked,telemetry,,,,\n131,https://dl.google.com/vision/1/creditcard/params,dl.google.com,42,supplementary information PDF,,Google,,,,,,\n132,https://growth−pa.googleapis.com/google.internal.identity.growth.v1,growth-pa.googleapis.com,55,supplementary information PDF,,Google,beta,,,,,\n133,https://app−measurement.com/conﬁg/app/1%3A327451421140%3,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463692,Google,beta,google firebase analytics,,,,\n134,https://ﬁrebaseinstallations.googleapis.com/v1/projects/google.com,ﬁrebaseinstallations.googleapis.com,45,supplementary information PDF,,Google,,,,,,\n135,app-measurement.com,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463691,Google,beta,google firebase analytics,,,,\n136,https://clients1.google.com/complete/search?json=t&nolabels=t&client=,clients1.google.com,34,supplementary information PDF,,Google,,,,,,\n137,https://is1−ssl.mzstatic.com/image/thumb/Features114/v4/13/90/8e,is1−ssl.mzstatic.com,85,supplementary information PDF,,Apple,borked,likely static content,,,,\n138,www.gstatic.com/android/,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n139,https://www.google.com/generate,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n140,https://www.google.com/tools/feedback/mobile/escalation−options−,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n142,https://iphone−ld.apple.com/lto/7day/v5/latest/lto2.dat,iphone-ld.apple.com,84,supplementary information PDF,,Apple,beta,phone id,,,,\n143,https://www.google.com/m/voice−search/up?pair=a1475369−20dd−42,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n144,https://is1−ssl.mzstatic.com/image/thumb/Purple124/v4/a9/63/9a/,is1−ssl.mzstatic.com,85,supplementary information PDF,,Apple,borked,likely static content,,,,\n145,gsa.apple.com/grandslam,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240151,Apple,borked,Likely apple authorization,,,,\n146,https://dl.google.com/dl/android/voice/en−us/v306/en−US−v306−f28,dl.google.com,42,supplementary information PDF,,Google,,,,,,\n147,https://gspe35−ssl.ls.apple.com/geo,gspe35−ssl.ls.apple.com,70,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n148,http://init−p01md.apple.com/bag,init−p01md.apple.com,82,supplementary information PDF,,Apple,,,,,,\n149,https://www.gstatic.com/android/keyboard/dictionarypack/Wheelharp−,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n150,https://app−measurement.com/conﬁg/app/1%3A286455739530%3,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463693,Google,beta,google firebase analytics,,,,\n151,https://android.clients.google.com/fdfe/selfUpdate?ex=1&susp=,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n152,https://p28−buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/,p28−buy.itunes.apple.com,103,supplementary information PDF,,Apple,,,,,,\n154,https://play.itunes.apple.com/WebObjects/MZPlay.woa/wa/,play.itunes.apple.com,112,supplementary information PDF,,Apple,,,,,,\n155,https://android.googleapis.com/auth/devicekey,android.googleapis.com,7,supplementary information PDF,,Google,,,,,,\n156,https://pd.itunes.apple.com/WebObjects/MZPurchaseDaap.woa/,pd.itunes.apple.com,108,supplementary information PDF,,Apple,,,,,,\n157,https://is5−ssl.mzstatic.com/image/thumb/Music/v4/35/81/f1/3581f178,is5−ssl.mzstatic.com,89,supplementary information PDF,,Apple,borked,likely static content,,,,\n159,http://updates−http.cdn−apple.com/2020/ios/061−44375−20200220−8,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n160,https://api−glb−dub.smoot.apple.com/,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n161,https://developers.google.com/ads-data-hub/guides/rdid-matching,developers.google.com,40,supplementary information PDF,,Google,,,,,,\n162,https://static.gc.apple.com/sap/setup.crt,static.gc.apple.com,141,supplementary information PDF,,Apple,beta,gamed process (likely gamecenter). Possibly static assers,,,,\n163,https://app−measurement.com/conﬁg/app/1%3A357317899610%3,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463694,Google,beta,google firebase analytics,,,,\n164,https://android.clients.google.com/fdfe/uploadDeviceConﬁg,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n165,https://gsa.apple.com/grandslam/MidService/startMachineProvisioning,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240152,Apple,borked,Likely apple authorization,,,,\n166,https://r5−−−sn−q0cedn7s.gvt1.com/play−apps−download−default/,r5−−−sn−q0cedn7s.gvt1.com,124,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n167,https://android.clients.google.com/fdfe/accountSync,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n168,https://gstatic.com/webref−ondevice/aiai/20111701/2/en−us/,gstatic.com,71,supplementary information PDF,,Google,borked,google static content,,,,\n169,https://android.clients.google.com/fdfe/preloads?doc=android,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n170,growth-pa.googleapis.com/google.internal.identity,growth-pa.googleapis.com,55,supplementary information PDF,,Google,beta,,,,,\n171,https://setup.icloud.com/conﬁgurations/init?context=buddy,setup.icloud.com,131,supplementary information PDF,,Apple,borked,possibly icloud setup,,,,\n172,https://is2−ssl.mzstatic.com/image/thumb/Music/v4/e5/b9/db/e5b9dbf6,is2−ssl.mzstatic.com,86,supplementary information PDF,,Apple,borked,likely static content,,,,\n173,https://is5−ssl.mzstatic.com/image/thumb/Music/v4/53/e8/52/53e8525b,is5−ssl.mzstatic.com,89,supplementary information PDF,,Apple,borked,likely static content,,,,\n174,https://beacons.gvt2.com/domainreliability/upload−nel,beacons.gvt2.com,23,supplementary information PDF,,Google,,,,,,\n175,https://smp−device−content.apple.com/static/region/v2/conﬁg.json,smp−device−content.apple.com,135,supplementary information PDF,,Apple,,,,,,\n176,apple.com/DTDs/PropertyList−1.0.dtd,apple.com,17,supplementary information PDF,,Apple,,,,,,\n177,https://proﬁle.gc.apple.com/WebObjects/GKProﬁleService.woa/wa/,profile.gc.apple.com,114,supplementary information PDF,,Apple,beta,,,,,\n178,https://api−edge.apps.apple.com/v1/editorial/ie/editorial−items?ids,api−edge.apps.apple.com,12,supplementary information PDF,,Apple,,,,,,\n179,https://upp.itunes.apple.com/WebObjects/MZBookkeeper.woa/wa/sync,upp.itunes.apple.com,145,supplementary information PDF,,Apple,,,,,,\n180,https://youtubei.googleapis.com/generate,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n181,https://api.smoot.apple.com/bag?cc=IE&esl=en−GB&key=,api.smoot.apple.com,11,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n182,http://ocsp.apple.com/ocsp03−asi2ca02/,ocsp.apple.com,99,supplementary information PDF,,Apple,borked,OCSP (certificate verification),,,,\n183,apple.com/geo,apple.com,17,supplementary information PDF,,Apple,,,,,,\n184,https://valid.apple.com/g3/v124,valid.apple.com,146,supplementary information PDF,,Apple,,,,,,\n185,https://fonts.gstatic.com/s/a/,fonts.gstatic.com,47,supplementary information PDF,,Google,borked,google fonts,,,,\n186,https://play.googleapis.com/download/by−token/download?token=,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n187,https://www.google.com/m/voice−search/down?pair=54ce9385,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n188,https://gateway.icloud.com/enservice/v1/conﬁg,gateway.icloud.com,49,supplementary information PDF,,Apple,,,,,,\n189,https://s.mzstatic.com/sap/setupCert.plist,s.mzstatic.com,125,supplementary information PDF,,Apple,,,,,,\n190,https://gsp10−ssl.apple.com/hvr/trc,gsp10−ssl.apple.com,62,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n191,https://android.clients.google.com/fdfe/accountSync?nocache,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n192,https://setup.icloud.com/setup/family/v2/getFamilyDetails,setup.icloud.com,131,supplementary information PDF,,Apple,borked,possibly icloud setup,,,,\n193,https://cl3.apple.com/3/v2/cldavl.avl.gz,cl3.apple.com,28,supplementary information PDF,,Apple,,,,,,\n194,https://youtubei.googleapis.com/youtubei/v1/account/get,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n195,https://is1−ssl.mzstatic.com/image/thumb/Purple114/v4/5b/2f/b5/5,is1−ssl.mzstatic.com,85,supplementary information PDF,,Apple,borked,likely static content,,,,\n196,https://dl.google.com/vision/1700/ocr/ocr,dl.google.com,42,supplementary information PDF,,Google,,,,,,\n197,https://apps.mzstatic.com/content/appstore−ios−13/,apps.mzstatic.com,19,supplementary information PDF,,Apple,,,,,,\n198,https://www.google.com/async/ddljson?async=,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n199,https://r4−−−sn−q0c7rn76.gvt1.com/play−apps−download−default/,r4−−−sn−q0c7rn76.gvt1.com,121,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n200,https://proﬁle.ess.apple.com/WebObjects/VCProﬁleService.woa/wa/,proﬁle.ess.apple.com,113,supplementary information PDF,,Apple,,,,,,\n201,https://valid.apple.com/g3/v145,valid.apple.com,146,supplementary information PDF,,Apple,,,,,,\n202,https://help.apple.com/ios/tips/13/iphone/en/Art/C,help.apple.com,72,supplementary information PDF,,Apple,,,,,,\n203,http://ocsp.apple.com/ocsp03−asica401/ME4wTKADAgEAMEUwQz,ocsp.apple.com,99,supplementary information PDF,,Apple,borked,OCSP (certificate verification),,,,\n204,http://ocsp.apple.com/ocsp03−asi2ca02/ME4wTKADAgEAMEUwQz,ocsp.apple.com,99,supplementary information PDF,,Apple,borked,OCSP (certificate verification),,,,\n205,https://android.clients.google.com/fdfe/moduleDelivery,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n206,www.googleapis.com,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n207,https://www.google.com/m/voice−search/down?pair=15d47f68−b234,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n208,gstatic.com,gstatic.com,71,supplementary information PDF,,Google,borked,google static content,,,,\n209,http://static.ess.apple.com/identity/validation/cert−1.0.plist,static.ess.apple.com,140,supplementary information PDF,,Apple,,,,,,\n210,https://play.googleapis.com/log/batch,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n211,android.clients.google.com/,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n212,https://www.google.com/m/voice−search/down?pair=a1475369−20dd,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n213,pdate.googleapis.com,pdate.googleapis.com,109,supplementary information PDF,,Google,beta,,,,,\n214,https://ota.googlezip.net/packages/ota−api/google,ota.googlezip.net,100,supplementary information PDF,,Google,,,,,,\n215,https://www.googleapis.com/android,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n216,api-glb-dub.smoot.apple.com,api-glb-dub.smoot.apple.com,9,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n217,https://accounts.google.com/ListAccounts?gpsia=1&source=,accounts.google.com,2,supplementary information PDF,,Google,,,,,,\n218,https://android.clients.google.com/fdfe/delivery?doc=android,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n219,android.googleapis.com/checkin,android.googleapis.com,7,supplementary information PDF,,Google,,,,,,\n220,http://updates−http.cdn−apple.com/2019/ios/061−66572−20200102−,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n221,pagead2.googlesyndication.com,pagead2.googlesyndication.com,104,supplementary information PDF,,Google,beta,,,,,\n222,https://pai.googlezip.net/download/by−token/download?token=,pai.googlezip.net,105,supplementary information PDF,,Google,,,,,,\n223,gsp64-ssl.ls.apple.com/hvr/v3/use,gsp64-ssl.ls.apple.com,65,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n224,https://fonts.gstatic.com/s/a/94e0c6a9...71e806a1d64.ttf,fonts.gstatic.com,47,supplementary information PDF,,Google,borked,google fonts,,,,\n225,http://updates−http.cdn−apple.com/2020/ios/061−73026−20200124−,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n226,iadsdk.apple.com/,iadsdk.apple.com,75,supplementary information PDF,,Apple,beta,adprivacyd process/iAd SDK,,,,\n227,http://init.ess.apple.com/WebObjects/VCInit.woa/wa/getBag?ix=3,init.ess.apple.com,78,supplementary information PDF,,Apple,,,,,,\n228,play.itunes.apple.com,play.itunes.apple.com,112,supplementary information PDF,,Apple,,,,,,\n229,https://android.clients.google.com/checkin,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n230,play.googleapis.com,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n231,http://updates−http.cdn−apple.com/2019/ios/061−17262−20191017−,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n232,https://gsa.apple.com/grandslam/GsService2/fetchAuthMode,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240153,Apple,borked,Likely apple authorization,,,,\n233,su.itunes.apple.com,su.itunes.apple.com,142,supplementary information PDF,,Apple,,,,,,\n234,youtubei.googleapis.com/generate,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n235,https://ﬁrebaseinstallations.googleapis.com/v1/projects/android.com,ﬁrebaseinstallations.googleapis.com,45,supplementary information PDF,,Google,,,,,,\n236,https://api.apple−cloudkit.com/database/1/com.apple.trial/production/,api.apple−cloudkit.com,10,supplementary information PDF,,Apple,,,,,,\n237,https://ﬁrebaseinstallations.googleapis.com/v1/projects/google.com:api,ﬁrebaseinstallations.googleapis.com:api,46,supplementary information PDF,,Google,,,,,,\n238,https://ssl.google−analytics.com/batch,ssl.google−analytics.com,139,supplementary information PDF,,Google,beta,,,,,\n239,android.clients.google.com/fdfe/,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n240,https://gsas.apple.com/grandslam/GsService2/postdata,gsas.apple.com,58,supplementary information PDF,https://apple.stackexchange.com/a/240159,Apple,borked,apple authorization,,,,\n241,https://youtubei.googleapis.com/youtubei/v1/browse?key=,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n242,android.clients.google.com/checkin,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n243,https://app−measurement.com/conﬁg/app/1%3A493454522602%3,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463695,Google,beta,google firebase analytics,,,,\n244,https://android.clients.google.com/fdfe/delivery?doc=com.google,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n245,android.clients.google.com,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n246,https://init.push.apple.com/bag?v=1&c=WiFi,init.push.apple.com,81,supplementary information PDF,,Apple,,initialize push notifications?,,,,\n247,https://phonedeviceveriﬁcation−pa.googleapis.com/google.internal,phonedeviceveriﬁcation−pa.googleapis.com,110,supplementary information PDF,,Google,,,,,,\n249,i.ytimg.com/generate,i.ytimg.com,74,supplementary information PDF,,Google,borked,youtube images,,,,\n250,https://www.gstatic.com/android/keyboard/modelpack/emoji,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n251,gc.apple.com,gc.apple.com,50,supplementary information PDF,,Apple,,,,,,\n252,mesu.apple.com,mesu.apple.com,95,supplementary information PDF,https://documentation.meraki.com/General_Administration/Other_Topics/Blocking_or_Rate_Limiting_iOS_Updates,Apple,borked,apple update server,,,,\n253,https://www.googleapis.com/androidantiabuse/v1/x/create,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n254,https://pd.itunes.apple.com/WebObjects/MZPurchaseDaap.woa/iap/,pd.itunes.apple.com,108,supplementary information PDF,,Apple,,,,,,\n255,https://se2.itunes.apple.com/WebObjects/MZStoreElements2.woa/wa/,se2.itunes.apple.com,130,supplementary information PDF,,Apple,,,,,,\n256,googleapis.com/experimentsandconﬁgs/v1/getExperimentsAndConﬁgs?r=6,googleapis.com,54,supplementary information PDF,,Google,,,,,,\n257,idiagnostics.apple.com,idiagnostics.apple.com,77,supplementary information PDF,,Apple,beta,diagnostics,,,,\n258,https://api−glb−dub.smoot.apple.com/qi,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n260,https://gsp57−ssl−locus.ls.apple.com/dispatcher.arpc,gsp57−ssl−locus.ls.apple.com,64,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n261,developers.google.com/ads-data-hub/guides/rdid-matching,developers.google.com,40,supplementary information PDF,,Google,,,,,,\n262,https://gstatic.com/matchmaker/webref/19051900/2/en−us/,gstatic.com,71,supplementary information PDF,,Google,borked,google static content,,,,\n263,iadsdk.apple.com/adserver/2.6/conﬁg,iadsdk.apple.com,75,supplementary information PDF,,Apple,beta,adprivacyd process/iAd SDK,,,,\n264,https://conﬁguration.apple.com/conﬁgurations/internetservices/cloudkit/,conﬁguration.apple.com,37,supplementary information PDF,,Apple,,,,,,\n265,https://play.googleapis.com/play/log/timestamp,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n266,https://android.clients.google.com/fdfe/uploadDynamicConﬁg,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n267,client-api.itunes.apple.com,client-api.itunes.apple.com,31,supplementary information PDF,,Apple,,,,,,\n268,https://gsp64−ssl.ls.apple.com/hvr/v3/use,gsp64−ssl.ls.apple.com,66,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n269,https://www.gstatic.com/messages/smarts/smart,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n270,https://gateway.icloud.com/conﬁguration/conﬁgurations/internetservices,gateway.icloud.com,49,supplementary information PDF,,Apple,,,,,,\n271,https://fonts.gstatic.com/s/a/directory014.pb,fonts.gstatic.com,47,supplementary information PDF,,Google,borked,google fonts,,,,\n272,https://xp.apple.com/report/2/xp,xp.apple.com,154,supplementary information PDF,,Apple,borked,telemetry,,,,\n273,www.googleadservices.com,www.googleadservices.com,149,supplementary information PDF,,Google,beta,google ads,,,,\n274,https://cdsassets.apple.com/library/APPLE/asset/ndoV2.plist,cdsassets.apple.com,26,supplementary information PDF,,Apple,,,,,,\n275,accounts.google.com,accounts.google.com,2,supplementary information PDF,,Google,,,,,,\n276,https://gsa.apple.com/grandslam/GsService2/lookup,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240154,Apple,borked,Likely apple authorization,,,,\n277,https://r2−−−sn−q0c7rn76.gvt1.com/play−apps−download−default/,r2−−−sn−q0c7rn76.gvt1.com,117,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n278,https://xp.apple.com/report/2/psr,xp.apple.com,154,supplementary information PDF,,Apple,borked,telemetry,,,,\n279,https://api−glb−dub.smoot.apple.com/static,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n280,https://gsa.apple.com/grandslam/MidService/,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240155,Apple,borked,Likely apple authorization,,,,\n281,https://gdmf.apple.com/v2/assets,gdmf.apple.com,51,supplementary information PDF,,Apple,,,,,,\n282,https://android.clients.google.com/fdfe/selfUpdate?ex=1,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n283,https://cl5.apple.com/1/143449/v1/143/173/1430000,cl5.apple.com,30,supplementary information PDF,,Apple,,,,,,\n284,https://mesu.apple.com/assets/,mesu.apple.com,95,supplementary information PDF,https://documentation.meraki.com/General_Administration/Other_Topics/Blocking_or_Rate_Limiting_iOS_Updates,Apple,borked,apple update server,,,,\n285,googleapis.com/androidantiabuse,googleapis.com,54,supplementary information PDF,,Google,,,,,,\n286,https://client−api.itunes.apple.com/WebObjects/MZStorePlatform.woa/,client−api.itunes.apple.com,32,supplementary information PDF,,Apple,,,,,,\n287,https://android.clients.google.com,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n288,https://init.itunes.apple.com/bag.xml?ix=5,init.itunes.apple.com,80,supplementary information PDF,,Apple,,,,,,\n289,https://init.itunes.apple.com/bag.xml?ix=6&os=13&locale=en,init.itunes.apple.com,80,supplementary information PDF,,Apple,,,,,,\n290,http://ocsp.apple.com/ocsp03−applerootcag3/,ocsp.apple.com,99,supplementary information PDF,,Apple,borked,OCSP (certificate verification),,,,\n291,https://api−glb−dub.smoot.apple.com/installed,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n292,https://clientservices.googleapis.com/chrome−variations/seed?osname=,clientservices.googleapis.com,35,supplementary information PDF,,Google,,,,,,\n293,http://ocsp.apple.com/ocsp03−asica401/,ocsp.apple.com,99,supplementary information PDF,,Apple,borked,OCSP (certificate verification),,,,\n294,http://connectivitycheck.gstatic.com/generate,connectivitycheck.gstatic.com,39,supplementary information PDF,,Google,,,,,,\n295,https://www.google.com/m/voice−search/up?pair=15d47f68−b234−4,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n296,https://www.googleapis.com/androidantiabuse/v1/x/create?alt=PROTO,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n298,https://is2−ssl.mzstatic.com/image/thumb/Music/v4/27/a6/ff/27a6ff4b−,is2−ssl.mzstatic.com,86,supplementary information PDF,,Apple,borked,likely static content,,,,\n299,https://android.googleapis.com/checkin,android.googleapis.com,7,supplementary information PDF,,Google,,,,,,\n300,iadsdk.apple.com,iadsdk.apple.com,75,supplementary information PDF,,Apple,beta,adprivacyd process/iAd SDK,,,,\n301,https://itunes.com/version,itunes.com,91,supplementary information PDF,,Apple,,,,,,\n302,http://updates−http.cdn−apple.com/2019/ios/061−31438−20191017−,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n303,https://apps.mzstatic.com/content/,apps.mzstatic.com,19,supplementary information PDF,,Apple,,,,,,\n304,https://www.google.com/m/voice−search/down?pair=4b7c99b8−d7a5,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n305,https://r3−−−sn−q0cedn7s.gvt1.com/play−apps−download−default/,r3−−−sn−q0cedn7s.gvt1.com,120,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n306,https://app−measurement.com/conﬁg/app/1%3A1086610230652%3,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463696,Google,beta,google firebase analytics,,,,\n307,play.googleapis.com/log/batch,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n308,https://afwprovisioning−pa.googleapis.com/v1/,afwprovisioning−pa.googleapis.com,3,supplementary information PDF,,Google,,,,,,\n309,https://setup.icloud.com/setup/iosbuddy/ui/genericTermsUI,setup.icloud.com,131,supplementary information PDF,,Apple,borked,possibly icloud setup,,,,\n310,https://www.googleapis.com/usercontext/v1/controllerhub/getconﬁg,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n311,https://youtubei.googleapis.com/youtubei/v1/log,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n312,api2.smoot.apple.com/search,api2.smoot.apple.com,14,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,,,,,,\n313,https://gsp10−ssl.apple.com/hcy/pbcwloc,gsp10−ssl.apple.com,62,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n314,https://www.googleapis.com/androidcheck/v1/attestations/adAttest?key,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n315,https://youtubei.googleapis.com/deviceregistration/v1/devices?key=,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n316,https://youtubei.googleapis.com/youtubei/v1/browse?key=AIzaSyA8,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n317,https://init.gc.apple.com/WebObjects/GKInit.woa/wa/getBag?ix=2,init.gc.apple.com,79,supplementary information PDF,,Apple,beta,gamed process (likely gamecenter),,,,\n318,safebrowsing.googleapis.com,safebrowsing.googleapis.com,127,supplementary information PDF,,Google,,,,,,\n319,albert.apple.com/deviceservices/activity/,albert.apple.com,4,supplementary information PDF,https://youtu.be/FCSCq5rGxDI?t=370s,Apple,beta,apple activation service,,,,\n320,https://ﬁrebaseinstallations.googleapis.com/v1/projects/dialer−c31d5/,ﬁrebaseinstallations.googleapis.com,45,supplementary information PDF,,Google,,,,,,\n321,https://play.googleapis.com/log/batchHeadersx-server-token,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n322,gsa.apple.com,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240156,Apple,borked,Likely apple authorization,,,,\n323,http://software.apple.com/welcomemat.apple.com/,software.apple.com,136,supplementary information PDF,,Apple,,,,,,\n324,https://idiagnostics.apple.com/ios/v1.3/session,idiagnostics.apple.com,77,supplementary information PDF,,Apple,beta,diagnostics,,,,\n325,https://is5−ssl.mzstatic.com/image/thumb/Music/v4/73/65/0c/73650c69,is5−ssl.mzstatic.com,89,supplementary information PDF,,Apple,borked,likely static content,,,,\n326,https://www.googleapis.com/experimentsandconﬁgs/v1/,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n327,googleapis.com,googleapis.com,54,supplementary information PDF,,Google,,,,,,\n328,http://updates−http.cdn−apple.com/2020/patches/001−55241/7C679F5A,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n329,https://www.googleapis.com/androidcheck/v1/attestations/attest?alt=,www.googleapis.com,150,supplementary information PDF,,Google,borked,google APIs,,,,\n330,gsp10-ssl.apple.com,gsp10-ssl.apple.com,61,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n331,https://api−glb−dub.smoot.apple.com/crowdsourcing,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n332,https://setup.icloud.com/setup/iosbuddy/loginDelegates,setup.icloud.com,131,supplementary information PDF,,Apple,borked,possibly icloud setup,,,,\n333,https://www.gstatic.com/android/keyboard/ondevice,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n334,https://conﬁguration.apple.com/conﬁgurations/pep/conﬁg/pepconﬁg.plist,conﬁguration.apple.com,37,supplementary information PDF,,Apple,,,,,,\n335,https://cl4.apple.com/2/m2/26/14/10/261410263769548788/cfgp.gz,cl4.apple.com,29,supplementary information PDF,,Apple,,,,,,\n336,https://i.ytimg.com/generate,i.ytimg.com,74,supplementary information PDF,,Google,borked,youtube images,,,,\n337,https://android.clients.google.com/fdfe/earlyUpdate,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n338,https://cloudconﬁg.googleapis.com/conﬁg,cloudconﬁg.googleapis.com,36,supplementary information PDF,,Google,,,,,,\n339,https://is5−ssl.mzstatic.com/image/thumb/Music/v4/8c/74/30/8c743005,is5−ssl.mzstatic.com,89,supplementary information PDF,,Apple,borked,likely static content,,,,\n340,http://updates−http.cdn−apple.com/2018/ios/091−75843−20180806−,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n341,http://updates−http.cdn−apple.com/2020/mobileassets/001−43954/,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n343,https://iadsdk.apple.com/adserver/2.6/segment/update,iadsdk.apple.com,75,supplementary information PDF,,Apple,beta,adprivacyd process/iAd SDK,,,,\n344,static.gc.apple.com,static.gc.apple.com,141,supplementary information PDF,,Apple,beta,gamed process (likely gamecenter). Possibly static assers,,,,\n345,https://mesu.apple.com/assets/com,mesu.apple.com,95,supplementary information PDF,https://documentation.meraki.com/General_Administration/Other_Topics/Blocking_or_Rate_Limiting_iOS_Updates,Apple,borked,apple update server,,,,\n346,googleapis.com/deviceregistration,googleapis.com,54,supplementary information PDF,,Google,,,,,,\n347,http://updates−http.cdn−apple.com/2020FallFCS/patches/001−73650/5,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n348,https://www.gstatic.com/android/snet/snet.ﬂags,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n349,https://identity.ess.apple.com/WebObjects/TDIdentityService.woa/wa/,identity.ess.apple.com,76,supplementary information PDF,,Apple,,,,,,\n350,https://api−edge.apps.apple.com/v1/editorial/ie/today?platform=iphone,api−edge.apps.apple.com,12,supplementary information PDF,,Apple,,,,,,\n351,www.google.com/tools/feedback/,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n352,https://is3−ssl.mzstatic.com/image/thumb/Features124/v4/b3/1b/ef/,is3−ssl.mzstatic.com,87,supplementary information PDF,,Apple,borked,likely static content,,,,\n353,google.com/complete/search,google.com,53,supplementary information PDF,,Google,,,,,,\n354,https://www.gstatic.com/cryptauthvault/v0/cert.xml,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n355,googleapis.com/v1/GetWiﬁQuality,googleapis.com,54,supplementary information PDF,,Google,,,,,,\n357,https://android−safebrowsing.google.com/safebrowsing/clientreport/,android−safebrowsing.google.com,8,supplementary information PDF,,Google,,,,,,\n358,https://sp.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/,sp.itunes.apple.com,137,supplementary information PDF,,Apple,,,,,,\n359,https://play.googleapis.com/play/log?format=raw&proto,play.googleapis.com,111,supplementary information PDF,,Google,borked,google play,,,,\n360,https://conﬁguration.apple.com/conﬁgurations/internetservices/bt/bcw,conﬁguration.apple.com,37,supplementary information PDF,,Apple,,,,,,\n361,https://apple.news/.well−known/apple−app−site−association,apple.news,18,supplementary information PDF,,Apple,,,,,,\n362,https://www.gstatic.com/android/conﬁg,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n363,https://cdn.smoot.apple.com/lookup,cdn.smoot.apple.com,25,supplementary information PDF,,Apple,,,,,,\n364,https://api−glb−dub.smoot.apple.com/silhouette,api−glb−dub.smoot.apple.com,13,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n365,http://updates−http.cdn−apple.com/2019/ios/061−27057−20191024−,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n366,https://setup.icloud.com/conﬁgurations/init?context=settings,setup.icloud.com,131,supplementary information PDF,,Apple,borked,possibly icloud setup,,,,\n367,https://www.youtube.com/csi,www.youtube.com,153,supplementary information PDF,,Google,,,,,,\n368,http://updates−http.cdn−apple.com/2020FallFCS/mobileassets,updates−http.cdn−apple.com,144,supplementary information PDF,,Apple,borked,updates via CDN,,,,\n369,https://r4−−−sn−q0cedn7s.gvt1.com/play−apps−download−default/,r4−−−sn−q0cedn7s.gvt1.com,122,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n370,https://instantmessaging−pa.googleapis.com/google.internal,instantmessaging−pa.googleapis.com,83,supplementary information PDF,,Google,,,,,,\n371,https://r1−−−sn−q0c7rn76.gvt1.com/play−apps−download−default/,r1−−−sn−q0c7rn76.gvt1.com,116,supplementary information PDF,https://www.bleepingcomputer.com/news/security/what-are-these-suspicious-google-gvt1com-urls/,Google,borked,google video transcoding,,,,\n372,https://is3−ssl.mzstatic.com/image/thumb/Purple114/v4/df/42/55/,is3−ssl.mzstatic.com,87,supplementary information PDF,,Apple,borked,likely static content,,,,\n373,smoot.apple.com/bag?cc=IE&esl=en−GB&key=frigate1738&locale=en,smoot.apple.com,133,supplementary information PDF,,Apple,borked,Siri and search-related stuff,,,,\n374,https://www.google.com/complete/search?oe=utf−8&safe=images&gcc,www.google.com,148,supplementary information PDF,,Google,borked,google search,,,,\n375,https://is2−ssl.mzstatic.com/image/thumb/Music/v4/f6/7e/55/f67e55c0−,is2−ssl.mzstatic.com,86,supplementary information PDF,,Apple,borked,likely static content,,,,\n376,https://conﬁguration.ls.apple.com/conﬁg/defaults?os=ios&os,conﬁguration.ls.apple.com,38,supplementary information PDF,,Apple,,,,,,\n377,https://android.clients.google.com/fdfe/delivery?doc=com.android,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n378,https://api2.smoot.apple.com/search?24h=1&alwaysSendTophit=off&,api2.smoot.apple.com,14,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,,,,,,\n379,identity.ess.apple.com,identity.ess.apple.com,76,supplementary information PDF,,Apple,,,,,,\n380,https://www.gstatic.com/webref−ondevice/am/20201129/8315,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n381,https://p2−buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/,p2−buy.itunes.apple.com,102,supplementary information PDF,,Apple,,,,,,\n382,https://android.clients.google.com/fdfe/selfUpdate?ex=1&nocache,android.clients.google.com,5,supplementary information PDF,,Google,,,,,,\n383,youtubei.googleapis.com/youtubei/v1/log,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n384,https://ota−cache1.googlezip.net/packages/data/ota−api/,ota−cache1.googlezip.net,101,supplementary information PDF,,Google,,,,,,\n385,https://is3−ssl.mzstatic.com/image/thumb/Features114/v4/38/4d/6b/384,is3−ssl.mzstatic.com,87,supplementary information PDF,,Apple,borked,likely static content,,,,\n386,https://app−measurement.com/conﬁg/app/1%3A456627340871%3,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463697,Google,beta,google firebase analytics,,,,\n387,https://is4−ssl.mzstatic.com/image/thumb/Music/v4/2e/99/a8/2e99a842,is4−ssl.mzstatic.com,88,supplementary information PDF,,Apple,borked,likely static content,,,,\n388,https://p2−buy.itunes.apple.com/commerce/device/,p2−buy.itunes.apple.com,102,supplementary information PDF,,Apple,,,,,,\n389,https://gsa.apple.com/auth/verify/trusteddevice,gsa.apple.com,57,supplementary information PDF,https://apple.stackexchange.com/a/240157,Apple,borked,Likely apple authorization,,,,\n390,youtubei.googleapis.com/youtubei/v1/account,youtubei.googleapis.com,155,supplementary information PDF,,Google,borked,youtube content,,,,\n391,smoot.apple.com,smoot.apple.com,133,supplementary information PDF,,Apple,borked,Siri and search-related stuff,,,,\n392,https://www.gstatic.com/webref−ondevice/aiai/20111701/2/en−us/,www.gstatic.com,152,supplementary information PDF,,Google,borked,google static content,,,,\n393,\"https://beacons.gvt2.com/domainreliability/upload−nel”,”user\",beacons.gvt2.com,23,supplementary information PDF,,Google,,,,,,\n394,https://iphone−ld.apple.com/lto/rtistatus4.dat,Iphone-ld.apple.com,84,supplementary information PDF,,Apple,beta,phone id,,,,\n395,https://bag.itunes.apple.com/bag.xml?os=iOS&osVersion=13.6.1&,bag.itunes.apple.com,21,supplementary information PDF,,Apple,borked,adprivacyd process,,,,\n396,https://is2−ssl.mzstatic.com/image/thumb/Music30/v4/1d/6d/5c/1,is2−ssl.mzstatic.com,86,supplementary information PDF,,Apple,borked,likely static content,,,,\n397,itunes.apple.com,itunes.apple.com,90,supplementary information PDF,,Apple,,,,,,\n398,https://api.smoot.apple.com/bag?cc=IE&esl=en−GB&key=frigate1738&,api.smoot.apple.com,11,supplementary information PDF,https://apple.stackexchange.com/a/157495,Apple,borked,spotlight suggestions,,,,\n399,sas.apple.com,sas.apple.com,129,supplementary information PDF,,Apple,,,,,,\n400,https://p2−buy.itunes.apple.com/WebObjects/MZFastFinance.woa/wa/,p2−buy.itunes.apple.com,102,supplementary information PDF,,Apple,,,,,,\n401,gsp85-ssl.ls.apple.com,gsp85-ssl.ls.apple.com,67,supplementary information PDF,http://gspe21.ls.apple.com/html/attribution.html,Apple,borked, Geod process/apple maps,,,,\n402,init.itunes.apple.com,init.itunes.apple.com,80,supplementary information PDF,,Apple,,,,,,\n403,https://app−measurement.com/a,app-measurement.com,15,supplementary information PDF,https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463698,Google,beta,google firebase analytics,,,,\n404,,Iphone-id.apple.com,156,guess based on purpose of similar domain,,,beta,,,,,\n"
  },
  {
    "path": "telemetry-domains.txt",
    "content": "#\n# This list was generated automatically\n# Please refer to the UPDATING.md file for instructions on how to make changes to these blocklists\n# Any direct edits to this file will be overwritten\n#\n"
  },
  {
    "path": "telemetry-domains_beta.txt",
    "content": "#\n# This list was generated automatically\n# Please refer to the UPDATING.md file for instructions on how to make changes to these blocklists\n# Any direct edits to this file will be overwritten\n#\nIphone-id.apple.com\nIphone-ld.apple.com\nalbert.apple.com\napp-measurement.com\ncf.iadsdk.apple.com\ngrowth-pa.googleapis.com\niadsdk.apple.com\nidiagnostics.apple.com\ninit.gc.apple.com\niphone-ld.apple.com\nmobilenetworkscoring-pa.googleapis.com\npagead2.googlesyndication.com\npdate.googleapis.com\nprofile.gc.apple.com\nsa.apple.com\nsmp-device-content.apple.com\nssl.google-analytics.com\nssl.google−analytics.com\nstatic.gc.apple.com\nwww.googleadservices.com\n"
  },
  {
    "path": "telemetry-domains_borked.txt",
    "content": "#\n# This list was generated automatically\n# Please refer to the UPDATING.md file for instructions on how to make changes to these blocklists\n# Any direct edits to this file will be overwritten\n#\napi-glb-dub.smoot.apple.com\napi.smoot.apple.com\napi−glb−dub.smoot.apple.com\nbag.itunes.apple.com\ncaldav.icloud.com\nfonts.gstatic.com\ngsa.apple.com\ngsas.apple.com\ngsp-ssl.ls.apple.com\ngsp10-ssl.apple.com\ngsp10−ssl.apple.com\ngsp57-ssl-locus.ls.apple.com\ngsp57−ssl−locus.ls.apple.com\ngsp64-ssl.ls.apple.com\ngsp64−ssl.ls.apple.com\ngsp85-ssl.ls.apple.com\ngsp85−ssl.ls.apple.com\ngspe35-ssl.ls.apple.com\ngspe35−ssl.ls.apple.com\ngsp−ssl.ls.apple.com\ngstatic.com\nhumb.apple.com\ni.ytimg.com\ninit.itunes.apple.com\nis1−ssl.mzstatic.com\nis2−ssl.mzstatic.com\nis3−ssl.mzstatic.com\nis4−ssl.mzstatic.com\nis5−ssl.mzstatic.com\nlcdn-locator.apple.com\nmesu.apple.com\nocsp.apple.com\nplay.googleapis.com\nplay.itunes.apple.com\nr1−−−sn−q0c7rn76.gvt1.com\nr2−−−sn−q0c7rn76.gvt1.com\nr2−−−sn−q0cedn7s.gvt1.com\nr3−−−sn−q0c7rn76.gvt1.com\nr3−−−sn−q0cedn7s.gvt1.com\nr4−−−sn−q0c7rn76.gvt1.com\nr4−−−sn−q0cedn7s.gvt1.com\nr5−−−sn−q0c7rn76.gvt1.com\nr5−−−sn−q0cedn7s.gvt1.com\nsetup.icloud.com\nsmoot.apple.com\nupdates−http.cdn−apple.com\nwww.google.com\nwww.googleapis.com\nwww.gstatic.com\nxp.apple.com\nyoutubei.googleapis.com\n"
  },
  {
    "path": "update-lists.py",
    "content": "import csv\nimport pathlib\n\n\ncsv_filename = \"domains.csv\"\n\nlist_names = [\"beta\", \"main\",\"borked\"]\n\nlists = {\n\t\"beta\": [],\n\t\"main\": [],\n\t\"borked\": []\n}\n\n\noutput_filenames = {\n\t\"beta\": \"telemetry-domains_beta.txt\",\n\t\"main\": \"telemetry-domains.txt\",\n\t\"borked\": \"telemetry-domains_borked.txt\"\n}\n\nautogen_notice = [\n\t[\"#\"],\n\t[\"# This list was generated automatically\"],\n\t[\"# Please refer to the UPDATING.md file for instructions on how to make changes to these blocklists\"],\n\t[\"# Any direct edits to this file will be overwritten\"],\n\t[\"#\"]\n]\n\ndef populate_lists():\n\twith open(csv_filename) as csvfile:\n\t\tcsvreader = csv.DictReader(csvfile)\n\t\tfor row in csvreader:\n\t\t\tif row.get(\"list\") in list_names:\n\t\t\t\tlists[row.get(\"list\")].append(row)\n\n\ndef dedup_list(list_name):\n\tthe_list = lists[list_name]\n\tdeduplicated = []\n\n\tfor row in the_list:\n\t\tdomain = row.get(\"raw_domain\")\n\t\tif domain is not None and domain not in deduplicated:\n\t\t\tdeduplicated.append(domain)\n\t\n\tlists[list_name] = deduplicated\n\n\t\n\ndef output_list(list_name):\n\tthe_list = lists[list_name]\n\toutfile = output_filenames[list_name]\n\tthe_list = sorted(the_list)\n\twith open(outfile, 'w') as csvfile:\n\t\twriter = csv.writer(csvfile, dialect='unix', quoting=csv.QUOTE_NONE)\n\t\tfor line in autogen_notice:\n\t\t\twriter.writerow(line)\n\t\tfor domain in the_list:\n\t\t\twriter.writerow([domain])\n\n\ndef delete_blocklist(list_name):\n\tpath = pathlib.Path(output_filenames[list_name])\n\tif path.exists():\n\t\tpath.unlink()\n\ndef regenerate_list(list_name):\n\tprint(\"updating \" + list_name + \" list\")\n\tdelete_blocklist(list_name)\n\tdedup_list(list_name)\n\toutput_list(list_name)\n\ndef regenerate_all():\n\tfor listname in list_names:\n\t\tregenerate_list(listname)\n\n\npopulate_lists()\nregenerate_all()\n\n\nprint(\"Done.\")\n"
  }
]