diff --git a/Cargo.lock b/Cargo.lock index 06fb7da..b7cc4cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,9 +175,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "cc" -version = "1.2.52" +version = "1.2.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" +checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" dependencies = [ "find-msvc-tools", "shlex", @@ -231,7 +231,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "cloudcheck" -version = "8.7.1" +version = "8.7.2" dependencies = [ "axum", "clap", @@ -387,9 +387,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "find-msvc-tools" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" +checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" [[package]] name = "flate2" @@ -888,9 +888,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.83" +version = "0.3.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" +checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" dependencies = [ "once_cell", "wasm-bindgen", @@ -1404,18 +1404,18 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" +checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" dependencies = [ "zeroize", ] [[package]] name = "rustls-webpki" -version = "0.103.8" +version = "0.103.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" +checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" dependencies = [ "ring", "rustls-pki-types", @@ -1975,18 +1975,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" -version = "1.0.1+wasi-0.2.4" +version = "1.0.2+wasi-0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" dependencies = [ "wit-bindgen", ] [[package]] name = "wasm-bindgen" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" +checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" dependencies = [ "cfg-if", "once_cell", @@ -1997,11 +1997,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.56" +version = "0.4.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" +checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" dependencies = [ "cfg-if", + "futures-util", "js-sys", "once_cell", "wasm-bindgen", @@ -2010,9 +2011,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" +checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2020,9 +2021,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" +checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" dependencies = [ "bumpalo", "proc-macro2", @@ -2033,18 +2034,18 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" +checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" dependencies = [ "unicode-ident", ] [[package]] name = "web-sys" -version = "0.3.83" +version = "0.3.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" +checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" dependencies = [ "js-sys", "wasm-bindgen", @@ -2252,9 +2253,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "wit-bindgen" -version = "0.46.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "writeable" @@ -2367,9 +2368,9 @@ checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" [[package]] name = "zmij" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea" +checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2" [[package]] name = "zopfli" diff --git a/Cargo.toml b/Cargo.toml index 092cd0f..80f210f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudcheck" -version = "8.7.1" +version = "8.7.2" edition = "2024" description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider." license = "GPL-3.0" diff --git a/README.md b/README.md index f9e2d9d..4f587e0 100644 --- a/README.md +++ b/README.md @@ -142,65 +142,66 @@ When adding a new cloud provider: In addition to the above attributes, if you have a custom source of CIDRs or domains, you can override the `fetch_cidrs()` or `fetch_domains()` methods (which by default return an empty list) to go fetch your custom TXT/JSON file, etc. -## Cloud Providers (55) +## Cloud Providers (56) | Name | Description | Tags | Domains | Subnets | |------|-------------|------|---------|----------| -| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6376 | -| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 81 | -| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14090 | -| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 20 | -| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 26 | +| Akamai | A content delivery network and cloud services provider that delivers web and internet security services. | cloud | 81 | 6375 | +| Alibaba Cloud | A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure. | cloud | 394 | 89 | +| Amazon Web Services | A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power. | cloud | 231 | 14201 | +| Arvancloud | An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services. | cdn | 1 | 9 | +| Backblaze | A cloud storage and backup service provider offering data backup and cloud storage solutions. | cloud | 2 | 27 | | Baidu Cloud Acceleration (百度云加速) | A Chinese content delivery network and cloud acceleration service provided by Baidu. | cdn | 134 | 0 | -| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 23 | +| CacheFly | A content delivery network provider offering global CDN services. | cdn | 0 | 93 | | CDNetworks (씨디네트웍스) | A Korean content delivery network provider offering CDN and cloud services. | cdn | 0 | 3 | -| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 629 | -| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn | 60 | 2674 | -| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 | 172 | +| Cisco | A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment. | cloud | 121 | 647 | +| Cloudflare | A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions. | cdn | 71 | 2790 | +| Amazon CloudFront | A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally. | cdn | 0 | 173 | | DDoS Guard | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 | -| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 104 | -| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 265 | -| Department of Defense | A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces. | gov | 3 | 9226 | +| Dell | A multinational technology company that develops, sells, repairs, and supports computers and related products and services. | cloud | 236 | 101 | +| DigitalOcean | A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses. | cloud | 4 | 271 | +| Department of Defense | A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces. | gov | 3 | 9143 | | Federal Bureau of Investigation | A U.S. government agency that serves as the domestic intelligence and security service, responsible for investigating federal crimes and protecting national security. | gov | 3 | 21 | -| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1026 | +| Fastly | A content delivery network and edge cloud platform that provides edge computing, security, and performance services. | cdn | 8 | 1056 | | Gabia (가비아) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 48 | -| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1405 | -| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4277 | -| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 28 | -| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1095 | 1863 | +| G-Core Labs | A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services. | cdn | 0 | 1412 | +| GitHub | A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories. | cdn | 33 | 4299 | +| GoCache | A Brazilian content delivery network provider offering CDN services. | cdn | 0 | 25 | +| Google Cloud | A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers. | cloud | 1109 | 1871 | | Hewlett Packard Enterprise | A multinational enterprise information technology company that provides servers, storage, networking, and cloud services. | cloud | 16 | 38 | | Heroku | A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud. | cloud | 12 | 0 | -| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 14 | 126 | +| Hetzner | A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions. | cloud | 15 | 119 | | Hostway (호스트웨이) | A Korean cloud hosting and infrastructure provider. | cloud | 0 | 59 | -| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 | 270 | -| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 394 | -| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 23 | -| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 163 | -| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 136 | -| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 8 | -| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1487 | +| Huawei | A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services. | cloud | 338 | 264 | +| IBM | A multinational technology corporation that provides hardware, software, cloud computing, and consulting services. | cloud | 20 | 393 | +| Imperva | A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions. | waf | 1 | 383 | +| Kamatera | A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services. | cloud | 1 | 158 | +| KINX (한국인터넷인프라) | A Korean content delivery network and cloud infrastructure provider. | cdn | 0 | 137 | +| KT Cloud (KT클라우드) | A Korean cloud computing service provided by KT Corporation. | cloud | 0 | 18 | +| Leaseweb | A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services. | cloud | 0 | 1493 | | LG U+ (LG유플러스) | A Korean telecommunications company offering CDN services. | cdn | 0 | 168 | -| Microsoft | A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox. | cloud | 689 | 2452 | -| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 0 | 82 | +| Microsoft | A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox. | cloud | 689 | 1174 | +| Microsoft 365 | A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services. | cloud | 189 | 82 | | Naver Cloud Platform (네이버 클라우드 플랫폼) | A Korean cloud computing platform provided by Naver Corporation. | cloud | 0 | 73 | | NHN Cloud (NHN클라우드) | A Korean cloud computing platform provided by NHN Corporation. | cloud | 0 | 122 | -| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 517 | -| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2329 | +| OVHcloud | A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services. | cloud | 3 | 509 | +| Oracle | A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products. | cloud | 18 | 2385 | | Qrator | A DDoS protection and content delivery network service provider. | cdn | 0 | 19 | -| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 151 | +| Quic.cloud | A content delivery network and edge computing platform providing CDN services. | cdn | 0 | 155 | | Russian Federal Security Service | A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance. | gov | 0 | 17 | | Rackspace | A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions. | cloud | 1 | 199 | -| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 | 48 | -| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 40 | +| Salesforce | A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions. | cloud | 39 | 49 | +| Scaleway | A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services. | cloud | 1 | 42 | | SK Broadband (SK브로드밴드) | A Korean telecommunications company offering CDN services. | cdn | 0 | 22 | -| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 20 | +| StormWall | A DDoS protection and web application firewall service provider. | cdn | 0 | 18 | | Sucuri | A website security and web application firewall service provider. | waf | 0 | 16 | -| Tencent Cloud | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud | 580 | 368 | +| Tencent Cloud (腾讯云) | A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services. | cloud | 597 | 371 | | United Kingdom Ministry of Defence | A U.K. government department responsible for implementing the defence policy of the United Kingdom and managing the British Armed Forces. | gov | 1 | 0 | | Wasabi | A cloud storage provider offering hot cloud storage services with high performance and low cost. | cloud | 1 | 20 | -| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 3 | -| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 91 | -| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 247 | +| X4B | A DDoS protection and content delivery network service provider. | cdn | 0 | 2 | +| Yandex Cloud | Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services. | cloud | 56 | 79 | +| Zoho | An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites. | cloud | 13 | 82 | +| Zscaler | A cloud security company providing secure internet access, cloud security, and zero trust network access services. | cloud | 0 | 251 | ## Development diff --git a/cloud_providers_v2.json b/cloud_providers_v2.json index 1295522..ce6b766 100644 --- a/cloud_providers_v2.json +++ b/cloud_providers_v2.json @@ -115,7 +115,6 @@ "104.107.108.0/23", "104.107.112.0/22", "104.107.116.0/24", - "104.107.128.0/20", "104.107.166.0/23", "104.107.176.0/20", "104.107.211.0/24", @@ -148,7 +147,6 @@ "104.112.148.0/23", "104.112.235.0/24", "104.113.248.0/23", - "104.114.164.0/22", "104.114.64.0/24", "104.114.66.0/23", "104.114.68.0/22", @@ -223,7 +221,6 @@ "104.123.198.0/24", "104.123.200.0/22", "104.123.214.0/23", - "104.123.216.0/22", "104.123.24.0/21", "104.123.40.0/21", "104.123.48.0/23", @@ -401,13 +398,16 @@ "104.79.197.0/24", "104.79.2.0/23", "104.79.205.0/24", + "104.79.206.0/23", + "104.79.240.0/20", "104.79.32.0/20", "104.79.84.0/22", "104.79.88.0/22", "104.79.92.0/23", + "104.80.0.0/20", + "104.80.16.0/21", "104.80.194.0/23", "104.80.196.0/22", - "104.80.20.0/22", "104.80.212.0/23", "104.80.224.0/19", "104.80.24.0/23", @@ -449,7 +449,7 @@ "104.84.228.0/22", "104.84.54.0/23", "104.84.56.0/22", - "104.85.16.0/20", + "104.85.0.0/19", "104.85.174.0/23", "104.85.224.0/20", "104.85.244.0/22", @@ -457,7 +457,6 @@ "104.85.252.0/22", "104.85.32.0/20", "104.85.48.0/21", - "104.85.8.0/21", "104.86.100.0/23", "104.86.144.0/21", "104.86.160.0/21", @@ -566,8 +565,12 @@ "104.98.118.0/23", "104.98.12.0/22", "104.98.120.0/22", + "104.98.200.0/22", + "104.98.204.0/23", "104.98.208.0/20", + "104.98.240.0/20", "104.98.3.0/24", + "104.99.0.0/20", "104.99.141.0/24", "104.99.232.0/22", "104.99.238.0/23", @@ -625,9 +628,6 @@ "125.56.217.0/24", "125.56.218.0/23", "125.56.222.0/24", - "128.241.217.0/24", - "128.241.218.0/24", - "128.241.91.0/24", "139.144.0.0/18", "139.144.128.0/21", "139.144.144.0/20", @@ -639,7 +639,6 @@ "139.177.176.0/20", "139.177.192.0/20", "14.136.149.0/24", - "140.174.24.0/23", "142.146.100.0/23", "142.146.106.0/23", "142.146.199.0/24", @@ -663,7 +662,6 @@ "165.254.136.0/24", "165.254.142.0/24", "165.254.145.64/26", - "165.254.150.0/24", "165.254.156.0/23", "165.254.2.0/24", "165.254.203.192/26", @@ -677,10 +675,8 @@ "165.254.52.0/24", "165.254.58.0/25", "165.254.81.0/24", - "165.254.96.0/24", "167.140.240.0/23", "168.143.242.0/23", - "168.143.254.0/23", "170.187.128.0/23", "170.187.131.0/24", "170.187.132.0/24", @@ -738,14 +734,15 @@ "172.224.145.0/24", "172.224.147.0/24", "172.224.148.0/22", - "172.224.15.0/24", "172.224.152.0/22", "172.224.158.0/23", "172.224.160.0/22", "172.224.164.0/23", "172.224.166.0/24", - "172.224.168.0/21", + "172.224.168.0/24", "172.224.17.0/24", + "172.224.170.0/23", + "172.224.172.0/22", "172.224.176.0/23", "172.224.179.0/24", "172.224.18.0/23", @@ -753,7 +750,10 @@ "172.224.185.0/24", "172.224.186.0/23", "172.224.188.0/22", - "172.224.192.0/20", + "172.224.193.0/24", + "172.224.194.0/23", + "172.224.196.0/22", + "172.224.200.0/21", "172.224.208.0/23", "172.224.210.0/24", "172.224.226.0/23", @@ -902,7 +902,7 @@ "172.226.156.0/24", "172.226.16.0/24", "172.226.160.0/24", - "172.226.162.0/23", + "172.226.162.0/24", "172.226.164.0/24", "172.226.166.0/23", "172.226.168.0/22", @@ -914,8 +914,7 @@ "172.226.184.0/24", "172.226.186.0/24", "172.226.188.0/22", - "172.226.192.0/22", - "172.226.198.0/23", + "172.226.192.0/21", "172.226.2.0/23", "172.226.200.0/22", "172.226.204.0/23", @@ -974,12 +973,7 @@ "172.235.124.0/23", "172.235.128.0/17", "172.235.96.0/22", - "172.236.0.0/15", - "172.238.0.0/16", - "172.239.0.0/17", - "172.239.128.0/19", - "172.239.160.0/20", - "172.239.192.0/18", + "172.236.0.0/14", "173.205.69.0/24", "173.205.76.0/23", "173.222.0.0/15", @@ -1047,7 +1041,11 @@ "184.24.0.0/18", "184.24.100.0/22", "184.24.104.0/21", - "184.24.128.0/17", + "184.24.128.0/20", + "184.24.144.0/21", + "184.24.152.0/22", + "184.24.160.0/19", + "184.24.192.0/18", "184.24.64.0/19", "184.24.96.0/24", "184.24.98.0/23", @@ -1074,7 +1072,7 @@ "184.25.240.0/20", "184.25.64.0/19", "184.25.96.0/21", - "184.26.0.0/19", + "184.26.0.0/20", "184.26.100.0/22", "184.26.104.0/22", "184.26.112.0/21", @@ -1087,6 +1085,7 @@ "184.26.146.0/23", "184.26.148.0/22", "184.26.156.0/22", + "184.26.16.0/22", "184.26.160.0/23", "184.26.163.0/24", "184.26.165.0/24", @@ -1094,6 +1093,7 @@ "184.26.172.0/22", "184.26.176.0/21", "184.26.192.0/18", + "184.26.24.0/21", "184.26.32.0/21", "184.26.40.0/23", "184.26.43.0/24", @@ -1123,7 +1123,6 @@ "184.27.176.0/22", "184.27.184.0/23", "184.27.186.0/24", - "184.27.188.0/22", "184.27.192.0/22", "184.27.198.0/23", "184.27.200.0/22", @@ -1185,7 +1184,9 @@ "184.28.228.0/22", "184.28.232.0/21", "184.28.24.0/21", - "184.28.240.0/20", + "184.28.240.0/22", + "184.28.244.0/23", + "184.28.248.0/21", "184.28.32.0/21", "184.28.4.0/24", "184.28.40.0/22", @@ -1257,8 +1258,10 @@ "184.31.128.0/18", "184.31.14.0/24", "184.31.16.0/20", - "184.31.192.0/19", + "184.31.192.0/22", "184.31.2.0/23", + "184.31.204.0/22", + "184.31.208.0/20", "184.31.224.0/20", "184.31.252.0/22", "184.31.32.0/19", @@ -1316,7 +1319,7 @@ "184.84.165.0/24", "184.84.168.0/21", "184.84.184.0/22", - "184.84.192.0/21", + "184.84.196.0/22", "184.84.204.0/22", "184.84.209.0/24", "184.84.210.0/24", @@ -1356,14 +1359,12 @@ "184.86.250.0/23", "184.87.132.0/22", "184.87.136.0/22", - "184.87.160.0/22", "184.87.169.0/24", "184.87.172.0/24", "184.87.174.0/23", "184.87.176.0/20", "184.87.192.0/23", "184.87.196.0/22", - "184.87.212.0/22", "184.87.224.0/20", "184.87.32.0/20", "184.87.96.0/20", @@ -1419,10 +1420,9 @@ "194.34.8.0/23", "194.35.36.0/23", "195.245.124.0/22", - "195.245.124.0/23", + "195.245.124.0/24", "195.245.126.0/24", "195.95.192.0/22", - "197.212.0.0/15", "198.173.160.0/23", "198.47.116.0/24", "198.58.96.0/19", @@ -1430,15 +1430,14 @@ "198.87.182.0/25", "199.101.28.0/22", "199.119.220.0/22", - "199.239.182.0/23", - "199.239.184.0/24", "199.46.32.0/19", "199.46.35.0/24", "2.16.0.0/13", "2.16.0.0/21", "2.16.10.0/23", "2.16.112.0/23", - "2.16.116.0/22", + "2.16.117.0/24", + "2.16.118.0/23", "2.16.12.0/22", "2.16.120.0/21", "2.16.128.0/22", @@ -1446,8 +1445,10 @@ "2.16.135.0/24", "2.16.136.0/21", "2.16.144.0/23", - "2.16.148.0/22", - "2.16.152.0/21", + "2.16.150.0/23", + "2.16.153.0/24", + "2.16.154.0/23", + "2.16.156.0/22", "2.16.16.0/24", "2.16.160.0/19", "2.16.18.0/24", @@ -1459,7 +1460,9 @@ "2.16.24.0/21", "2.16.240.0/21", "2.16.248.0/22", - "2.16.32.0/21", + "2.16.32.0/23", + "2.16.34.0/24", + "2.16.36.0/22", "2.16.40.0/22", "2.16.46.0/23", "2.16.48.0/22", @@ -1478,9 +1481,6 @@ "2.16.94.0/23", "2.16.96.0/20", "2.17.0.0/20", - "2.17.100.0/23", - "2.17.102.0/24", - "2.17.104.0/21", "2.17.112.0/22", "2.17.120.0/21", "2.17.128.0/20", @@ -1490,7 +1490,6 @@ "2.17.16.0/21", "2.17.160.0/19", "2.17.192.0/21", - "2.17.192.0/24", "2.17.195.0/24", "2.17.200.0/23", "2.17.203.0/24", @@ -1507,7 +1506,7 @@ "2.17.44.0/22", "2.17.48.0/20", "2.17.64.0/19", - "2.17.96.0/22", + "2.17.96.0/20", "2.18.104.0/22", "2.18.112.0/20", "2.18.128.0/18", @@ -1522,9 +1521,12 @@ "2.18.248.0/21", "2.18.28.0/24", "2.18.30.0/23", - "2.18.32.0/20", + "2.18.32.0/21", + "2.18.41.0/24", + "2.18.42.0/23", + "2.18.44.0/22", "2.18.48.0/21", - "2.18.60.0/22", + "2.18.62.0/23", "2.18.64.0/20", "2.18.8.0/21", "2.18.84.0/22", @@ -1532,7 +1534,7 @@ "2.18.96.0/21", "2.19.0.0/20", "2.19.128.0/19", - "2.19.160.0/22", + "2.19.160.0/21", "2.19.168.0/22", "2.19.172.0/23", "2.19.174.0/24", @@ -1541,13 +1543,15 @@ "2.19.180.0/24", "2.19.182.0/23", "2.19.184.0/21", - "2.19.192.0/21", - "2.19.204.0/22", - "2.19.208.0/20", - "2.19.224.0/19", + "2.19.192.0/19", + "2.19.224.0/20", + "2.19.240.0/23", + "2.19.242.0/24", + "2.19.244.0/22", + "2.19.248.0/21", "2.19.32.0/20", "2.19.48.0/24", - "2.19.50.0/23", + "2.19.51.0/24", "2.19.54.0/23", "2.19.60.0/22", "2.19.64.0/18", @@ -1556,7 +1560,9 @@ "2.20.111.0/24", "2.20.116.0/22", "2.20.120.0/21", - "2.20.128.0/19", + "2.20.128.0/20", + "2.20.144.0/21", + "2.20.152.0/22", "2.20.16.0/21", "2.20.160.0/20", "2.20.176.0/23", @@ -1584,7 +1590,7 @@ "2.20.70.0/23", "2.20.72.0/21", "2.20.8.0/21", - "2.20.80.0/20", + "2.20.88.0/21", "2.20.96.0/21", "2.21.0.0/23", "2.21.112.0/21", @@ -1668,18 +1674,13 @@ "2001:418:1401:1c::/64", "2001:418:1401:21::/64", "2001:418:1401:25::/64", - "2001:418:1401:2c::/64", - "2001:418:1401:300::/56", - "2001:418:1401:400::/55", "2001:418:1401:4::/64", "2001:418:1401:6a::/64", - "2001:418:1401:70::/63", + "2001:418:1401:71::/64", "2001:418:1401:7::/64", "2001:418:1401:7d::/64", - "2001:418:1c01:1::/64", "2001:418:4001:2::/64", "2001:418:4001:4::/64", - "2001:418:8404::/63", "2001:428:2001:205::/64", "2001:428:2001:302::/64", "2001:4450:40::/48", @@ -1823,15 +1824,11 @@ "203.69.141.0/24", "204.1.141.0/24", "204.10.28.0/22", - "204.141.239.0/24", - "204.2.132.128/25", "204.2.132.64/26", - "204.2.136.0/23", "204.2.139.0/24", "204.2.145.0/24", "204.2.146.0/25", "204.2.158.0/23", - "204.2.160.0/24", "204.2.162.0/24", "204.2.164.0/23", "204.2.196.0/24", @@ -1849,15 +1846,15 @@ "207.203.30.0/24", "208.185.115.0/24", "208.50.241.0/24", - "209.200.129.0/24", - "209.200.130.0/23", + "209.200.128.0/22", + "209.200.133.0/24", "209.200.135.0/24", "209.200.138.0/23", "209.200.140.0/22", - "209.200.144.0/20", - "209.200.144.0/21", + "209.200.146.0/23", + "209.200.148.0/22", + "209.200.152.0/21", "209.200.160.0/19", - "209.200.168.0/21", "210.130.210.0/24", "210.130.224.0/24", "210.148.128.0/24", @@ -1894,7 +1891,7 @@ "23.0.192.0/21", "23.0.204.0/22", "23.0.212.0/22", - "23.0.216.0/21", + "23.0.220.0/22", "23.0.240.0/20", "23.0.88.0/21", "23.1.0.0/22", @@ -1951,7 +1948,7 @@ "23.13.160.0/20", "23.13.176.0/21", "23.13.208.0/22", - "23.13.218.0/24", + "23.13.218.0/23", "23.13.220.0/22", "23.13.48.0/20", "23.13.64.0/20", @@ -2031,7 +2028,6 @@ "23.193.192.0/21", "23.193.200.0/23", "23.193.208.0/22", - "23.193.216.0/22", "23.193.224.0/21", "23.193.236.0/22", "23.193.24.0/22", @@ -2047,12 +2043,15 @@ "23.193.96.0/20", "23.194.0.0/19", "23.194.104.0/22", - "23.194.112.0/20", - "23.194.130.0/23", + "23.194.112.0/21", + "23.194.124.0/22", + "23.194.130.0/24", "23.194.138.0/23", "23.194.140.0/22", "23.194.144.0/20", - "23.194.160.0/19", + "23.194.160.0/20", + "23.194.176.0/21", + "23.194.188.0/22", "23.194.196.0/22", "23.194.200.0/21", "23.194.208.0/22", @@ -2060,7 +2059,7 @@ "23.194.216.0/21", "23.194.224.0/19", "23.194.64.0/19", - "23.194.96.0/21", + "23.194.96.0/22", "23.195.0.0/22", "23.195.105.0/24", "23.195.106.0/23", @@ -2110,7 +2109,7 @@ "23.197.20.0/23", "23.197.202.0/23", "23.197.204.0/22", - "23.197.208.0/21", + "23.197.212.0/22", "23.197.220.0/22", "23.197.224.0/21", "23.197.232.0/22", @@ -2119,7 +2118,7 @@ "23.197.32.0/20", "23.197.48.0/21", "23.197.60.0/22", - "23.197.64.0/18", + "23.197.64.0/20", "23.197.65.0/24", "23.197.66.0/23", "23.197.68.0/23", @@ -2128,6 +2127,11 @@ "23.197.74.0/24", "23.197.76.0/24", "23.197.8.0/22", + "23.197.80.0/22", + "23.197.85.0/24", + "23.197.86.0/23", + "23.197.88.0/21", + "23.197.96.0/19", "23.198.0.0/21", "23.198.10.0/24", "23.198.12.0/22", @@ -2136,7 +2140,6 @@ "23.198.16.0/20", "23.198.160.0/19", "23.198.192.0/19", - "23.198.224.0/21", "23.198.236.0/22", "23.198.240.0/22", "23.198.248.0/21", @@ -2193,15 +2196,14 @@ "23.200.72.0/21", "23.200.80.0/21", "23.200.88.0/23", - "23.200.92.0/24", - "23.200.94.0/23", + "23.200.92.0/22", "23.200.96.0/20", + "23.201.0.0/19", "23.201.102.0/23", "23.201.104.0/21", "23.201.112.0/20", "23.201.128.0/20", "23.201.148.0/22", - "23.201.16.0/20", "23.201.160.0/19", "23.201.192.0/20", "23.201.212.0/22", @@ -2214,7 +2216,6 @@ "23.201.54.0/24", "23.201.57.0/24", "23.201.64.0/21", - "23.201.8.0/21", "23.201.88.0/21", "23.201.96.0/23", "23.202.0.0/19", @@ -2250,14 +2251,12 @@ "23.203.154.0/24", "23.203.156.0/24", "23.203.159.0/24", - "23.203.16.0/20", "23.203.164.0/24", "23.203.166.0/23", - "23.203.168.0/22", - "23.203.173.0/24", - "23.203.174.0/23", + "23.203.168.0/21", "23.203.176.0/20", "23.203.192.0/19", + "23.203.20.0/22", "23.203.224.0/20", "23.203.240.0/21", "23.203.248.0/22", @@ -2272,7 +2271,10 @@ "23.204.100.0/23", "23.204.103.0/24", "23.204.104.0/21", - "23.204.112.0/20", + "23.204.113.0/24", + "23.204.114.0/23", + "23.204.116.0/22", + "23.204.120.0/21", "23.204.128.0/18", "23.204.192.0/19", "23.204.224.0/20", @@ -2378,6 +2380,7 @@ "23.208.8.0/22", "23.208.80.0/20", "23.208.96.0/19", + "23.209.0.0/19", "23.209.100.0/24", "23.209.102.0/23", "23.209.104.0/23", @@ -2387,7 +2390,6 @@ "23.209.120.0/22", "23.209.124.0/23", "23.209.127.0/24", - "23.209.16.0/20", "23.209.160.0/21", "23.209.168.0/23", "23.209.176.0/20", @@ -2427,7 +2429,7 @@ "23.210.72.0/23", "23.210.75.0/24", "23.210.76.0/22", - "23.210.80.0/21", + "23.210.84.0/22", "23.210.88.0/22", "23.210.92.0/23", "23.210.96.0/19", @@ -2463,7 +2465,8 @@ "23.212.0.0/23", "23.212.100.0/24", "23.212.108.0/22", - "23.212.144.0/20", + "23.212.144.0/22", + "23.212.152.0/21", "23.212.16.0/20", "23.212.160.0/20", "23.212.176.0/22", @@ -2486,10 +2489,13 @@ "23.212.96.0/23", "23.212.99.0/24", "23.213.0.0/21", - "23.213.128.0/18", + "23.213.128.0/20", "23.213.13.0/24", "23.213.14.0/23", + "23.213.148.0/22", + "23.213.152.0/21", "23.213.16.0/23", + "23.213.160.0/19", "23.213.19.0/24", "23.213.192.0/21", "23.213.20.0/22", @@ -2505,6 +2511,7 @@ "23.213.64.0/18", "23.213.8.0/22", "23.214.0.0/22", + "23.214.108.0/22", "23.214.112.0/23", "23.214.116.0/22", "23.214.120.0/21", @@ -2519,7 +2526,7 @@ "23.214.224.0/19", "23.214.32.0/19", "23.214.64.0/19", - "23.214.96.0/20", + "23.214.96.0/22", "23.215.0.0/20", "23.215.100.0/22", "23.215.106.0/23", @@ -2595,7 +2602,7 @@ "23.218.144.0/21", "23.218.156.0/22", "23.218.160.0/19", - "23.218.200.0/21", + "23.218.204.0/22", "23.218.208.0/20", "23.218.224.0/22", "23.218.232.0/23", @@ -2626,7 +2633,6 @@ "23.219.185.0/24", "23.219.186.0/23", "23.219.192.0/21", - "23.219.200.0/22", "23.219.206.0/23", "23.219.208.0/21", "23.219.224.0/19", @@ -2669,7 +2675,7 @@ "23.221.200.0/21", "23.221.208.0/21", "23.221.220.0/22", - "23.221.224.0/22", + "23.221.226.0/23", "23.221.228.0/23", "23.221.232.0/22", "23.221.236.0/23", @@ -2718,8 +2724,9 @@ "23.223.242.0/24", "23.223.245.0/24", "23.223.246.0/23", - "23.223.248.0/21", - "23.223.32.0/20", + "23.223.248.0/22", + "23.223.32.0/22", + "23.223.40.0/21", "23.223.52.0/22", "23.223.56.0/22", "23.223.61.0/24", @@ -2730,44 +2737,40 @@ "23.3.104.0/23", "23.3.107.0/24", "23.3.108.0/22", - "23.3.12.0/23", + "23.3.12.0/22", "23.3.128.0/21", "23.3.138.0/23", "23.3.140.0/22", - "23.3.15.0/24", "23.3.176.0/20", + "23.3.192.0/20", "23.3.240.0/20", + "23.3.48.0/20", "23.3.64.0/22", "23.3.68.0/23", "23.3.71.0/24", + "23.3.73.0/24", "23.3.74.0/23", "23.3.84.0/22", - "23.3.88.0/21", + "23.3.88.0/22", "23.3.98.0/23", "23.32.0.0/11", - "23.32.0.0/20", + "23.32.0.0/19", "23.32.128.0/20", "23.32.148.0/22", "23.32.152.0/21", - "23.32.16.0/21", "23.32.160.0/20", "23.32.180.0/22", "23.32.184.0/21", "23.32.192.0/20", "23.32.208.0/21", - "23.32.220.0/22", "23.32.224.0/21", "23.32.236.0/22", - "23.32.24.0/22", "23.32.240.0/22", "23.32.248.0/24", "23.32.250.0/23", "23.32.252.0/22", - "23.32.28.0/23", - "23.32.30.0/24", - "23.32.37.0/24", - "23.32.38.0/23", - "23.32.40.0/23", + "23.32.32.0/21", + "23.32.40.0/22", "23.32.44.0/23", "23.32.46.0/24", "23.32.52.0/22", @@ -2776,7 +2779,7 @@ "23.32.72.0/23", "23.32.75.0/24", "23.32.76.0/22", - "23.32.80.0/21", + "23.32.84.0/22", "23.32.88.0/23", "23.32.90.0/24", "23.32.92.0/22", @@ -2806,7 +2809,8 @@ "23.33.34.0/23", "23.33.36.0/22", "23.33.40.0/21", - "23.33.48.0/20", + "23.33.48.0/21", + "23.33.60.0/22", "23.33.80.0/20", "23.33.96.0/20", "23.34.0.0/21", @@ -2815,14 +2819,16 @@ "23.34.140.0/22", "23.34.144.0/20", "23.34.16.0/20", - "23.34.160.0/19", + "23.34.160.0/22", + "23.34.168.0/21", + "23.34.176.0/20", "23.34.192.0/19", "23.34.224.0/21", "23.34.240.0/21", "23.34.248.0/22", "23.34.32.0/19", "23.34.80.0/22", - "23.34.88.0/21", + "23.34.88.0/22", "23.34.96.0/19", "23.35.104.0/22", "23.35.110.0/23", @@ -2852,9 +2858,7 @@ "23.36.148.0/22", "23.36.152.0/22", "23.36.16.0/20", - "23.36.160.0/22", - "23.36.166.0/23", - "23.36.168.0/21", + "23.36.160.0/20", "23.36.176.0/24", "23.36.178.0/24", "23.36.180.0/22", @@ -2865,7 +2869,7 @@ "23.36.204.0/22", "23.36.208.0/20", "23.36.224.0/20", - "23.36.240.0/22", + "23.36.240.0/21", "23.36.252.0/22", "23.36.32.0/19", "23.36.64.0/19", @@ -2894,7 +2898,8 @@ "23.38.188.0/22", "23.38.192.0/23", "23.38.194.0/24", - "23.38.196.0/22", + "23.38.196.0/24", + "23.38.198.0/23", "23.38.200.0/21", "23.38.208.0/20", "23.38.224.0/19", @@ -2924,11 +2929,12 @@ "23.4.84.0/24", "23.4.88.0/22", "23.4.92.0/23", - "23.40.0.0/19", + "23.40.0.0/20", "23.40.112.0/22", "23.40.128.0/20", "23.40.148.0/22", "23.40.152.0/21", + "23.40.16.0/21", "23.40.160.0/19", "23.40.192.0/22", "23.40.196.0/23", @@ -2937,6 +2943,7 @@ "23.40.206.0/23", "23.40.208.0/20", "23.40.224.0/20", + "23.40.24.0/22", "23.40.244.0/23", "23.40.246.0/24", "23.40.32.0/20", @@ -2964,8 +2971,9 @@ "23.41.240.0/21", "23.41.248.0/22", "23.41.252.0/23", - "23.41.32.0/20", + "23.41.32.0/21", "23.41.4.0/23", + "23.41.40.0/22", "23.41.64.0/19", "23.41.8.0/23", "23.42.0.0/17", @@ -2973,8 +2981,7 @@ "23.42.148.0/22", "23.42.152.0/21", "23.42.160.0/19", - "23.42.192.0/19", - "23.42.240.0/20", + "23.42.192.0/18", "23.43.0.0/19", "23.43.101.0/24", "23.43.102.0/23", @@ -3093,15 +3100,19 @@ "23.47.120.0/22", "23.47.124.0/23", "23.47.127.0/24", - "23.47.128.0/17", + "23.47.128.0/20", + "23.47.144.0/21", + "23.47.156.0/22", "23.47.16.0/20", - "23.47.32.0/19", + "23.47.160.0/20", + "23.47.176.0/22", + "23.47.182.0/23", + "23.47.184.0/21", + "23.47.192.0/18", "23.47.4.0/22", - "23.47.64.0/21", - "23.47.72.0/23", - "23.47.76.0/22", + "23.47.48.0/20", + "23.47.64.0/19", "23.47.8.0/21", - "23.47.80.0/20", "23.47.96.0/20", "23.48.104.0/22", "23.48.112.0/20", @@ -3111,12 +3122,11 @@ "23.48.168.0/22", "23.48.168.0/23", "23.48.172.0/23", + "23.48.174.0/24", "23.48.176.0/20", "23.48.192.0/20", - "23.48.208.0/22", - "23.48.212.0/23", - "23.48.215.0/24", - "23.48.216.0/21", + "23.48.208.0/21", + "23.48.220.0/22", "23.48.224.0/24", "23.48.227.0/24", "23.48.228.0/22", @@ -3150,7 +3160,6 @@ "23.5.0.0/19", "23.5.144.0/20", "23.5.164.0/23", - "23.5.240.0/20", "23.5.96.0/20", "23.50.0.0/21", "23.50.10.0/23", @@ -3196,7 +3205,8 @@ "23.52.176.0/20", "23.52.192.0/18", "23.52.66.0/23", - "23.52.68.0/22", + "23.52.68.0/24", + "23.52.70.0/23", "23.52.72.0/23", "23.52.76.0/22", "23.52.80.0/21", @@ -3245,9 +3255,9 @@ "23.55.120.0/23", "23.55.124.0/22", "23.55.128.0/18", - "23.55.192.0/20", + "23.55.192.0/22", + "23.55.200.0/21", "23.55.208.0/21", - "23.55.216.0/22", "23.55.222.0/23", "23.55.224.0/21", "23.55.232.0/24", @@ -3261,28 +3271,29 @@ "23.55.56.0/21", "23.55.64.0/19", "23.55.96.0/21", - "23.56.0.0/18", + "23.56.0.0/21", "23.56.100.0/24", "23.56.102.0/23", - "23.56.106.0/23", + "23.56.107.0/24", "23.56.108.0/23", "23.56.110.0/24", "23.56.112.0/20", + "23.56.12.0/22", "23.56.128.0/19", "23.56.128.0/22", "23.56.133.0/24", "23.56.135.0/24", "23.56.136.0/21", + "23.56.16.0/20", "23.56.160.0/21", "23.56.171.0/24", "23.56.172.0/23", "23.56.175.0/24", "23.56.176.0/22", - "23.56.188.0/22", "23.56.192.0/19", "23.56.224.0/20", - "23.56.244.0/22", "23.56.248.0/21", + "23.56.32.0/19", "23.56.64.0/19", "23.56.96.0/23", "23.57.0.0/21", @@ -3358,7 +3369,7 @@ "23.60.174.0/23", "23.60.176.0/22", "23.60.184.0/21", - "23.60.192.0/18", + "23.60.192.0/19", "23.60.64.0/21", "23.60.72.0/22", "23.60.78.0/23", @@ -3450,9 +3461,11 @@ "23.65.0.0/20", "23.65.116.0/22", "23.65.122.0/24", - "23.65.124.0/23", - "23.65.128.0/20", + "23.65.124.0/22", + "23.65.128.0/19", "23.65.16.0/22", + "23.65.160.0/20", + "23.65.176.0/22", "23.65.188.0/24", "23.65.190.0/23", "23.65.192.0/20", @@ -3539,7 +3552,7 @@ "23.75.120.0/21", "23.75.16.0/24", "23.75.20.0/23", - "23.75.212.0/22", + "23.75.208.0/21", "23.75.216.0/23", "23.75.23.0/24", "23.75.64.0/21", @@ -3702,7 +3715,6 @@ "2600:1405:1c00::/48", "2600:1405:2400::/48", "2600:1405:2c00::/48", - "2600:1405:3000::/48", "2600:1405:3400::/48", "2600:1405:3c00::/48", "2600:1405:4000::/48", @@ -3746,7 +3758,6 @@ "2600:1405:f400::/48", "2600:1405:f800::/48", "2600:1406:1600::/48", - "2600:1406:1800::/48", "2600:1406:1a00::/48", "2600:1406:1a::/47", "2600:1406:1e00::/48", @@ -3850,7 +3861,6 @@ "2600:1408:4000::/48", "2600:1408:4400::/48", "2600:1408:4800::/48", - "2600:1408:5000::/48", "2600:1408:5400::/48", "2600:1408:6000::/48", "2600:1408:600::/48", @@ -3939,7 +3949,6 @@ "2600:140b:3200::/48", "2600:140b:3a00::/48", "2600:140b:4800::/48", - "2600:140b:5800::/48", "2600:140b:5::/48", "2600:140b:6800::/48", "2600:140b:6c00::/48", @@ -3993,7 +4002,6 @@ "2600:1410:4800::/48", "2600:1410:5000::/48", "2600:1410:6000::/48", - "2600:1410:7000::/48", "2600:1410:8000::/48", "2600:1410:9000::/48", "2600:1410::/48", @@ -4374,7 +4382,8 @@ "2600:3c0f:2::/47", "2600:3c0f:30::/48", "2600:3c0f:32::/48", - "2600:3c0f:34::/46", + "2600:3c0f:34::/47", + "2600:3c0f:37::/48", "2600:3c0f:38::/48", "2600:3c0f:40::/45", "2600:3c0f:48::/47", @@ -4395,11 +4404,10 @@ "2600:3c18::/30", "2600:3c1f:106::/48", "2600:3c1f:2::/48", - "2606:6c00:100::/47", + "2606:6c00:100::/48", "2606:6c00:104::/46", "2606:6c00:108::/47", "2606:6c00:120::/44", - "2606:6c00:2000::/48", "2606:6c00:200::/44", "2606:6c00:4000::/48", "2606:6c00:4::/47", @@ -4409,7 +4417,7 @@ "2606:6c00:6::/48", "2606:6c00:8000::/48", "2606:6c00:8::/47", - "2606:6c00::/47", + "2606:6c00::/48", "2606:6c00:c000::/48", "2606:6c00:fffe::/47", "2620:0:b60::/48", @@ -4428,11 +4436,9 @@ "2a01:7e00::/30", "2a01:7e04::/32", "2a02:2370:1000::/48", - "2a02:2370:101::/48", "2a02:2370:103::/48", "2a02:2370:104::/47", "2a02:2370:106::/48", - "2a02:2370:1::/48", "2a02:2370:200::/45", "2a02:2370:208::/46", "2a02:2370:20c::/48", @@ -4499,7 +4505,6 @@ "2a02:26f0:3d::/48", "2a02:26f0:4000::/48", "2a02:26f0:41::/48", - "2a02:26f0:4200::/48", "2a02:26f0:4300::/48", "2a02:26f0:4500::/48", "2a02:26f0:4600::/48", @@ -4548,7 +4553,6 @@ "2a02:26f0:8300::/48", "2a02:26f0:8500::/48", "2a02:26f0:8700::/48", - "2a02:26f0:8800::/48", "2a02:26f0:8900::/48", "2a02:26f0:8b00::/48", "2a02:26f0:8c00::/48", @@ -4595,7 +4599,6 @@ "2a02:26f0:b5::/48", "2a02:26f0:b600::/48", "2a02:26f0:b700::/48", - "2a02:26f0:b80::/48", "2a02:26f0:b900::/48", "2a02:26f0:bc00::/48", "2a02:26f0:bc::/48", @@ -4604,9 +4607,7 @@ "2a02:26f0:c100::/48", "2a02:26f0:c200::/48", "2a02:26f0:c4::/48", - "2a02:26f0:c500::/48", "2a02:26f0:c6::/48", - "2a02:26f0:c80::/48", "2a02:26f0:c900::/48", "2a02:26f0:c9::/48", "2a02:26f0:cc00::/48", @@ -4669,7 +4670,6 @@ "2a02:26f7:136::/48", "2a02:26f7:138::/48", "2a02:26f7:13a::/47", - "2a02:26f7:13c::/48", "2a02:26f7:13e::/48", "2a02:26f7:140::/48", "2a02:26f7:142::/47", @@ -4769,6 +4769,7 @@ "2a02:26f7:b24c::/46", "2a02:26f7:b250::/45", "2a02:26f7:b26c::/46", + "2a02:26f7:b270::/46", "2a02:26f7:b278::/45", "2a02:26f7:b280::/45", "2a02:26f7:b28c::/46", @@ -4902,7 +4903,7 @@ "2a02:26f7:bb81::/48", "2a02:26f7:bb84::/48", "2a02:26f7:bb88::/48", - "2a02:26f7:bb8c::/47", + "2a02:26f7:bb8c::/48", "2a02:26f7:bbc2::/48", "2a02:26f7:bbc4::/48", "2a02:26f7:bbc8::/48", @@ -5118,7 +5119,6 @@ "2a02:26f7:c88c::/47", "2a02:26f7:c894::/48", "2a02:26f7:c89c::/48", - "2a02:26f7:c8::/48", "2a02:26f7:c8a0::/48", "2a02:26f7:c8a2::/48", "2a02:26f7:c8c0::/48", @@ -5847,7 +5847,7 @@ "2a02:26f7:f6d8::/47", "2a02:26f7:f6dc::/48", "2a02:26f7:f6e0::/47", - "2a02:26f7:f6ee::/48", + "2a02:26f7:f6ee::/47", "2a02:26f7:f6f1::/48", "2a02:26f7:f6f2::/47", "2a02:26f7:f6f4::/48", @@ -6084,18 +6084,15 @@ "72.247.40.0/24", "72.247.44.0/23", "72.247.47.0/24", - "72.247.48.0/22", "72.247.64.0/21", "72.247.96.0/21", "72.52.16.0/22", "72.52.20.0/23", "72.52.22.0/24", "72.52.24.0/21", - "72.52.24.0/22", "72.52.3.0/24", "72.52.32.0/20", "72.52.4.0/22", - "72.52.48.0/21", "72.52.50.0/23", "72.52.52.0/22", "72.52.58.0/23", @@ -6132,10 +6129,12 @@ "85.90.244.0/22", "88.221.0.0/16", "88.221.0.0/23", - "88.221.104.0/23", + "88.221.104.0/24", "88.221.108.0/24", "88.221.110.0/23", - "88.221.120.0/21", + "88.221.120.0/24", + "88.221.122.0/23", + "88.221.124.0/22", "88.221.128.0/24", "88.221.130.0/23", "88.221.132.0/23", @@ -6184,7 +6183,6 @@ "92.122.120.0/23", "92.122.123.0/24", "92.122.124.0/23", - "92.122.144.0/22", "92.122.152.0/24", "92.122.156.0/22", "92.122.16.0/22", @@ -6199,7 +6197,7 @@ "92.122.202.0/23", "92.122.204.0/23", "92.122.207.0/24", - "92.122.210.0/23", + "92.122.211.0/24", "92.122.212.0/22", "92.122.218.0/23", "92.122.224.0/24", @@ -6282,7 +6280,7 @@ "95.100.255.0/24", "95.100.36.0/23", "95.100.39.0/24", - "95.100.40.0/21", + "95.100.44.0/22", "95.100.48.0/20", "95.100.64.0/20", "95.100.80.0/22", @@ -6292,8 +6290,10 @@ "95.100.92.0/23", "95.100.96.0/21", "95.101.0.0/20", + "95.101.104.0/22", + "95.101.108.0/23", + "95.101.111.0/24", "95.101.112.0/23", - "95.101.115.0/24", "95.101.116.0/22", "95.101.120.0/21", "95.101.132.0/24", @@ -6330,7 +6330,7 @@ "95.101.76.0/23", "95.101.79.0/24", "95.101.80.0/20", - "95.101.96.0/20", + "95.101.96.0/21", "96.126.96.0/19", "96.16.0.0/15", "96.16.122.0/23", @@ -6393,7 +6393,6 @@ "96.6.16.0/22", "96.6.160.0/20", "96.6.192.0/19", - "96.6.224.0/20", "96.6.32.0/21", "96.6.42.0/24", "96.6.45.0/24", @@ -6513,7 +6512,7 @@ "srtcdn.net", "tl88.net" ], - "last_updated": 1766077283.4564834, + "last_updated": 1768864917.7002473, "long_description": "A content delivery network and cloud services provider that delivers web and internet security services.", "name": "Akamai", "org_ids": [ @@ -6533,8 +6532,9 @@ 134963 ], "cidrs": [ + "103.173.12.0/24", "103.206.40.0/22", - "139.95.66.0/24", + "139.95.66.0/23", "14.1.112.0/22", "14.1.115.0/24", "147.139.252.0/22", @@ -6543,16 +6543,20 @@ "163.181.208.0/24", "163.181.41.0/24", "170.33.0.0/24", - "170.33.100.0/24", "170.33.103.0/24", "170.33.104.0/22", + "170.33.112.0/23", + "170.33.114.0/24", "170.33.128.0/24", - "170.33.136.0/22", + "170.33.139.0/24", "170.33.144.0/24", "170.33.152.0/24", "170.33.16.0/20", "170.33.160.0/24", "170.33.2.0/23", + "170.33.24.0/24", + "170.33.29.0/24", + "170.33.30.0/23", "170.33.32.0/21", "170.33.40.0/23", "170.33.44.0/22", @@ -6561,8 +6565,6 @@ "170.33.68.0/23", "170.33.75.0/24", "170.33.8.0/21", - "170.33.80.0/22", - "170.33.84.0/24", "170.33.86.0/23", "170.33.89.0/24", "170.33.91.0/24", @@ -6572,16 +6574,20 @@ "178.132.242.0/23", "178.132.244.0/23", "178.132.247.0/24", - "198.11.144.0/24", "203.107.48.0/22", + "205.198.40.0/23", "205.198.43.0/24", + "209.146.118.0/24", "2401:8680:4004::/46", "2401:8680:4100::/48", "2401:8680:4102::/48", + "2408:4000:104::/48", + "240b:4002:1010::/48", + "38.47.128.0/20", + "45.194.56.0/22", "47.236.216.0/22", "47.237.248.0/24", "47.238.24.0/22", - "47.240.190.0/24", "47.245.156.0/22", "47.245.220.0/22", "47.246.100.0/24", @@ -6610,7 +6616,8 @@ "8.215.164.0/22", "8.216.76.0/22", "8.220.124.0/22", - "8.220.168.0/22", + "8.220.168.0/23", + "8.220.170.0/24", "8.220.236.0/22", "8.220.248.0/21", "8.221.152.0/22" @@ -7011,7 +7018,7 @@ "ztna-dingtalk.com", "zuodao.com" ], - "last_updated": 1766077330.1764228, + "last_updated": 1768864915.729198, "long_description": "A Chinese cloud computing company and subsidiary of Alibaba Group, providing cloud services and infrastructure.", "name": "Alibaba", "org_ids": [ @@ -7055,15 +7062,20 @@ ], "cidrs": [ "1.178.1.0/24", + "1.178.100.0/22", "1.178.104.0/21", "1.178.144.0/20", "1.178.16.0/20", + "1.178.16.0/21", "1.178.160.0/21", "1.178.168.0/22", "1.178.172.0/23", "1.178.174.0/24", "1.178.180.0/22", "1.178.192.0/23", + "1.178.24.0/22", + "1.178.28.0/23", + "1.178.31.0/24", "1.178.4.0/22", "1.178.64.0/23", "1.178.68.0/22", @@ -7071,9 +7083,7 @@ "1.178.8.0/21", "1.178.81.0/24", "1.178.86.0/23", - "1.178.88.0/22", - "1.178.92.0/23", - "1.178.94.0/24", + "1.178.88.0/21", "1.179.100.0/22", "1.179.104.0/21", "1.179.14.0/23", @@ -7094,6 +7104,9 @@ "100.42.64.0/20", "100.48.0.0/12", "100.48.54.0/23", + "100.49.198.0/23", + "100.52.164.0/23", + "102.129.130.0/24", "102.135.181.0/24", "102.208.248.0/22", "102.210.190.0/23", @@ -7103,13 +7116,14 @@ "103.104.86.0/24", "103.107.56.0/24", "103.109.83.0/24", - "103.116.5.0/24", + "103.116.4.0/23", "103.116.6.0/24", "103.119.213.0/24", "103.124.134.0/23", "103.125.225.0/24", "103.125.226.0/23", "103.13.188.0/23", + "103.13.188.0/23", "103.13.190.0/24", "103.136.10.0/24", "103.139.114.0/23", @@ -7129,7 +7143,6 @@ "103.16.56.0/24", "103.16.59.0/24", "103.161.77.0/24", - "103.166.180.0/24", "103.166.60.0/23", "103.167.153.0/24", "103.168.156.0/23", @@ -7185,7 +7198,6 @@ "103.53.48.0/22", "103.54.236.0/24", "103.58.192.0/24", - "103.6.73.0/24", "103.70.49.0/24", "103.70.51.0/24", "103.73.186.0/23", @@ -7269,6 +7281,8 @@ "104.255.58.43/32", "104.255.58.44/32", "104.255.58.63/32", + "104.255.58.84/32", + "104.255.58.91/32", "104.255.59.101/32", "104.255.59.102/31", "104.255.59.104/31", @@ -7294,6 +7308,7 @@ "104.255.59.88/32", "104.255.59.91/32", "104.255.60.0/23", + "104.255.61.0/31", "104.36.214.0/23", "104.36.33.0/24", "107.150.192.0/19", @@ -7648,6 +7663,10 @@ "108.158.72.0/21", "108.158.8.0/24", "108.158.80.0/22", + "108.158.86.0/23", + "108.158.88.0/21", + "108.158.96.0/23", + "108.158.98.0/24", "108.159.0.0/21", "108.159.10.0/23", "108.159.100.0/22", @@ -7691,6 +7710,7 @@ "108.159.96.0/23", "108.160.212.0/22", "108.165.102.0/23", + "108.165.105.0/24", "108.165.68.0/24", "108.165.86.0/24", "108.165.93.0/24", @@ -8009,30 +8029,22 @@ "13.224.106.0/24", "13.224.109.0/24", "13.224.110.0/23", - "13.224.112.0/21", - "13.224.120.0/24", - "13.224.123.0/24", - "13.224.124.0/24", - "13.224.139.0/24", - "13.224.140.0/24", - "13.224.153.0/24", - "13.224.154.0/23", - "13.224.156.0/22", + "13.224.112.0/20", + "13.224.137.0/24", + "13.224.138.0/23", + "13.224.140.0/22", + "13.224.144.0/20", "13.224.16.0/21", "13.224.160.0/19", "13.224.192.0/21", - "13.224.200.0/23", - "13.224.202.0/24", - "13.224.205.0/24", - "13.224.206.0/23", - "13.224.208.0/21", + "13.224.200.0/24", "13.224.216.0/24", "13.224.219.0/24", + "13.224.220.0/24", "13.224.24.0/24", "13.224.249.0/24", - "13.224.250.0/24", - "13.224.253.0/24", - "13.224.254.0/23", + "13.224.250.0/23", + "13.224.252.0/22", "13.224.27.0/24", "13.224.28.0/24", "13.224.32.0/20", @@ -8044,51 +8056,48 @@ "13.224.80.0/21", "13.224.88.0/24", "13.225.0.0/21", - "13.225.104.0/23", - "13.225.106.0/24", - "13.225.109.0/24", - "13.225.110.0/23", - "13.225.112.0/21", - "13.225.120.0/23", - "13.225.122.0/24", - "13.225.124.0/22", - "13.225.128.0/21", - "13.225.136.0/24", - "13.225.139.0/24", - "13.225.140.0/24", - "13.225.152.0/21", - "13.225.16.0/21", - "13.225.160.0/19", + "13.225.128.0/18", + "13.225.16.0/20", "13.225.192.0/19", "13.225.224.0/20", - "13.225.24.0/23", "13.225.249.0/24", "13.225.250.0/23", "13.225.252.0/22", - "13.225.26.0/24", - "13.225.29.0/24", - "13.225.30.0/23", - "13.225.32.0/21", - "13.225.40.0/23", - "13.225.42.0/24", - "13.225.45.0/24", - "13.225.46.0/23", - "13.225.48.0/21", - "13.225.56.0/24", + "13.225.32.0/19", + "13.225.64.0/21", "13.225.72.0/24", + "13.225.75.0/24", + "13.225.76.0/24", "13.225.8.0/24", "13.225.89.0/24", "13.225.90.0/24", "13.225.93.0/24", "13.225.94.0/23", - "13.225.96.0/21", + "13.225.96.0/19", "13.226.0.0/21", "13.226.10.0/23", "13.226.12.0/22", - "13.226.149.0/24", + "13.226.129.0/24", + "13.226.130.0/23", + "13.226.132.0/23", + "13.226.134.0/24", + "13.226.136.0/21", + "13.226.145.0/24", + "13.226.146.0/23", + "13.226.152.0/21", "13.226.16.0/21", + "13.226.196.0/23", + "13.226.198.0/24", + "13.226.209.0/24", + "13.226.210.0/23", + "13.226.212.0/23", + "13.226.214.0/24", + "13.226.216.0/21", + "13.226.225.0/24", + "13.226.226.0/23", "13.226.228.0/23", "13.226.230.0/24", + "13.226.232.0/21", "13.226.24.0/24", "13.226.241.0/24", "13.226.242.0/23", @@ -8096,10 +8105,9 @@ "13.226.248.0/21", "13.226.27.0/24", "13.226.28.0/24", - "13.226.41.0/24", - "13.226.42.0/23", - "13.226.44.0/22", - "13.226.48.0/20", + "13.226.43.0/24", + "13.226.44.0/24", + "13.226.56.0/21", "13.226.64.0/21", "13.226.72.0/23", "13.226.79.0/24", @@ -8110,53 +8118,44 @@ "13.226.92.0/22", "13.226.96.0/21", "13.227.100.0/24", + "13.227.103.0/24", "13.227.104.0/21", + "13.227.112.0/24", "13.227.133.0/24", - "13.227.134.0/24", - "13.227.145.0/24", - "13.227.146.0/23", - "13.227.148.0/23", - "13.227.150.0/24", - "13.227.152.0/21", - "13.227.161.0/24", - "13.227.162.0/23", + "13.227.134.0/23", + "13.227.144.0/20", + "13.227.16.0/24", + "13.227.160.0/22", "13.227.164.0/23", "13.227.166.0/24", "13.227.168.0/21", "13.227.177.0/24", "13.227.178.0/23", - "13.227.180.0/23", - "13.227.182.0/24", + "13.227.180.0/22", "13.227.184.0/21", - "13.227.193.0/24", - "13.227.194.0/23", - "13.227.196.0/23", - "13.227.198.0/24", - "13.227.200.0/21", - "13.227.209.0/24", - "13.227.21.0/24", - "13.227.210.0/23", - "13.227.212.0/23", - "13.227.214.0/24", - "13.227.216.0/21", - "13.227.22.0/24", - "13.227.225.0/24", - "13.227.226.0/23", + "13.227.192.0/19", + "13.227.224.0/22", "13.227.228.0/23", + "13.227.23.0/24", "13.227.230.0/24", "13.227.232.0/21", "13.227.241.0/24", "13.227.242.0/23", + "13.227.244.0/22", "13.227.248.0/21", "13.227.33.0/24", - "13.227.65.0/24", - "13.227.66.0/23", + "13.227.35.0/24", + "13.227.36.0/24", + "13.227.48.0/24", + "13.227.55.0/24", + "13.227.64.0/24", "13.227.68.0/24", - "13.227.72.0/21", + "13.227.7.0/24", + "13.227.71.0/24", + "13.227.80.0/24", "13.227.85.0/24", - "13.227.86.0/24", - "13.227.97.0/24", - "13.227.98.0/23", + "13.227.86.0/23", + "13.227.96.0/22", "13.228.0.0/14", "13.228.69.0/24", "13.229.187.192/27", @@ -8239,8 +8238,7 @@ "13.249.101.0/24", "13.249.102.0/23", "13.249.104.0/21", - "13.249.112.0/23", - "13.249.114.0/24", + "13.249.112.0/22", "13.249.117.0/24", "13.249.118.0/23", "13.249.120.0/21", @@ -8254,6 +8252,16 @@ "13.249.149.0/24", "13.249.150.0/23", "13.249.152.0/21", + "13.249.160.0/23", + "13.249.162.0/24", + "13.249.165.0/24", + "13.249.166.0/23", + "13.249.168.0/21", + "13.249.176.0/23", + "13.249.178.0/24", + "13.249.181.0/24", + "13.249.182.0/23", + "13.249.184.0/21", "13.249.192.0/23", "13.249.194.0/24", "13.249.197.0/24", @@ -8271,10 +8279,6 @@ "13.249.248.0/24", "13.249.250.0/23", "13.249.252.0/22", - "13.249.32.0/24", - "13.249.34.0/23", - "13.249.36.0/22", - "13.249.40.0/21", "13.249.64.0/23", "13.249.66.0/24", "13.249.69.0/24", @@ -8301,7 +8305,8 @@ "13.32.104.0/22", "13.32.108.0/23", "13.32.111.0/24", - "13.32.112.0/22", + "13.32.112.0/23", + "13.32.114.0/24", "13.32.117.0/24", "13.32.118.0/23", "13.32.120.0/23", @@ -8309,17 +8314,18 @@ "13.32.128.0/22", "13.32.132.0/23", "13.32.139.0/24", - "13.32.140.0/24", + "13.32.140.0/23", + "13.32.144.0/23", "13.32.146.0/24", "13.32.148.0/22", "13.32.152.0/22", + "13.32.158.0/23", "13.32.160.0/22", "13.32.164.0/23", "13.32.166.0/24", "13.32.17.0/24", "13.32.176.0/20", - "13.32.192.0/20", - "13.32.208.0/21", + "13.32.192.0/19", "13.32.224.0/20", "13.32.240.0/21", "13.32.248.0/24", @@ -8334,7 +8340,6 @@ "13.32.64.0/21", "13.32.7.0/24", "13.32.8.0/23", - "13.32.80.0/21", "13.32.88.0/22", "13.32.92.0/23", "13.32.94.0/24", @@ -8350,16 +8355,17 @@ "13.33.118.0/24", "13.33.120.0/24", "13.33.124.0/22", + "13.33.13.0/24", "13.33.136.0/21", + "13.33.14.0/23", "13.33.152.0/23", "13.33.156.0/22", - "13.33.16.0/22", + "13.33.16.0/21", "13.33.168.0/21", "13.33.176.0/21", "13.33.186.0/23", "13.33.190.0/23", "13.33.192.0/21", - "13.33.20.0/23", "13.33.200.0/24", "13.33.205.0/24", "13.33.206.0/23", @@ -8367,12 +8373,15 @@ "13.33.224.0/19", "13.33.24.0/22", "13.33.28.0/24", - "13.33.30.0/24", - "13.33.32.0/19", + "13.33.30.0/23", + "13.33.32.0/20", "13.33.4.0/24", + "13.33.48.0/21", + "13.33.56.0/24", "13.33.6.0/23", + "13.33.60.0/22", "13.33.64.0/20", - "13.33.8.0/21", + "13.33.8.0/22", "13.33.80.0/21", "13.33.88.0/22", "13.33.92.0/23", @@ -8507,22 +8516,20 @@ "130.12.159.0/24", "130.12.86.0/24", "130.137.112.0/24", - "130.137.124.0/24", "130.137.14.0/24", "130.137.150.0/24", - "130.137.16.0/24", "130.137.166.0/23", "130.137.170.0/24", "130.137.172.0/23", "130.137.172.0/24", "130.137.185.0/24", - "130.137.219.0/24", "130.137.231.0/24", "130.137.239.0/24", "130.137.253.0/24", "130.137.28.0/23", "130.137.78.0/24", "130.137.82.0/24", + "130.137.85.0/24", "130.137.9.0/24", "130.150.200.0/21", "130.150.240.0/22", @@ -8542,7 +8549,6 @@ "130.176.120.0/24", "130.176.128.0/18", "130.176.128.0/21", - "130.176.130.0/24", "130.176.136.0/23", "130.176.136.0/23", "130.176.140.0/22", @@ -8576,9 +8582,8 @@ "130.176.238.0/24", "130.176.254.0/23", "130.176.27.0/24", + "130.176.36.0/24", "130.176.45.0/24", - "130.176.55.0/24", - "130.176.56.0/24", "130.176.64.0/21", "130.176.72.0/22", "130.176.76.0/24", @@ -8586,7 +8591,6 @@ "130.176.80.0/22", "130.176.86.0/23", "130.176.88.0/21", - "130.176.89.0/24", "130.176.96.0/19", "130.181.0.0/16", "130.186.128.0/17", @@ -8663,6 +8667,8 @@ "134.224.175.0/24", "134.224.176.0/20", "134.224.192.0/20", + "134.224.208.0/23", + "134.224.210.0/24", "134.224.224.0/20", "134.224.240.0/21", "134.224.248.0/22", @@ -8681,6 +8687,9 @@ "135.84.124.0/24", "135.84.218.0/24", "135.84.6.0/23", + "136.0.131.0/24", + "136.0.133.0/24", + "136.0.144.0/24", "136.1.0.0/16", "136.128.0.0/15", "136.130.0.0/16", @@ -8777,6 +8786,7 @@ "139.180.17.0/24", "139.180.240.0/21", "139.180.248.0/22", + "139.180.253.0/24", "139.180.254.0/24", "139.180.31.0/24", "139.56.16.0/20", @@ -8906,31 +8916,29 @@ "143.204.110.0/23", "143.204.112.0/21", "143.204.120.0/24", - "143.204.128.0/21", - "143.204.136.0/23", - "143.204.138.0/24", - "143.204.141.0/24", - "143.204.142.0/23", - "143.204.144.0/21", - "143.204.152.0/23", - "143.204.154.0/24", - "143.204.157.0/24", - "143.204.158.0/23", + "143.204.123.0/24", + "143.204.124.0/24", + "143.204.128.0/19", "143.204.160.0/21", "143.204.168.0/24", "143.204.17.0/24", "143.204.18.0/23", "143.204.185.0/24", - "143.204.186.0/24", - "143.204.189.0/24", - "143.204.190.0/23", + "143.204.186.0/23", + "143.204.188.0/22", "143.204.192.0/21", "143.204.2.0/24", "143.204.20.0/22", "143.204.200.0/24", + "143.204.203.0/24", + "143.204.204.0/24", + "143.204.219.0/24", + "143.204.220.0/24", + "143.204.235.0/24", + "143.204.236.0/24", "143.204.24.0/23", "143.204.249.0/24", - "143.204.250.0/24", + "143.204.250.0/23", "143.204.253.0/24", "143.204.254.0/23", "143.204.26.0/24", @@ -8941,22 +8949,14 @@ "143.204.42.0/24", "143.204.45.0/24", "143.204.46.0/23", - "143.204.48.0/21", + "143.204.48.0/20", "143.204.5.0/24", - "143.204.56.0/22", "143.204.6.0/23", - "143.204.60.0/23", - "143.204.62.0/24", - "143.204.65.0/24", - "143.204.66.0/23", - "143.204.68.0/22", - "143.204.72.0/23", - "143.204.74.0/24", - "143.204.77.0/24", - "143.204.78.0/23", + "143.204.64.0/21", + "143.204.72.0/24", "143.204.8.0/21", - "143.204.80.0/21", "143.204.88.0/24", + "143.204.92.0/24", "143.206.0.0/16", "143.220.128.0/21", "143.220.136.0/22", @@ -8981,16 +8981,13 @@ "144.207.0.0/16", "144.220.0.0/16", "144.220.1.0/24", - "144.220.104.0/24", "144.220.11.0/24", "144.220.110.0/23", "144.220.114.0/24", "144.220.122.0/24", "144.220.128.0/24", + "144.220.19.0/24", "144.220.28.0/24", - "144.220.39.0/24", - "144.220.40.0/24", - "144.220.65.0/24", "144.220.94.0/24", "144.36.123.0/24", "144.40.0.0/16", @@ -9077,7 +9074,9 @@ "148.5.93.0/24", "148.5.95.0/24", "148.55.0.0/16", - "148.59.100.0/23", + "148.59.100.0/22", + "148.59.104.0/22", + "148.59.108.0/24", "148.59.171.0/24", "148.59.24.0/24", "148.59.77.0/24", @@ -9119,6 +9118,7 @@ "15.128.0.0/20", "15.129.0.0/20", "15.129.16.0/21", + "15.129.24.0/22", "15.134.66.0/23", "15.135.0.0/16", "15.136.0.0/15", @@ -9156,7 +9156,7 @@ "15.158.0.0/21", "15.158.10.0/23", "15.158.100.0/24", - "15.158.102.0/24", + "15.158.102.0/23", "15.158.104.0/21", "15.158.112.0/20", "15.158.12.0/23", @@ -9182,10 +9182,8 @@ "15.158.21.0/24", "15.158.210.0/23", "15.158.212.0/22", - "15.158.216.0/23", - "15.158.219.0/24", + "15.158.216.0/21", "15.158.22.0/23", - "15.158.220.0/22", "15.158.225.0/24", "15.158.226.0/23", "15.158.228.0/22", @@ -9197,7 +9195,7 @@ "15.158.242.0/24", "15.158.249.0/24", "15.158.251.0/24", - "15.158.254.0/23", + "15.158.252.0/22", "15.158.27.0/24", "15.158.28.0/22", "15.158.33.0/24", @@ -9328,7 +9326,6 @@ "15.194.0.0/16", "15.196.0.0/14", "15.197.0.0/19", - "15.197.0.0/24", "15.197.12.0/22", "15.197.128.0/17", "15.197.128.0/17", @@ -9694,8 +9691,8 @@ "150.222.48.0/22", "150.222.52.0/23", "150.222.54.0/24", - "150.222.55.0/26", - "150.222.55.64/27", + "150.222.55.0/25", + "150.222.55.128/26", "150.222.64.0/22", "150.222.68.116/31", "150.222.69.0/24", @@ -9704,6 +9701,7 @@ "150.222.8.0/22", "150.222.80.0/20", "150.222.96.0/20", + "150.241.253.0/24", "150.242.68.0/24", "150.245.0.0/16", "150.247.0.0/19", @@ -9783,13 +9781,17 @@ "153.45.10.0/23", "153.45.101.0/24", "153.45.102.0/23", - "153.45.105.0/24", + "153.45.104.0/23", "153.45.106.0/24", + "153.45.108.0/24", + "153.45.110.0/23", "153.45.113.0/24", "153.45.114.0/23", - "153.45.116.0/23", - "153.45.119.0/24", + "153.45.116.0/22", "153.45.12.0/24", + "153.45.120.0/24", + "153.45.122.0/23", + "153.45.124.0/24", "153.45.16.0/21", "153.45.224.0/21", "153.45.232.0/23", @@ -9820,7 +9822,7 @@ "153.45.92.0/23", "153.45.95.0/24", "153.45.97.0/24", - "153.45.98.0/24", + "153.45.98.0/23", "153.47.0.0/16", "153.49.0.0/16", "154.16.249.0/24", @@ -9828,6 +9830,7 @@ "155.117.0.0/24", "155.117.185.0/24", "155.117.187.0/24", + "155.117.203.0/24", "155.117.60.0/24", "155.134.0.0/16", "155.146.0.0/16", @@ -9961,6 +9964,7 @@ "159.109.0.0/16", "159.11.0.0/16", "159.112.232.0/24", + "159.119.128.0/23", "159.137.128.0/17", "159.140.140.0/23", "159.140.144.0/24", @@ -9999,7 +10003,7 @@ "159.244.0.0/16", "159.248.0.0/16", "159.248.128.0/22", - "159.248.132.0/23", + "159.248.133.0/24", "159.248.200.0/21", "159.248.216.0/21", "159.248.224.0/20", @@ -10008,6 +10012,8 @@ "159.253.164.0/24", "159.254.0.0/21", "159.254.12.0/24", + "159.254.191.0/24", + "159.254.200.0/23", "159.254.8.0/22", "159.254.80.0/23", "159.254.82.0/24", @@ -10030,6 +10036,7 @@ "16.108.0.0/16", "16.11.0.0/16", "16.112.0.0/12", + "16.113.0.0/16", "16.12.0.0/16", "16.12.0.0/20", "16.12.0.0/23", @@ -10062,9 +10069,7 @@ "16.12.84.0/23", "16.12.86.0/24", "16.12.88.0/21", - "16.12.88.0/21", "16.12.96.0/20", - "16.12.96.0/21", "16.128.0.0/14", "16.132.0.0/15", "16.135.0.0/16", @@ -10106,6 +10111,7 @@ "16.163.206.0/23", "16.163.63.64/26", "16.164.0.0/15", + "16.164.0.0/16", "16.166.0.0/16", "16.168.0.0/14", "16.170.199.0/26", @@ -10117,24 +10123,14 @@ "16.176.0.0/14", "16.176.35.128/25", "16.176.69.0/25", + "16.18.0.0/16", "16.180.0.0/15", "16.182.0.0/16", "16.182.0.0/20", - "16.182.0.0/20", - "16.182.32.0/20", - "16.182.32.0/20", "16.182.32.0/20", "16.182.56.0/21", - "16.182.56.0/21", - "16.182.56.0/21", - "16.182.64.0/20", - "16.182.64.0/20", "16.182.64.0/20", "16.182.88.0/21", - "16.182.88.0/21", - "16.182.88.0/21", - "16.182.96.0/19", - "16.182.96.0/19", "16.182.96.0/19", "16.184.0.0/14", "16.184.0.0/16", @@ -10178,6 +10174,7 @@ "16.213.0.0/16", "16.214.0.0/16", "16.219.0.0/16", + "16.22.0.0/16", "16.24.0.0/14", "16.24.30.0/23", "16.24.32.0/22", @@ -10217,6 +10214,7 @@ "16.58.0.0/16", "16.58.2.0/23", "16.6.0.0/16", + "16.60.0.0/16", "16.62.140.0/23", "16.62.183.128/25", "16.62.188.0/25", @@ -10242,6 +10240,7 @@ "16.73.0.0/16", "16.74.0.0/15", "16.76.0.0/14", + "16.76.0.0/16", "16.78.0.0/15", "16.86.0.0/15", "16.88.0.0/13", @@ -10690,7 +10689,6 @@ "172.96.98.0/24", "172.99.14.0/23", "172.99.250.0/24", - "173.195.208.0/24", "173.195.225.0/24", "173.195.230.0/23", "173.195.232.0/24", @@ -10725,6 +10723,7 @@ "173.82.104.0/24", "173.82.125.0/24", "173.82.16.0/24", + "173.82.184.0/24", "173.82.255.0/24", "173.82.67.0/24", "173.82.8.0/24", @@ -10779,6 +10778,7 @@ "178.239.127.0/24", "178.239.128.0/22", "178.239.132.0/24", + "178.83.112.0/22", "178.92.101.0/24", "179.0.17.0/24", "18.100.0.0/14", @@ -10858,7 +10858,12 @@ "18.154.128.0/22", "18.154.132.0/23", "18.154.134.0/24", + "18.154.137.0/24", + "18.154.138.0/23", "18.154.14.0/24", + "18.154.140.0/22", + "18.154.144.0/22", + "18.154.148.0/23", "18.154.152.0/21", "18.154.160.0/22", "18.154.164.0/24", @@ -10880,6 +10885,9 @@ "18.154.212.0/22", "18.154.216.0/21", "18.154.224.0/24", + "18.154.227.0/24", + "18.154.228.0/22", + "18.154.232.0/21", "18.154.24.0/22", "18.154.242.0/23", "18.154.244.0/22", @@ -10967,6 +10975,9 @@ "18.155.8.0/22", "18.155.80.0/21", "18.155.88.0/24", + "18.155.91.0/24", + "18.155.92.0/22", + "18.155.96.0/21", "18.156.52.0/24", "18.156.54.0/23", "18.157.237.128/25", @@ -11217,7 +11228,10 @@ "18.165.244.0/22", "18.165.248.0/21", "18.165.28.0/24", + "18.165.31.0/24", + "18.165.32.0/21", "18.165.4.0/22", + "18.165.40.0/22", "18.165.46.0/23", "18.165.48.0/21", "18.165.56.0/23", @@ -11347,7 +11361,8 @@ "18.173.178.0/24", "18.173.183.0/24", "18.173.184.0/21", - "18.173.192.0/22", + "18.173.192.0/21", + "18.173.200.0/24", "18.173.203.0/24", "18.173.204.0/22", "18.173.208.0/21", @@ -11356,8 +11371,9 @@ "18.173.223.0/24", "18.173.224.0/20", "18.173.24.0/24", - "18.173.240.0/22", - "18.173.244.0/23", + "18.173.240.0/21", + "18.173.248.0/22", + "18.173.252.0/23", "18.173.254.0/24", "18.173.27.0/24", "18.173.28.0/22", @@ -11390,6 +11406,7 @@ "18.196.161.184/29", "18.196.161.192/28", "18.196.161.80/28", + "18.196.222.0/23", "18.199.211.0/24", "18.199.68.0/22", "18.199.72.0/21", @@ -11509,7 +11526,9 @@ "18.239.16.0/21", "18.239.160.0/21", "18.239.168.0/22", - "18.239.187.0/24", + "18.239.174.0/23", + "18.239.176.0/21", + "18.239.184.0/22", "18.239.190.0/24", "18.239.193.0/24", "18.239.194.0/23", @@ -11934,6 +11953,10 @@ "18.65.48.0/21", "18.65.56.0/23", "18.65.58.0/24", + "18.65.61.0/24", + "18.65.62.0/23", + "18.65.64.0/21", + "18.65.72.0/23", "18.65.76.0/22", "18.65.8.0/22", "18.65.80.0/21", @@ -12065,11 +12088,7 @@ "18.67.92.0/22", "18.67.96.0/22", "18.68.0.0/19", - "18.68.128.0/20", - "18.68.144.0/21", - "18.68.152.0/24", - "18.68.154.0/23", - "18.68.156.0/22", + "18.68.128.0/19", "18.68.160.0/23", "18.68.162.0/24", "18.68.164.0/23", @@ -12085,8 +12104,7 @@ "18.68.192.0/20", "18.68.208.0/22", "18.68.212.0/23", - "18.68.220.0/23", - "18.68.222.0/24", + "18.68.220.0/22", "18.68.224.0/23", "18.68.32.0/21", "18.68.40.0/22", @@ -12118,6 +12136,7 @@ "18.98.164.0/25", "18.98.20.128/25", "18.98.66.128/25", + "18.99.193.0/25", "18.99.75.128/25", "180.163.57.0/25", "180.163.57.128/26", @@ -12164,7 +12183,6 @@ "185.120.172.0/22", "185.121.140.0/22", "185.121.4.0/22", - "185.122.214.0/24", "185.125.84.0/24", "185.126.156.0/23", "185.130.49.0/24", @@ -12175,7 +12193,7 @@ "185.137.13.0/24", "185.137.156.0/24", "185.137.166.0/24", - "185.138.145.0/24", + "185.138.144.0/22", "185.138.242.0/24", "185.141.193.0/24", "185.143.16.0/22", @@ -12241,8 +12259,8 @@ "185.230.65.0/24", "185.230.66.0/24", "185.232.99.0/24", - "185.235.164.0/24", "185.235.199.0/24", + "185.235.236.0/23", "185.236.142.0/24", "185.237.4.0/22", "185.241.8.0/24", @@ -12321,6 +12339,8 @@ "188.227.198.0/23", "188.230.0.0/17", "188.241.223.0/24", + "188.64.16.0/24", + "188.64.22.0/24", "188.72.93.0/24", "188.95.140.0/23", "188.95.142.0/24", @@ -12368,6 +12388,9 @@ "192.161.157.0/24", "192.161.158.0/23", "192.162.219.0/24", + "192.170.16.0/21", + "192.170.24.0/22", + "192.170.48.0/21", "192.172.221.0/24", "192.175.3.0/24", "192.175.4.0/23", @@ -12401,8 +12424,6 @@ "192.207.238.0/24", "192.210.30.0/23", "192.210.48.0/20", - "192.225.212.0/24", - "192.225.223.0/24", "192.225.99.0/24", "192.230.230.0/24", "192.234.104.0/23", @@ -12429,7 +12450,7 @@ "192.39.0.0/16", "192.41.223.0/24", "192.42.69.0/24", - "192.43.175.0/24", + "192.43.174.0/23", "192.43.176.0/21", "192.43.184.0/24", "192.58.252.0/24", @@ -12523,6 +12544,7 @@ "194.1.158.0/24", "194.1.164.0/23", "194.1.166.0/24", + "194.103.8.0/24", "194.119.70.0/24", "194.130.116.0/23", "194.133.0.0/16", @@ -12547,6 +12569,7 @@ "194.29.56.0/22", "194.33.184.0/24", "194.33.59.0/24", + "194.34.104.0/24", "194.35.240.0/24", "194.42.104.0/23", "194.42.96.0/23", @@ -12570,6 +12593,7 @@ "195.200.230.0/23", "195.22.120.0/24", "195.234.155.0/24", + "195.234.34.0/24", "195.242.170.0/24", "195.244.28.0/23", "195.247.0.0/16", @@ -12625,6 +12649,7 @@ "198.169.0.0/23", "198.169.2.0/24", "198.17.127.0/24", + "198.175.212.0/22", "198.176.120.0/21", "198.177.255.0/24", "198.178.114.0/23", @@ -12666,7 +12691,7 @@ "198.51.15.0/24", "198.51.91.0/24", "198.52.96.0/19", - "198.54.200.0/23", + "198.54.200.0/24", "198.62.163.0/24", "198.72.80.0/20", "198.73.53.0/24", @@ -12707,7 +12732,7 @@ "199.193.137.0/24", "199.196.234.0/23", "199.198.0.0/17", - "199.201.127.0/24", + "199.204.211.0/24", "199.205.0.0/16", "199.231.65.0/24", "199.231.66.0/24", @@ -12836,6 +12861,7 @@ "202.160.119.0/24", "202.173.24.0/24", "202.173.26.0/24", + "202.173.28.0/24", "202.173.31.0/24", "202.174.128.0/23", "202.174.131.0/24", @@ -12885,9 +12911,11 @@ "203.119.84.0/24", "203.12.218.0/24", "203.13.75.0/24", + "203.142.24.0/23", "203.17.138.0/24", "203.17.165.0/24", "203.171.248.0/22", + "203.175.0.0/22", "203.176.120.0/24", "203.191.134.0/23", "203.2.198.0/24", @@ -12928,10 +12956,10 @@ "204.15.36.0/23", "204.15.72.0/21", "204.152.232.0/21", - "204.153.219.0/24", "204.154.231.0/24", "204.155.193.0/24", "204.155.196.0/23", + "204.155.240.0/23", "204.16.216.0/21", "204.168.0.0/17", "204.169.0.0/16", @@ -12947,10 +12975,10 @@ "204.246.160.0/19", "204.246.164.0/23", "204.246.166.0/24", - "204.246.180.0/24", + "204.246.180.0/23", "204.246.183.0/24", "204.246.187.0/24", - "204.246.190.0/24", + "204.246.188.0/24", "204.27.244.0/24", "204.31.192.0/19", "204.32.128.0/20", @@ -13023,7 +13051,9 @@ "205.251.194.0/23", "205.251.196.0/22", "205.251.200.0/24", + "205.251.203.0/24", "205.251.209.0/24", + "205.251.212.0/24", "205.251.215.0/24", "205.251.218.0/23", "205.251.220.0/24", @@ -13054,6 +13084,7 @@ "206.15.144.0/24", "206.15.149.0/24", "206.15.160.0/24", + "206.15.169.0/24", "206.166.248.0/23", "206.168.186.0/24", "206.195.216.0/23", @@ -13090,7 +13121,6 @@ "207.167.92.0/22", "207.171.160.0/19", "207.171.160.0/19", - "207.171.170.0/24", "207.171.179.0/24", "207.174.61.0/24", "207.176.254.0/24", @@ -13098,14 +13128,12 @@ "207.189.186.0/24", "207.2.117.0/24", "207.202.128.0/17", - "207.202.16.0/23", - "207.202.18.0/24", + "207.202.16.0/22", "207.202.20.0/24", - "207.202.22.0/24", + "207.202.22.0/23", "207.202.64.0/23", "207.202.80.0/22", "207.207.176.0/22", - "207.207.185.0/24", "207.207.186.0/23", "207.207.188.0/22", "207.207.64.0/19", @@ -13162,7 +13190,14 @@ "208.118.0.0/19", "208.118.32.0/20", "208.120.0.0/16", - "208.122.32.0/24", + "208.122.33.0/24", + "208.122.34.0/23", + "208.122.36.0/22", + "208.122.40.0/24", + "208.122.51.0/24", + "208.122.52.0/22", + "208.122.56.0/23", + "208.122.59.0/24", "208.124.0.0/18", "208.127.200.0/21", "208.212.23.0/24", @@ -13328,6 +13363,7 @@ "212.104.208.0/24", "212.111.160.0/19", "212.123.46.0/23", + "212.134.144.0/22", "212.167.0.0/16", "212.173.128.0/17", "212.19.235.0/24", @@ -13382,19 +13418,17 @@ "216.135.128.0/17", "216.137.32.0/19", "216.137.32.0/24", - "216.137.34.0/24", + "216.137.34.0/23", "216.137.36.0/24", - "216.137.39.0/24", - "216.137.40.0/23", - "216.137.42.0/24", - "216.137.44.0/24", - "216.137.46.0/23", + "216.137.38.0/23", + "216.137.40.0/21", "216.137.48.0/23", "216.137.52.0/24", "216.137.54.0/23", - "216.137.56.0/24", + "216.137.56.0/23", "216.137.58.0/24", "216.137.60.0/24", + "216.137.63.0/24", "216.139.64.0/19", "216.145.216.0/23", "216.145.221.0/24", @@ -13544,6 +13578,7 @@ "216.73.192.0/20", "216.73.208.0/21", "216.73.216.0/22", + "216.75.135.0/24", "216.75.96.0/20", "216.80.128.0/17", "216.83.167.0/24", @@ -13609,7 +13644,6 @@ "23.191.48.0/24", "23.20.0.0/14", "23.20.0.0/14", - "23.228.194.0/24", "23.228.196.0/23", "23.228.198.0/24", "23.228.219.0/24", @@ -13646,8 +13680,7 @@ "23.91.22.0/23", "23.91.24.0/24", "23.91.27.0/24", - "23.91.28.0/23", - "23.91.31.0/24", + "23.91.28.0/22", "23.91.4.0/23", "23.91.9.0/24", "23.92.173.0/24", @@ -14073,7 +14106,6 @@ "2406:daa0:2880::/44", "2406:daa0:28c0::/44", "2406:daa0:4010::/44", - "2406:daa0:4010::/44", "2406:daa0:4020::/44", "2406:daa0:4020::/44", "2406:daa0:4040::/44", @@ -14081,13 +14113,9 @@ "2406:daa0:4060::/44", "2406:daa0:4060::/44", "2406:daa0:4080::/43", - "2406:daa0:4090::/44", "2406:daa0:40e0::/44", "2406:daa0:4840::/44", - "2406:daa0:4840::/44", "2406:daa0:4880::/44", - "2406:daa0:4880::/44", - "2406:daa0:48c0::/44", "2406:daa0:48c0::/44", "2406:daa0:6020::/44", "2406:daa0:6020::/44", @@ -14097,7 +14125,6 @@ "2406:daa0:60a0::/44", "2406:daa0:7040::/44", "2406:daa0:7080::/44", - "2406:daa0:7080::/44", "2406:daa0:70c0::/44", "2406:daa0:8020::/44", "2406:daa0:8020::/44", @@ -14108,11 +14135,9 @@ "2406:daa0:80c0::/44", "2406:daa0:80c0::/44", "2406:daa0:840::/44", - "2406:daa0:840::/44", "2406:daa0:880::/44", "2406:daa0:8c0::/44", "2406:daa0:9040::/44", - "2406:daa0:9040::/44", "2406:daa0:9080::/44", "2406:daa0:90c0::/44", "2406:daa0:a020::/44", @@ -14123,7 +14148,6 @@ "2406:daa0:a0c0::/44", "2406:daa0:a0c0::/44", "2406:daa0:b040::/44", - "2406:daa0:b040::/44", "2406:daa0:b080::/44", "2406:daa0:b0c0::/44", "2406:daa0:c020::/44", @@ -14154,7 +14178,6 @@ "2406:dabb:7000::/40", "2406:dabb:8000::/40", "2406:dabb:800::/40", - "2406:dabb:8800::/40", "2406:dabb:9000::/40", "2406:dabb:a000::/40", "2406:dabb:b000::/40", @@ -14350,6 +14373,7 @@ "2600:1f60:7480::/48", "2600:1f60:74c0::/48", "2600:1f60:8000::/39", + "2600:1f60:8010::/48", "2600:1f60:8020::/48", "2600:1f60:8060::/48", "2600:1f60:8080::/48", @@ -14393,6 +14417,7 @@ "2600:1f68:7480::/46", "2600:1f68:74c0::/46", "2600:1f68:8000::/39", + "2600:1f68:8010::/46", "2600:1f68:8020::/46", "2600:1f68:8040::/46", "2600:1f68:8060::/46", @@ -14437,6 +14462,7 @@ "2600:1f69:7480::/46", "2600:1f69:74c0::/46", "2600:1f69:8000::/39", + "2600:1f69:8010::/46", "2600:1f69:8020::/46", "2600:1f69:8040::/46", "2600:1f69:8060::/46", @@ -14488,18 +14514,17 @@ "2600:1fa0:4020::/43", "2600:1fa0:4020::/43", "2600:1fa0:4040::/42", - "2600:1fa0:4040::/42", - "2600:1fa0:4080::/41", + "2600:1fa0:4040::/43", + "2600:1fa0:4060::/44", "2600:1fa0:4080::/41", + "2600:1fa0:4080::/42", + "2600:1fa0:40c0::/43", + "2600:1fa0:40e0::/44", "2600:1fa0:4100::/44", - "2600:1fa0:4100::/44", - "2600:1fa0:4140::/44", "2600:1fa0:4140::/44", "2600:1fa0:4180::/44", - "2600:1fa0:4180::/44", "2600:1fa0:41a0::/44", "2600:1fa0:41c0::/44", - "2600:1fa0:41c0::/44", "2600:1fa0:5040::/44", "2600:1fa0:5040::/44", "2600:1fa0:5080::/44", @@ -14521,7 +14546,6 @@ "2600:1fa0:7440::/44", "2600:1fa0:7480::/44", "2600:1fa0:74c0::/44", - "2600:1fa0:74c0::/44", "2600:1fa0:8010::/44", "2600:1fa0:8010::/44", "2600:1fa0:8020::/43", @@ -14533,20 +14557,19 @@ "2600:1fa0:80c0::/43", "2600:1fa0:80f0::/44", "2600:1fa0:8100::/43", - "2600:1fa0:8100::/43", + "2600:1fa0:8100::/44", "2600:1fa0:8120::/44", "2600:1fa0:8120::/44", "2600:1fa0:8140::/43", "2600:1fa0:8140::/44", "2600:1fa0:8160::/44", "2600:1fa0:8180::/43", - "2600:1fa0:8180::/43", + "2600:1fa0:8180::/44", "2600:1fa0:81a0::/44", "2600:1fa0:81a0::/44", "2600:1fa0:81c0::/43", "2600:1fa0:81c0::/44", "2600:1fa0:81e0::/44", - "2600:1fa0:81e0::/44", "2600:1fa0:a440::/44", "2600:1fa0:a480::/44", "2600:1fa0:a4c0::/44", @@ -14587,7 +14610,6 @@ "2600:1fbb:c000::/40", "2600:1fbb:e000::/40", "2600:9000:107f::/48", - "2600:9000:10a3::/48", "2600:9000:10bd::/48", "2600:9000:10ce::/47", "2600:9000:10e8::/48", @@ -14601,14 +14623,11 @@ "2600:9000:1117::/48", "2600:9000:111e::/48", "2600:9000:112e::/48", - "2600:9000:1144::/47", - "2600:9000:1146::/48", + "2600:9000:1144::/48", "2600:9000:1152::/48", - "2600:9000:1163::/48", "2600:9000:1174::/48", "2600:9000:1178::/48", "2600:9000:1183::/48", - "2600:9000:118b::/48", "2600:9000:1193::/48", "2600:9000:1194::/48", "2600:9000:1199::/48", @@ -14642,7 +14661,7 @@ "2600:9000:1210::/44", "2600:9000:1220::/45", "2600:9000:1228::/48", - "2600:9000:122a::/48", + "2600:9000:122a::/47", "2600:9000:122d::/48", "2600:9000:122e::/47", "2600:9000:1230::/48", @@ -14677,11 +14696,7 @@ "2600:9000:1e48::/45", "2600:9000:1e50::/44", "2600:9000:1e60::/43", - "2600:9000:1e80::/44", - "2600:9000:1e90::/45", - "2600:9000:1e98::/48", - "2600:9000:1e9a::/47", - "2600:9000:1e9c::/46", + "2600:9000:1e80::/43", "2600:9000:1ea0::/46", "2600:9000:1ea5::/48", "2600:9000:1ea6::/47", @@ -14698,16 +14713,17 @@ "2600:9000:1ec0::/47", "2600:9000:2001::/48", "2600:9000:2002::/47", - "2600:9000:2004::/47", - "2600:9000:2007::/48", + "2600:9000:2004::/46", "2600:9000:2009::/48", "2600:9000:200a::/47", "2600:9000:200c::/48", "2600:9000:200e::/48", "2600:9000:2010::/48", - "2600:9000:2013::/48", + "2600:9000:2012::/47", "2600:9000:2014::/46", "2600:9000:2018::/46", + "2600:9000:201d::/48", + "2600:9000:201f::/48", "2600:9000:2020::/46", "2600:9000:2026::/47", "2600:9000:2028::/47", @@ -14720,53 +14736,60 @@ "2600:9000:203a::/47", "2600:9000:203d::/48", "2600:9000:2040::/48", + "2600:9000:2044::/48", "2600:9000:2049::/48", "2600:9000:204a::/48", + "2600:9000:204d::/48", "2600:9000:204f::/48", "2600:9000:2051::/48", "2600:9000:2054::/48", "2600:9000:2056::/48", + "2600:9000:2058::/47", "2600:9000:205f::/48", "2600:9000:2060::/47", "2600:9000:2063::/48", "2600:9000:2064::/47", - "2600:9000:2068::/48", + "2600:9000:2068::/47", + "2600:9000:206a::/48", "2600:9000:206c::/47", "2600:9000:206e::/48", "2600:9000:2071::/48", - "2600:9000:2072::/47", + "2600:9000:2072::/48", "2600:9000:2077::/48", "2600:9000:2078::/47", - "2600:9000:2081::/48", + "2600:9000:207c::/47", + "2600:9000:207f::/48", + "2600:9000:2080::/47", "2600:9000:2082::/48", "2600:9000:2085::/48", - "2600:9000:2087::/48", - "2600:9000:208a::/47", + "2600:9000:2088::/46", "2600:9000:208c::/47", - "2600:9000:208f::/48", - "2600:9000:2090::/48", + "2600:9000:2090::/47", + "2600:9000:2092::/48", "2600:9000:2094::/47", "2600:9000:2096::/48", "2600:9000:2098::/48", "2600:9000:209c::/48", "2600:9000:20a0::/48", - "2600:9000:20a4::/47", + "2600:9000:20a5::/48", "2600:9000:20a6::/48", "2600:9000:20a8::/48", - "2600:9000:20aa::/47", + "2600:9000:20ab::/48", "2600:9000:20ae::/48", "2600:9000:20b4::/48", "2600:9000:20c3::/48", "2600:9000:20c4::/47", "2600:9000:20c7::/48", "2600:9000:20c8::/47", - "2600:9000:20d7::/48", + "2600:9000:20d6::/47", "2600:9000:20d9::/48", "2600:9000:20dc::/47", - "2600:9000:20e2::/48", + "2600:9000:20e1::/48", + "2600:9000:20e3::/48", "2600:9000:20e8::/46", - "2600:9000:20ec::/47", - "2600:9000:20ef::/48", + "2600:9000:20ec::/48", + "2600:9000:20ee::/47", + "2600:9000:20fa::/48", "2600:9000:2104::/48", "2600:9000:210b::/48", "2600:9000:2112::/48", @@ -14774,19 +14797,17 @@ "2600:9000:211c::/47", "2600:9000:211f::/48", "2600:9000:2120::/48", - "2600:9000:2123::/48", "2600:9000:2127::/48", "2600:9000:212e::/47", "2600:9000:2130::/47", "2600:9000:2132::/48", - "2600:9000:2135::/48", + "2600:9000:2134::/47", "2600:9000:2136::/48", - "2600:9000:2138::/48", "2600:9000:213c::/48", "2600:9000:213e::/47", "2600:9000:2140::/47", "2600:9000:2142::/48", - "2600:9000:2146::/48", + "2600:9000:2153::/48", "2600:9000:2157::/48", "2600:9000:215a::/47", "2600:9000:215c::/48", @@ -14798,16 +14819,14 @@ "2600:9000:2179::/48", "2600:9000:217d::/48", "2600:9000:2181::/48", + "2600:9000:2182::/48", "2600:9000:218c::/46", - "2600:9000:2191::/48", - "2600:9000:2195::/48", "2600:9000:2198::/47", "2600:9000:219a::/48", "2600:9000:219c::/48", "2600:9000:21a1::/48", "2600:9000:21a2::/48", - "2600:9000:21b4::/47", - "2600:9000:21b7::/48", + "2600:9000:21b4::/46", "2600:9000:21b8::/48", "2600:9000:21c3::/48", "2600:9000:21c4::/47", @@ -14817,15 +14836,15 @@ "2600:9000:21d2::/47", "2600:9000:21d4::/47", "2600:9000:21d7::/48", + "2600:9000:21da::/48", "2600:9000:21e0::/48", "2600:9000:21ea::/47", "2600:9000:21ec::/47", - "2600:9000:21f2::/48", "2600:9000:21f5::/48", "2600:9000:21f6::/47", "2600:9000:21f8::/47", "2600:9000:2201::/48", - "2600:9000:2202::/47", + "2600:9000:2203::/48", "2600:9000:2204::/47", "2600:9000:2207::/48", "2600:9000:2209::/48", @@ -14930,8 +14949,7 @@ "2600:9000:24bc::/46", "2600:9000:24ce::/48", "2600:9000:24d0::/45", - "2600:9000:24d9::/48", - "2600:9000:24da::/47", + "2600:9000:24d8::/46", "2600:9000:24dc::/47", "2600:9000:24de::/48", "2600:9000:24eb::/48", @@ -14994,6 +15012,7 @@ "2600:9000:2654::/48", "2600:9000:2656::/48", "2600:9000:2658::/48", + "2600:9000:265a::/48", "2600:9000:265c::/48", "2600:9000:265e::/48", "2600:9000:2660::/48", @@ -15035,8 +15054,7 @@ "2600:9000:26ce::/48", "2600:9000:26d9::/48", "2600:9000:26da::/47", - "2600:9000:26dd::/48", - "2600:9000:26de::/47", + "2600:9000:26dc::/46", "2600:9000:26e0::/48", "2600:9000:26e2::/48", "2600:9000:26e4::/48", @@ -15086,7 +15104,6 @@ "2600:9000:2751::/48", "2600:9000:2753::/48", "2600:9000:2755::/48", - "2600:9000:2757::/48", "2600:9000:2759::/48", "2600:9000:275b::/48", "2600:9000:275d::/48", @@ -15115,14 +15132,13 @@ "2600:9000:278c::/47", "2600:9000:278f::/48", "2600:9000:2790::/48", - "2600:9000:2793::/48", + "2600:9000:2792::/47", "2600:9000:2795::/48", "2600:9000:2796::/48", "2600:9000:2798::/47", "2600:9000:279b::/48", "2600:9000:279c::/48", "2600:9000:279e::/47", - "2600:9000:27a1::/48", "2600:9000:27a2::/48", "2600:9000:27a4::/47", "2600:9000:27a7::/48", @@ -15137,7 +15153,7 @@ "2600:9000:27b9::/48", "2600:9000:27ba::/48", "2600:9000:27bc::/47", - "2600:9000:27c2::/47", + "2600:9000:27c3::/48", "2600:9000:27c5::/48", "2600:9000:27c6::/48", "2600:9000:27c8::/47", @@ -15219,10 +15235,12 @@ "2600:9000:2864::/47", "2600:9000:2867::/48", "2600:9000:2868::/48", - "2600:9000:286b::/48", + "2600:9000:286a::/47", "2600:9000:286d::/48", "2600:9000:286e::/48", "2600:9000:2870::/47", + "2600:9000:2873::/48", + "2600:9000:2874::/48", "2600:9000:2876::/47", "2600:9000:2879::/48", "2600:9000:287a::/48", @@ -15277,6 +15295,7 @@ "2600:9000:28ee::/47", "2600:9000:28f1::/48", "2600:9000:28f2::/48", + "2600:9000:28f4::/47", "2600:9000:28f7::/48", "2600:9000:28f8::/48", "2600:9000:28fa::/47", @@ -15285,6 +15304,7 @@ "2600:9000:2903::/48", "2600:9000:2904::/48", "2600:9000:2906::/47", + "2600:9000:2909::/48", "2600:9000:290a::/48", "2600:9000:290c::/47", "2600:9000:290f::/48", @@ -15323,7 +15343,7 @@ "2600:9000:2957::/48", "2600:9000:2958::/48", "2600:9000:295a::/47", - "2600:9000:295d::/48", + "2600:9000:295c::/48", "2600:9000:295e::/48", "2600:9000:2971::/48", "2600:9000:2972::/47", @@ -15342,8 +15362,7 @@ "2600:9000:309d::/48", "2600:9000:309e::/47", "2600:9000:30a0::/48", - "2600:9000:30a3::/48", - "2600:9000:30a4::/48", + "2600:9000:30a4::/47", "2600:9000:30a6::/48", "2600:9000:30a8::/47", "2600:9000:30ac::/46", @@ -15363,14 +15382,18 @@ "2600:9000:30d9::/48", "2600:9000:30da::/48", "2600:9000:30dc::/46", + "2600:9000:30e0::/48", "2600:9000:30e2::/48", "2600:9000:30e4::/48", "2600:9000:30e8::/48", "2600:9000:30eb::/48", + "2600:9000:30ee::/48", "2600:9000:30f1::/48", - "2600:9000:30f4::/48", + "2600:9000:30f2::/48", + "2600:9000:30f4::/47", "2600:9000:30f6::/48", "2600:9000:30f9::/48", + "2600:9000:30fa::/48", "2600:9000:30fc::/46", "2600:9000:3101::/48", "2600:9000:3102::/48", @@ -15378,7 +15401,8 @@ "2600:9000:3106::/47", "2600:9000:3109::/48", "2600:9000:310b::/48", - "2600:9000:310e::/48", + "2600:9000:310e::/47", + "2600:9000:3110::/48", "2600:9000:3113::/48", "2600:9000:3114::/47", "2600:9000:3118::/47", @@ -15392,12 +15416,15 @@ "2600:9000:3130::/47", "2600:9000:3133::/48", "2600:9000:3134::/48", + "2600:9000:313c::/48", "2600:9000:313f::/48", "2600:9000:3141::/48", + "2600:9000:3157::/48", + "2600:9000:315b::/48", "2600:9000:315e::/48", "2600:9000:3160::/47", - "2600:9000:3163::/48", "2600:9000:3169::/48", + "2600:9000:3171::/48", "2600:9000:3173::/48", "2600:9000:3175::/48", "2600:9000:3177::/48", @@ -15406,13 +15433,16 @@ "2600:9000:317e::/48", "2600:9000:3183::/48", "2600:9000:3188::/48", - "2600:9000:318a::/47", + "2600:9000:318a::/48", "2600:9000:3190::/47", "2600:9000:3193::/48", "2600:9000:3194::/48", "2600:9000:319e::/47", "2600:9000:31a1::/48", + "2600:9000:31a2::/48", "2600:9000:31a7::/48", + "2600:9000:31ad::/48", + "2600:9000:31af::/48", "2600:9000:31b2::/47", "2600:9000:31b6::/48", "2600:9000:31ba::/48", @@ -15428,7 +15458,6 @@ "2600:9000:a120::/43", "2600:9000:a140::/42", "2600:9000:a1a0::/43", - "2600:9000:a1ac::/48", "2600:9000:a1c0::/42", "2600:9000:a200::/47", "2600:9000:a210::/47", @@ -15452,6 +15481,7 @@ "2600:f0f0:1120::/45", "2600:f0f0:1128::/47", "2600:f0f0:11fe::/47", + "2600:f0f0:310::/48", "2600:f0f0:400::/47", "2600:f0f0:40::/48", "2600:f0f0:4100::/44", @@ -15474,6 +15504,7 @@ "2600:f0f0:5535::/48", "2600:f0f0:5536::/47", "2600:f0f0:5538::/45", + "2600:f0f0:5::/48", "2600:f0f0:6000::/44", "2600:f0f0:6100::/44", "2600:f0f0:6110::/45", @@ -15498,18 +15529,34 @@ "2600:f0f0:c040::/45", "2600:f0f0:c048::/47", "2600:f0f0:e00::/45", - "2600:f0f0:e15::/48", - "2600:f0f0:e16::/47", + "2600:f0f0:e08::/47", + "2600:f0f0:e0a::/48", + "2600:f0f0:e0d::/48", + "2600:f0f0:e0f::/48", + "2600:f0f0:e11::/48", + "2600:f0f0:e12::/47", + "2600:f0f0:e14::/46", + "2600:f0f0:e18::/47", + "2600:f0f0:e1a::/48", "2600:f0f0:e2e::/47", "2600:f0f0:e30::/48", - "2600:f0f1:4480::/42", - "2600:f0f1:80::/48", + "2600:f0f1:4000::/41", + "2600:f0f1:40c0::/42", + "2600:f0f1:4100::/40", + "2600:f0f1:4200::/39", + "2600:f0f1:4400::/40", + "2600:f0f1:4500::/41", + "2600:f0f1:4580::/42", + "2600:f0f1:4840::/42", + "2600:f0f1:80::/44", "2600:f0f1:8801::/48", "2600:f0f1:8802::/48", "2600:f0f1:8b01::/48", "2600:f0f1:8b02::/48", "2600:f0f2:7000::/47", "2600:f0f2:7010::/44", + "2600:f0f2:7020::/46", + "2600:f0f2:7025::/48", "2600:f0f2:7100::/47", "2600:f0f2:7103::/48", "2600:f0f2:7104::/46", @@ -15540,8 +15587,16 @@ "2601:1904:118c::/47", "2601:1904:118e::/48", "2601:5000:400::/44", + "2601:6000:1000::/48", + "2601:6000:1400::/47", + "2601:6000:2000::/48", + "2601:6000:2800::/47", + "2601:6000:3000::/48", + "2601:6000:3800::/47", "2601:6000:800::/47", - "2601:6000::/48", + "2601:6000::/47", + "2601:9200:34::/48", + "2601:9200:80::/48", "2601:9201:13::/48", "2602:277:d02::/47", "2602:277:f00::/48", @@ -15625,8 +15680,6 @@ "2602:fb7b:3f::/48", "2602:fba8:f00::/48", "2602:fca7:12::/47", - "2602:fcbc:2::/48", - "2602:fcbc::/48", "2602:fcd8:7::/48", "2602:fcd8::/48", "2602:fcde::/36", @@ -15692,6 +15745,8 @@ "2604:11a0:1100::/47", "2604:11a0:1102::/48", "2604:12e0:100::/48", + "2604:1fe0:100::/40", + "2604:29a0:f000::/46", "2604:7440::/48", "2604:bc40:6000::/48", "2604:d0c0:ae41::/48", @@ -15701,7 +15756,6 @@ "2604:f700::/47", "2605:2c40:400::/48", "2605:32c0:a001::/48", - "2605:32c0:a002::/48", "2605:4300:2c01::/48", "2605:4300:2c02::/48", "2605:4300:2c11::/48", @@ -15717,24 +15771,23 @@ "2605:4300:3904::/46", "2605:4300:e601::/48", "2605:4300:e602::/48", - "2605:9cc0:2816::/48", - "2605:9cc0:2825::/48", "2605:9cc0:378::/48", - "2605:9cc0:3a7::/48", - "2605:9cc0:3b3::/48", - "2605:9cc0:3b4::/48", - "2605:9cc0:3c2::/48", "2605:9cc0:3cc::/48", - "2605:9cc0:3d4::/48", "2605:9cc0:40c::/48", "2605:9cc0:492::/47", "2605:9cc0::/46", - "2605:9cc0:c00::/44", - "2605:9cc0:c10::/45", - "2605:9cc0:c18::/46", + "2605:9cc0:c00::/48", + "2605:9cc0:c02::/48", + "2605:9cc0:c08::/48", + "2605:9cc0:c0a::/47", + "2605:9cc0:c0c::/48", + "2605:9cc0:c10::/48", + "2605:9cc0:c13::/48", + "2605:9cc0:c14::/48", + "2605:9cc0:c16::/47", + "2605:9cc0:c19::/48", + "2605:9cc0:c1b::/48", "2605:9cc0:c1c::/47", - "2605:9cc0:c1e::/48", - "2605:9cc0:dba::/47", "2605:9cc0:f03e::/48", "2605:a7c0:100::/45", "2605:a7c0:108::/46", @@ -15792,12 +15845,13 @@ "2606:7740:2::/48", "2606:7740::/47", "2606:7b40:1b10::/48", - "2606:7b40:1b12::/48", + "2606:7b40:1b12::/47", "2606:7b40:1b14::/48", "2606:7bc0:1060::/47", "2606:7bc0:1064::/47", "2606:7bc0:1080::/47", "2606:7bc0:1090::/46", + "2606:8140:100::/40", "2606:8140:400::/39", "2606:8140::/32", "2606:9680:20c0::/48", @@ -15819,6 +15873,8 @@ "2606:a440:5::/48", "2606:b740:1::/48", "2606:b740:49::/48", + "2606:c220:2000::/39", + "2606:c220::/35", "2606:cd40:1000::/48", "2606:cd40:40::/47", "2606:cd40::/47", @@ -15845,16 +15901,20 @@ "2606:f4c0:6530::/44", "2606:f4c0:6540::/42", "2606:f4c0:6580::/41", - "2606:f4c0:6600::/42", - "2606:f4c0:6640::/43", - "2606:f4c0:6670::/44", - "2606:f4c0:6680::/43", + "2606:f4c0:6600::/40", + "2606:f4c0:6700::/41", + "2606:f4c0:6780::/42", + "2606:f4c0:67c0::/43", + "2606:f4c0:67e0::/44", "2606:f4c0:8c00::/42", "2606:f4c0:9800::/43", "2607:5ac0:6080::/48", "2607:5ac0::/47", "2607:5f40:200::/48", "2607:5f40:8100::/48", + "2607:5f40:8200::/48", + "2607:5f40:8202::/48", + "2607:5f40:8204::/48", "2607:6100:a4::/47", "2607:6d40:2000::/35", "2607:6d40:4000::/34", @@ -15937,6 +15997,7 @@ "2620:df:400c::/47", "2620:fe:2040::/48", "2631:0:2::/47", + "2631:0:4::/48", "27.0.0.0/22", "27.131.10.0/24", "27.131.9.0/24", @@ -16317,17 +16378,15 @@ "2a05:d050:8020::/43", "2a05:d050:8020::/44", "2a05:d050:8040::/43", - "2a05:d050:8040::/43", + "2a05:d050:8050::/44", "2a05:d050:8060::/44", "2a05:d050:8060::/44", "2a05:d050:80a0::/43", "2a05:d050:80a0::/44", "2a05:d050:80d0::/44", - "2a05:d050:80d0::/44", "2a05:d050:80e0::/44", "2a05:d050:80e0::/44", "2a05:d050:9040::/44", - "2a05:d050:9040::/44", "2a05:d050:9080::/44", "2a05:d050:90c0::/44", "2a05:d050:a040::/44", @@ -16382,6 +16441,7 @@ "2a05:dfc3:f740::/44", "2a06:56c1:1000::/48", "2a06:5901:8000::/38", + "2a06:de00:10::/48", "2a06:e881:9200::/48", "2a06:e881:9600::/48", "2a07:10c0:c57::/48", @@ -16437,7 +16497,6 @@ "2a0f:a0c3:1800::/38", "2a0f:a0c3:2000::/37", "2a0f:a0c3::/36", - "2a0f:aac0:2::/48", "2a0f:e380::/48", "2a10:20c7:ff00::/45", "2a10:20c7:ff08::/46", @@ -16490,6 +16549,7 @@ "2a14:2ec0:854e::/48", "2a14:3244:2470::/48", "2a14:67c2:576::/48", + "2a14:67c3:cafe::/48", "2a14:8980::/48", "2a14:8981::/48", "2a14:b000::/48", @@ -16541,6 +16601,7 @@ "3.102.52.0/24", "3.102.59.0/24", "3.102.88.0/24", + "3.103.138.0/23", "3.103.24.192/28", "3.103.60.0/24", "3.103.82.0/24", @@ -16688,7 +16749,6 @@ "3.160.84.0/22", "3.160.88.0/21", "3.160.98.0/23", - "3.161.100.0/24", "3.161.103.0/24", "3.161.104.0/21", "3.161.112.0/22", @@ -16748,8 +16808,6 @@ "3.161.8.0/21", "3.161.80.0/22", "3.161.84.0/23", - "3.161.88.0/21", - "3.161.96.0/22", "3.162.1.0/24", "3.162.10.0/24", "3.162.104.0/23", @@ -16830,7 +16888,12 @@ "3.163.163.0/24", "3.163.164.0/22", "3.163.168.0/21", + "3.163.178.0/23", "3.163.18.0/23", + "3.163.180.0/22", + "3.163.184.0/22", + "3.163.188.0/23", + "3.163.190.0/24", "3.163.193.0/24", "3.163.194.0/23", "3.163.196.0/22", @@ -16891,9 +16954,12 @@ "3.164.154.0/24", "3.164.156.0/22", "3.164.160.0/21", + "3.164.169.0/24", "3.164.17.0/24", + "3.164.170.0/24", + "3.164.172.0/22", + "3.164.176.0/21", "3.164.18.0/23", - "3.164.183.0/24", "3.164.184.0/23", "3.164.187.0/24", "3.164.188.0/24", @@ -17033,10 +17099,7 @@ "3.166.128.0/21", "3.166.136.0/22", "3.166.14.0/23", - "3.166.141.0/24", - "3.166.142.0/24", - "3.166.144.0/21", - "3.166.152.0/22", + "3.166.155.0/24", "3.166.157.0/24", "3.166.158.0/24", "3.166.16.0/21", @@ -17125,10 +17188,7 @@ "3.167.248.0/22", "3.167.253.0/24", "3.167.254.0/24", - "3.167.29.0/24", - "3.167.30.0/24", - "3.167.32.0/21", - "3.167.40.0/22", + "3.167.43.0/24", "3.167.45.0/24", "3.167.46.0/24", "3.167.48.0/21", @@ -17137,8 +17197,11 @@ "3.167.62.0/24", "3.167.64.0/21", "3.167.72.0/22", + "3.167.77.0/24", + "3.167.78.0/24", "3.167.8.0/22", - "3.167.91.0/24", + "3.167.80.0/21", + "3.167.88.0/22", "3.167.93.0/24", "3.167.94.0/24", "3.167.96.0/21", @@ -17312,6 +17375,7 @@ "3.169.96.0/23", "3.169.99.0/24", "3.17.136.0/23", + "3.170.0.0/23", "3.170.100.0/22", "3.170.104.0/22", "3.170.108.0/23", @@ -17319,6 +17383,7 @@ "3.170.112.0/23", "3.170.115.0/24", "3.170.116.0/22", + "3.170.12.0/23", "3.170.120.0/22", "3.170.124.0/23", "3.170.126.0/24", @@ -17364,19 +17429,28 @@ "3.170.252.0/23", "3.170.254.0/24", "3.170.28.0/23", + "3.170.3.0/24", "3.170.30.0/24", "3.170.32.0/23", "3.170.35.0/24", "3.170.36.0/22", + "3.170.4.0/22", "3.170.40.0/22", "3.170.44.0/23", "3.170.46.0/24", + "3.170.48.0/23", + "3.170.51.0/24", + "3.170.52.0/22", + "3.170.56.0/22", + "3.170.60.0/23", + "3.170.62.0/24", "3.170.64.0/23", "3.170.67.0/24", "3.170.68.0/22", "3.170.72.0/22", "3.170.76.0/23", "3.170.78.0/24", + "3.170.8.0/22", "3.170.80.0/23", "3.170.83.0/24", "3.170.84.0/22", @@ -17408,6 +17482,11 @@ "3.171.156.0/23", "3.171.158.0/24", "3.171.16.0/23", + "3.171.160.0/23", + "3.171.163.0/24", + "3.171.164.0/22", + "3.171.168.0/22", + "3.171.172.0/23", "3.171.174.0/24", "3.171.176.0/23", "3.171.179.0/24", @@ -17465,15 +17544,11 @@ "3.172.10.0/24", "3.172.100.0/22", "3.172.104.0/21", - "3.172.112.0/23", - "3.172.115.0/24", - "3.172.116.0/23", - "3.172.118.0/24", + "3.172.112.0/21", "3.172.12.0/22", - "3.172.120.0/24", + "3.172.120.0/23", "3.172.123.0/24", - "3.172.124.0/23", - "3.172.127.0/24", + "3.172.124.0/22", "3.172.16.0/20", "3.172.32.0/21", "3.172.40.0/24", @@ -17503,27 +17578,25 @@ "3.172.96.0/23", "3.172.98.0/24", "3.173.0.0/16", + "3.173.15.0/24", + "3.173.16.0/21", "3.173.170.0/23", "3.173.173.0/24", "3.173.174.0/23", "3.173.176.0/21", "3.173.184.0/24", "3.173.192.0/21", - "3.173.20.0/22", "3.173.201.0/24", "3.173.202.0/24", "3.173.204.0/22", "3.173.208.0/22", "3.173.212.0/24", "3.173.214.0/23", - "3.173.216.0/21", - "3.173.224.0/23", + "3.173.216.0/22", + "3.173.220.0/24", + "3.173.225.0/24", "3.173.226.0/24", "3.173.233.0/24", - "3.173.234.0/23", - "3.173.236.0/22", - "3.173.240.0/23", - "3.173.243.0/24", "3.173.245.0/24", "3.173.246.0/23", "3.173.248.0/23", @@ -17531,6 +17604,7 @@ "3.173.252.0/22", "3.174.0.0/15", "3.174.10.0/23", + "3.174.104.0/24", "3.174.106.0/23", "3.174.109.0/24", "3.174.110.0/23", @@ -17559,6 +17633,10 @@ "3.174.190.0/23", "3.174.192.0/21", "3.174.200.0/24", + "3.174.202.0/23", + "3.174.205.0/24", + "3.174.206.0/23", + "3.174.208.0/21", "3.174.216.0/24", "3.174.218.0/23", "3.174.221.0/24", @@ -17594,6 +17672,10 @@ "3.174.78.0/23", "3.174.80.0/21", "3.174.88.0/24", + "3.174.90.0/23", + "3.174.93.0/24", + "3.174.94.0/23", + "3.174.96.0/21", "3.175.0.0/21", "3.175.10.0/23", "3.175.104.0/24", @@ -17630,6 +17712,10 @@ "3.175.190.0/23", "3.175.192.0/21", "3.175.200.0/24", + "3.175.202.0/23", + "3.175.205.0/24", + "3.175.206.0/23", + "3.175.208.0/21", "3.175.216.0/24", "3.175.219.0/24", "3.175.220.0/24", @@ -17948,6 +18034,7 @@ "3.4.15.160/28", "3.4.16.0/20", "3.4.24.0/22", + "3.4.24.0/22", "3.4.32.0/20", "3.4.4.0/24", "3.4.6.0/24", @@ -18133,6 +18220,7 @@ "32.192.0.0/12", "32.232.0.0/16", "32.236.0.0/15", + "32.236.0.0/15", "32.240.0.0/15", "32.242.0.0/16", "32.247.0.0/16", @@ -18146,6 +18234,7 @@ "34.217.141.0/27", "34.217.141.224/27", "34.217.141.32/28", + "34.217.142.0/23", "34.218.119.128/27", "34.218.119.32/27", "34.218.119.80/28", @@ -18196,6 +18285,7 @@ "35.111.128.0/21", "35.111.136.0/22", "35.111.160.0/24", + "35.111.164.0/24", "35.111.252.0/22", "35.112.0.0/12", "35.128.128.0/18", @@ -18255,10 +18345,11 @@ "35.183.92.176/29", "35.26.0.0/15", "35.28.0.0/14", + "35.34.100.0/23", "35.34.128.0/17", "35.34.80.0/20", "35.34.96.0/19", - "35.34.96.0/24", + "35.34.96.0/22", "35.35.0.0/16", "35.36.0.0/16", "35.41.0.0/16", @@ -18390,8 +18481,10 @@ "35.96.64.0/18", "35.96.8.0/22", "35.97.0.0/18", - "35.97.0.0/20", + "35.97.0.0/19", "35.97.128.0/23", + "35.97.130.0/24", + "35.97.192.0/24", "36.103.232.0/25", "36.103.232.128/26", "37.203.157.0/24", @@ -18407,7 +18500,7 @@ "40.138.216.0/22", "40.143.64.0/21", "40.164.0.0/14", - "40.168.224.0/23", + "40.168.224.0/24", "40.168.226.0/24", "40.172.0.0/14", "40.172.0.0/14", @@ -18428,6 +18521,7 @@ "40.182.0.0/16", "40.183.0.0/19", "40.183.100.0/24", + "40.183.121.0/24", "40.183.32.0/21", "40.183.40.0/24", "40.183.44.0/22", @@ -18459,6 +18553,7 @@ "43.192.155.8/29", "43.192.156.0/23", "43.192.160.0/22", + "43.192.202.0/24", "43.193.0.0/18", "43.193.64.0/23", "43.194.0.0/20", @@ -18645,6 +18740,7 @@ "45.11.252.0/23", "45.113.128.0/22", "45.113.83.0/24", + "45.12.198.0/24", "45.129.53.0/24", "45.129.54.0/23", "45.13.100.0/22", @@ -18679,7 +18775,9 @@ "45.223.212.0/23", "45.249.54.0/24", "45.33.160.0/19", + "45.33.160.0/22", "45.34.0.0/15", + "45.39.53.0/24", "45.42.136.0/22", "45.42.175.0/24", "45.42.252.0/22", @@ -18687,6 +18785,7 @@ "45.45.136.0/24", "45.45.212.0/24", "45.45.214.0/24", + "45.45.252.0/23", "45.57.128.0/17", "45.57.128.0/18", "45.59.150.0/24", @@ -18703,7 +18802,6 @@ "45.90.17.0/24", "45.91.255.0/24", "45.92.116.0/22", - "45.92.40.0/24", "45.95.209.0/24", "46.137.0.0/16", "46.137.0.0/16", @@ -18769,6 +18867,7 @@ "5.61.115.0/24", "5.61.117.0/24", "5.61.119.0/24", + "5.83.209.0/24", "50.112.0.0/16", "50.112.0.0/16", "50.114.182.0/23", @@ -18931,7 +19030,6 @@ "52.119.41.0/24", "52.124.128.0/17", "52.124.215.0/24", - "52.124.249.0/24", "52.128.40.0/22", "52.128.44.0/24", "52.129.104.0/22", @@ -19025,10 +19123,8 @@ "52.216.200.0/21", "52.216.200.0/21", "52.216.208.0/20", - "52.216.208.0/20", "52.216.224.0/19", "52.216.224.0/19", - "52.216.48.0/20", "52.216.64.0/22", "52.216.64.0/22", "52.216.76.0/22", @@ -19062,7 +19158,8 @@ "52.218.168.0/21", "52.218.168.0/21", "52.218.176.0/20", - "52.218.176.0/20", + "52.218.176.0/21", + "52.218.184.0/22", "52.218.192.0/18", "52.218.192.0/18", "52.218.32.0/19", @@ -19101,10 +19198,10 @@ "52.219.204.0/22", "52.219.204.0/22", "52.219.208.0/21", - "52.219.208.0/21", + "52.219.208.0/23", + "52.219.212.0/22", "52.219.216.0/22", "52.219.220.0/23", - "52.219.220.0/23", "52.219.224.0/21", "52.219.23.0/24", "52.219.232.0/22", @@ -19144,14 +19241,8 @@ "52.222.200.0/22", "52.222.204.0/23", "52.222.206.0/24", - "52.222.208.0/21", - "52.222.216.0/22", - "52.222.220.0/23", - "52.222.223.0/24", - "52.222.225.0/24", - "52.222.226.0/23", - "52.222.228.0/22", - "52.222.232.0/21", + "52.222.208.0/20", + "52.222.224.0/20", "52.222.240.0/23", "52.222.242.0/24", "52.222.244.0/22", @@ -19169,14 +19260,18 @@ "52.46.164.0/22", "52.46.168.0/21", "52.46.176.0/20", + "52.46.180.0/22", + "52.46.184.0/22", "52.46.192.0/19", "52.46.211.0/24", "52.46.224.0/20", + "52.46.23.0/24", "52.46.240.0/22", "52.46.249.0/24", "52.46.25.0/24", "52.46.250.0/23", "52.46.252.0/22", + "52.46.5.0/24", "52.46.83.0/24", "52.46.96.0/20", "52.47.0.0/16", @@ -19191,6 +19286,7 @@ "52.59.127.0/24", "52.60.0.0/16", "52.61.193.0/24", + "52.61.226.0/23", "52.61.40.104/29", "52.61.40.16/28", "52.61.40.32/27", @@ -19231,6 +19327,7 @@ "52.82.168.0/24", "52.82.169.0/27", "52.82.170.0/23", + "52.82.176.0/21", "52.82.184.0/23", "52.82.187.0/24", "52.82.188.0/22", @@ -19261,7 +19358,8 @@ "52.84.146.0/23", "52.84.148.0/22", "52.84.16.0/20", - "52.84.164.0/22", + "52.84.165.0/24", + "52.84.166.0/23", "52.84.170.0/23", "52.84.172.0/22", "52.84.176.0/22", @@ -19269,10 +19367,7 @@ "52.84.185.0/24", "52.84.186.0/23", "52.84.188.0/22", - "52.84.192.0/20", - "52.84.208.0/22", - "52.84.212.0/23", - "52.84.216.0/21", + "52.84.192.0/19", "52.84.224.0/20", "52.84.240.0/21", "52.84.249.0/24", @@ -19283,15 +19378,14 @@ "52.84.42.0/23", "52.84.44.0/22", "52.84.48.0/21", - "52.84.57.0/24", + "52.84.50.0/24", + "52.84.56.0/23", "52.84.71.0/24", - "52.84.84.0/23", - "52.84.86.0/24", + "52.84.84.0/22", + "52.84.96.0/21", "52.85.0.0/22", "52.85.103.0/24", "52.85.129.0/24", - "52.85.130.0/23", - "52.85.132.0/22", "52.85.136.0/22", "52.85.140.0/23", "52.85.16.0/20", @@ -19302,8 +19396,13 @@ "52.85.182.0/24", "52.85.191.0/24", "52.85.192.0/22", + "52.85.197.0/24", + "52.85.198.0/23", "52.85.202.0/23", "52.85.204.0/23", + "52.85.208.0/23", + "52.85.211.0/24", + "52.85.213.0/24", "52.85.224.0/24", "52.85.226.0/24", "52.85.238.0/23", @@ -19332,13 +19431,8 @@ "52.88.0.0/14", "52.92.0.0/16", "52.92.0.0/21", - "52.92.0.0/21", "52.92.128.0/17", - "52.92.136.0/21", "52.92.16.0/21", - "52.92.176.0/21", - "52.92.224.0/20", - "52.92.248.0/21", "52.92.32.0/21", "52.93.0.0/21", "52.93.100.0/23", @@ -19658,8 +19752,9 @@ "54.190.198.32/28", "54.192.0.0/12", "54.192.0.0/12", + "54.192.10.0/23", "54.192.108.0/22", - "54.192.11.0/24", + "54.192.115.0/24", "54.192.116.0/22", "54.192.12.0/23", "54.192.120.0/21", @@ -19668,18 +19763,21 @@ "54.192.14.0/24", "54.192.140.0/22", "54.192.144.0/21", - "54.192.156.0/23", - "54.192.158.0/24", + "54.192.152.0/24", + "54.192.156.0/22", "54.192.160.0/23", "54.192.162.0/24", + "54.192.179.0/24", "54.192.180.0/24", "54.192.185.0/24", "54.192.186.0/23", "54.192.188.0/22", - "54.192.192.0/21", + "54.192.196.0/22", "54.192.2.0/23", "54.192.200.0/22", "54.192.208.0/21", + "54.192.209.0/24", + "54.192.210.0/23", "54.192.216.0/22", "54.192.220.0/24", "54.192.228.0/22", @@ -19687,12 +19785,13 @@ "54.192.24.0/22", "54.192.32.0/22", "54.192.39.0/24", + "54.192.4.0/22", + "54.192.43.0/24", "54.192.44.0/22", "54.192.52.0/23", "54.192.55.0/24", "54.192.60.0/23", - "54.192.64.0/23", - "54.192.66.0/24", + "54.192.64.0/22", "54.192.80.0/21", "54.192.88.0/22", "54.192.9.0/24", @@ -19701,6 +19800,8 @@ "54.194.0.0/15", "54.199.0.0/16", "54.20.0.0/15", + "54.20.0.0/15", + "54.20.12.0/23", "54.206.0.0/15", "54.208.0.0/13", "54.208.0.0/13", @@ -19715,6 +19816,7 @@ "54.222.0.0/19", "54.222.112.0/20", "54.222.128.0/17", + "54.222.32.0/21", "54.222.48.0/21", "54.222.57.0/24", "54.222.58.0/28", @@ -19732,10 +19834,11 @@ "54.230.104.0/21", "54.230.112.0/21", "54.230.12.0/24", + "54.230.124.0/24", "54.230.131.0/24", "54.230.132.0/22", - "54.230.136.0/24", - "54.230.140.0/22", + "54.230.136.0/21", + "54.230.144.0/23", "54.230.148.0/22", "54.230.15.0/24", "54.230.152.0/23", @@ -19750,15 +19853,18 @@ "54.230.208.0/21", "54.230.216.0/22", "54.230.222.0/23", + "54.230.225.0/24", + "54.230.226.0/23", "54.230.228.0/22", "54.230.232.0/21", "54.230.24.0/22", - "54.230.240.0/21", + "54.230.240.0/20", "54.230.32.0/22", "54.230.36.0/24", "54.230.40.0/21", + "54.230.6.0/23", "54.230.60.0/22", - "54.230.64.0/21", + "54.230.64.0/20", "54.230.80.0/22", "54.230.84.0/24", "54.230.96.0/24", @@ -19797,7 +19903,6 @@ "54.239.128.0/18", "54.239.134.0/23", "54.239.142.0/24", - "54.239.152.0/23", "54.239.170.0/23", "54.239.173.0/24", "54.239.174.0/23", @@ -19828,6 +19933,7 @@ "54.240.162.0/23", "54.240.166.0/24", "54.240.168.0/24", + "54.240.173.0/24", "54.240.174.0/24", "54.240.176.0/23", "54.240.184.0/24", @@ -19935,6 +20041,7 @@ "54.46.0.0/17", "54.5.0.0/16", "54.54.0.0/15", + "54.55.0.0/16", "54.6.0.0/15", "54.64.0.0/11", "54.64.0.0/11", @@ -20027,6 +20134,8 @@ "56.68.0.0/14", "56.68.0.0/17", "56.68.33.32/28", + "56.68.33.56/29", + "56.68.33.64/29", "56.68.36.0/23", "56.73.0.0/16", "56.74.0.0/16", @@ -20075,6 +20184,7 @@ "62.133.34.0/24", "62.164.164.0/22", "62.182.168.0/21", + "62.182.189.0/24", "62.230.0.0/16", "63.133.215.0/24", "63.134.0.0/17", @@ -20120,7 +20230,6 @@ "64.190.145.0/24", "64.190.146.0/24", "64.190.148.0/24", - "64.190.237.0/24", "64.190.42.0/24", "64.190.84.0/22", "64.190.92.0/22", @@ -20168,8 +20277,7 @@ "64.252.97.0/24", "64.252.98.0/23", "64.27.0.0/19", - "64.28.144.0/21", - "64.28.152.0/24", + "64.28.144.0/20", "64.28.43.0/24", "64.29.17.0/24", "64.35.160.0/24", @@ -20180,6 +20288,7 @@ "64.35.172.0/24", "64.37.64.0/18", "64.39.235.0/24", + "64.40.133.0/24", "64.40.134.0/23", "64.40.136.0/23", "64.40.139.0/24", @@ -20263,31 +20372,39 @@ "65.8.128.0/24", "65.8.130.0/23", "65.8.143.0/24", - "65.8.144.0/20", + "65.8.144.0/21", "65.8.15.0/24", - "65.8.16.0/23", - "65.8.161.0/24", - "65.8.162.0/23", - "65.8.164.0/22", - "65.8.168.0/22", - "65.8.172.0/23", + "65.8.152.0/22", + "65.8.156.0/23", + "65.8.159.0/24", + "65.8.16.0/24", + "65.8.160.0/24", + "65.8.172.0/22", "65.8.176.0/21", "65.8.18.0/24", - "65.8.184.0/23", - "65.8.186.0/24", + "65.8.184.0/22", + "65.8.188.0/24", + "65.8.202.0/23", + "65.8.215.0/24", + "65.8.216.0/21", "65.8.22.0/24", - "65.8.245.0/24", - "65.8.246.0/23", - "65.8.248.0/21", + "65.8.224.0/22", + "65.8.228.0/23", + "65.8.231.0/24", + "65.8.232.0/24", + "65.8.244.0/24", "65.8.25.0/24", - "65.8.26.0/23", "65.8.28.0/24", "65.8.30.0/23", - "65.8.45.0/24", - "65.8.46.0/24", + "65.8.43.0/24", + "65.8.44.0/22", + "65.8.48.0/21", + "65.8.5.0/24", + "65.8.56.0/23", + "65.8.72.0/23", + "65.8.76.0/22", "65.8.8.0/23", - "65.8.87.0/24", - "65.8.88.0/21", + "65.8.80.0/20", "65.8.96.0/22", "65.80.0.0/16", "65.9.0.0/17", @@ -20303,8 +20420,7 @@ "65.9.187.0/24", "65.9.188.0/22", "65.9.19.0/24", - "65.9.20.0/24", - "65.9.23.0/24", + "65.9.20.0/22", "65.9.24.0/22", "65.9.28.0/24", "65.9.30.0/23", @@ -20347,9 +20463,8 @@ "66.165.64.0/18", "66.178.130.0/24", "66.178.132.0/22", - "66.178.136.0/22", - "66.178.140.0/23", - "66.178.142.0/24", + "66.178.136.0/21", + "66.178.144.0/24", "66.178.159.0/24", "66.178.192.0/18", "66.179.16.0/22", @@ -20402,7 +20517,6 @@ "66.81.254.0/24", "66.81.8.0/24", "66.81.81.0/24", - "66.92.201.0/24", "67.158.57.0/24", "67.199.239.0/24", "67.199.249.0/24", @@ -20482,6 +20596,7 @@ "69.0.208.0/24", "69.0.211.0/24", "69.0.212.0/23", + "69.0.212.0/23", "69.0.214.0/24", "69.0.216.0/24", "69.0.218.0/24", @@ -20493,9 +20608,7 @@ "69.0.248.0/21", "69.10.24.0/24", "69.107.0.0/18", - "69.107.10.0/24", - "69.107.11.0/27", - "69.107.11.32/28", + "69.107.10.0/23", "69.107.3.176/28", "69.107.6.112/28", "69.107.6.160/28", @@ -20570,7 +20683,6 @@ "70.131.192.0/18", "70.132.0.0/18", "70.132.33.0/24", - "70.132.5.0/24", "70.132.58.0/23", "70.132.60.0/24", "70.14.0.0/16", @@ -20650,11 +20762,13 @@ "74.115.2.0/23", "74.116.145.0/24", "74.116.147.0/24", + "74.117.138.0/24", "74.117.148.0/23", "74.121.48.0/23", "74.121.51.0/24", "74.121.52.0/23", "74.123.145.0/24", + "74.123.55.0/24", "74.127.0.0/18", "74.166.0.0/16", "74.173.0.0/16", @@ -20751,6 +20865,9 @@ "78.13.88.0/23", "78.138.44.0/24", "78.153.96.0/20", + "78.224.0.0/14", + "78.228.0.0/15", + "78.230.0.0/16", "79.110.231.0/24", "79.125.0.0/17", "79.125.0.0/18", @@ -20766,14 +20883,13 @@ "81.161.62.0/24", "81.20.40.0/23", "81.85.63.0/24", - "81.90.25.0/24", "82.115.214.0/24", - "82.152.174.0/23", "82.153.208.0/22", "82.163.19.0/24", "82.176.0.0/16", "82.21.28.0/22", "82.24.100.0/24", + "82.24.76.0/24", "82.26.154.0/24", "82.26.201.0/24", "82.29.0.0/24", @@ -20781,6 +20897,8 @@ "82.29.104.0/23", "82.29.2.0/23", "82.29.4.0/24", + "82.39.223.0/24", + "82.41.200.0/24", "83.116.0.0/15", "83.118.228.0/22", "83.118.240.0/21", @@ -20961,6 +21079,7 @@ "96.0.64.0/19", "96.0.96.0/21", "96.127.0.0/17", + "96.127.116.0/23", "96.43.80.0/20", "96.45.160.0/20", "96.45.46.0/24", @@ -21088,7 +21207,13 @@ "99.83.96.0/21", "99.84.0.0/16", "99.84.0.0/23", - "99.84.128.0/17", + "99.84.112.0/20", + "99.84.128.0/19", + "99.84.160.0/20", + "99.84.177.0/24", + "99.84.179.0/24", + "99.84.180.0/24", + "99.84.192.0/18", "99.84.2.0/24", "99.84.32.0/20", "99.84.5.0/24", @@ -21097,45 +21222,38 @@ "99.84.6.0/23", "99.84.8.0/21", "99.84.80.0/20", - "99.84.96.0/19", + "99.84.97.0/24", "99.85.128.0/17", "99.86.0.0/16", "99.86.107.0/24", "99.86.108.0/24", "99.86.123.0/24", "99.86.124.0/24", - "99.86.137.0/24", - "99.86.138.0/23", - "99.86.140.0/22", - "99.86.155.0/24", - "99.86.156.0/24", - "99.86.169.0/24", - "99.86.170.0/23", - "99.86.172.0/22", + "99.86.128.0/20", + "99.86.153.0/24", + "99.86.154.0/23", + "99.86.156.0/22", + "99.86.160.0/20", "99.86.176.0/21", - "99.86.184.0/22", - "99.86.189.0/24", - "99.86.190.0/23", + "99.86.184.0/24", + "99.86.187.0/24", + "99.86.188.0/24", "99.86.192.0/21", "99.86.200.0/24", "99.86.208.0/21", "99.86.217.0/24", - "99.86.218.0/24", - "99.86.221.0/24", - "99.86.222.0/23", - "99.86.224.0/21", - "99.86.232.0/23", - "99.86.234.0/24", - "99.86.237.0/24", - "99.86.238.0/23", + "99.86.218.0/23", + "99.86.220.0/22", + "99.86.232.0/21", "99.86.240.0/21", "99.86.248.0/24", "99.86.25.0/24", - "99.86.26.0/24", - "99.86.29.0/24", - "99.86.30.0/23", + "99.86.251.0/24", + "99.86.252.0/24", + "99.86.26.0/23", + "99.86.28.0/22", "99.86.57.0/24", - "99.86.58.0/24", + "99.86.58.0/23", "99.86.60.0/22", "99.86.67.0/24", "99.86.68.0/24", @@ -21378,7 +21496,7 @@ "z.cn", "zappos" ], - "last_updated": 1766077329.0833478, + "last_updated": 1768864919.1746736, "long_description": "A comprehensive cloud computing platform provided by Amazon, offering infrastructure services, storage, and computing power.", "name": "Amazon", "org_ids": [ @@ -21420,30 +21538,19 @@ ], "cidrs": [ "130.185.120.0/22", - "178.131.120.48/28", - "185.143.232.0/22", "185.204.168.0/22", "185.215.232.0/22", - "185.215.232.0/22", "185.235.40.0/22", - "188.229.116.16/29", "193.24.119.0/24", "194.5.192.0/23", "194.5.206.0/23", - "2.144.3.128/28", "2a0f:94c0:200::/40", - "37.32.16.0/27", - "37.32.17.0/27", - "37.32.18.0/27", - "37.32.19.0/27", - "37.32.3.0/24", - "89.45.48.64/28", - "94.101.182.0/27" + "37.32.3.0/24" ], "domains": [ "arvancloud.ir" ], - "last_updated": 1766077395.7827952, + "last_updated": 1768865158.2453673, "long_description": "An Iranian cloud computing and content delivery network provider offering cloud infrastructure and CDN services.", "name": "Arvancloud", "org_ids": [ @@ -21482,6 +21589,7 @@ "2605:72c0:500::/45", "2605:72c0:5fc::/46", "2605:72c0:600::/45", + "2605:72c0:608::/48", "2605:72c0:6fc::/46", "2605:72c0:700::/45", "2605:72c0:800::/45", @@ -21493,7 +21601,7 @@ "backblaze.com", "backblazeb2.com" ], - "last_updated": 1766077352.2361722, + "last_updated": 1768864916.792958, "long_description": "A cloud storage and backup service provider offering data backup and cloud storage solutions.", "name": "Backblaze", "org_ids": [ @@ -21649,7 +21757,7 @@ "zybang.com", "zz.bdstatic.com" ], - "last_updated": 1767754962.671269, + "last_updated": 1768864910.458214, "long_description": "A Chinese content delivery network and cloud acceleration service provided by Baidu.", "name": "Baidu", "org_ids": [ @@ -21669,10 +21777,31 @@ 30081 ], "cidrs": [ + "103.211.254.0/24", + "103.73.222.0/23", + "130.51.52.0/24", "140.99.95.0/24", "140.99.95.100/32", - "167.88.159.0/24", + "167.88.158.0/23", "177.54.147.0/24", + "195.191.102.0/23", + "204.93.142.0/23", + "204.93.145.0/24", + "204.93.146.0/24", + "204.93.150.0/24", + "204.93.227.0/24", + "204.93.228.0/24", + "204.93.230.0/23", + "204.93.236.0/24", + "204.93.239.0/24", + "205.234.149.0/24", + "205.234.155.0/24", + "205.234.175.0/24", + "205.234.178.0/24", + "205.234.208.0/24", + "205.234.216.0/24", + "205.234.226.0/24", + "205.234.240.0/24", "216.246.100.0/24", "216.246.104.0/24", "216.246.118.0/23", @@ -21681,20 +21810,69 @@ "216.246.40.0/24", "216.246.44.0/24", "216.246.44.41/32", + "216.246.64.0/24", + "2605:4c40:100::/48", + "2605:4c40:104::/48", + "2605:4c40:106::/48", + "2605:4c40:118::/47", + "2605:4c40:11::/48", + "2605:4c40:145::/48", + "2605:4c40:146::/48", + "2605:4c40:14::/47", + "2605:4c40:158::/47", + "2605:4c40:196::/47", + "2605:4c40:19::/48", + "2605:4c40:201::/48", + "2605:4c40:208::/48", + "2605:4c40:214::/48", + "2605:4c40:216::/48", + "2605:4c40:21::/48", + "2605:4c40:222::/48", + "2605:4c40:226::/48", + "2605:4c40:230::/47", + "2605:4c40:238::/48", + "2605:4c40:243::/48", + "2605:4c40:254::/48", + "2605:4c40:32::/47", + "2605:4c40:40::/48", + "2605:4c40:42::/48", + "2605:4c40:44::/47", + "2605:4c40:464::/48", + "2605:4c40:4::/48", + "2605:4c40:500::/48", + "2605:4c40:52::/48", + "2605:4c40:60::/48", + "2605:4c40:92::/47", + "2605:4c40:94::/47", + "2605:4c40::/32", + "2605:4c40::/48", + "2605:4c40:a310::/48", + "2605:4c40:a::/48", + "2a07:9a40::/29", + "45.88.132.0/22", + "45.88.132.0/24", + "45.88.134.0/23", "50.31.142.0/24", "50.31.148.0/24", "50.31.196.0/23", + "50.31.201.0/24", + "50.31.238.0/24", "50.31.251.20/32", + "66.225.197.0/24", "66.225.208.0/24", + "66.225.214.0/24", "66.225.222.0/24", "66.225.243.0/24", + "69.22.157.0/24", + "69.31.3.0/24", + "75.102.14.0/24", "75.102.14.25/32", - "75.102.32.0/24", + "75.102.32.0/23", "75.102.33.100/32", "75.102.42.0/24" ], "domains": [], - "last_updated": 1766328503.6906443, + "last_updated": 1768864913.435532, "long_description": "A content delivery network provider offering global CDN services.", "name": "Cachefly", "org_ids": [ @@ -21718,7 +21896,7 @@ "211.43.147.0/24" ], "domains": [], - "last_updated": 1767754937.0498626, + "last_updated": 1768864910.9746075, "long_description": "A Korean content delivery network provider offering CDN and cloud services.", "name": "Cdnetworks", "org_ids": [ @@ -21841,8 +22019,7 @@ "146.112.110.0/24", "146.112.112.0/21", "146.112.112.0/23", - "146.112.117.0/24", - "146.112.118.0/23", + "146.112.116.0/22", "146.112.12.0/24", "146.112.120.0/24", "146.112.122.0/24", @@ -21854,7 +22031,10 @@ "146.112.135.0/24", "146.112.136.0/21", "146.112.14.0/23", - "146.112.144.0/20", + "146.112.144.0/24", + "146.112.146.0/23", + "146.112.148.0/22", + "146.112.152.0/21", "146.112.16.0/23", "146.112.160.0/21", "146.112.160.0/21", @@ -21878,9 +22058,13 @@ "146.112.224.0/21", "146.112.232.0/23", "146.112.235.0/24", - "146.112.236.0/22", + "146.112.237.0/24", + "146.112.238.0/23", "146.112.24.0/24", - "146.112.240.0/20", + "146.112.240.0/24", + "146.112.242.0/23", + "146.112.244.0/22", + "146.112.248.0/21", "146.112.26.0/23", "146.112.28.0/23", "146.112.31.0/24", @@ -21889,9 +22073,13 @@ "146.112.36.0/23", "146.112.38.0/24", "146.112.40.0/21", - "146.112.48.0/20", - "146.112.64.0/22", + "146.112.48.0/22", + "146.112.53.0/24", + "146.112.54.0/23", + "146.112.56.0/21", "146.112.64.0/22", + "146.112.65.0/24", + "146.112.66.0/23", "146.112.70.0/23", "146.112.72.0/23", "146.112.72.0/23", @@ -21927,7 +22115,9 @@ "151.186.138.0/24", "151.186.16.0/22", "151.186.20.0/23", - "151.186.208.0/21", + "151.186.208.0/22", + "151.186.212.0/24", + "151.186.214.0/24", "151.186.216.0/23", "151.186.218.0/24", "151.186.224.0/20", @@ -21951,12 +22141,11 @@ "151.186.8.0/21", "151.186.80.0/20", "151.186.98.0/23", - "155.190.0.0/22", + "155.190.1.0/24", "155.190.10.0/24", "155.190.100.0/22", "155.190.104.0/23", "155.190.109.0/24", - "155.190.110.0/24", "155.190.112.0/24", "155.190.115.0/24", "155.190.116.0/24", @@ -21975,11 +22164,15 @@ "155.190.179.0/24", "155.190.18.0/23", "155.190.183.0/24", - "155.190.184.0/24", "155.190.188.0/24", "155.190.191.0/24", - "155.190.192.0/19", + "155.190.192.0/20", + "155.190.2.0/23", "155.190.20.0/22", + "155.190.208.0/21", + "155.190.216.0/24", + "155.190.218.0/23", + "155.190.220.0/22", "155.190.224.0/22", "155.190.228.0/24", "155.190.230.0/24", @@ -22026,8 +22219,12 @@ "163.129.0.0/18", "163.129.192.0/21", "163.129.200.0/24", + "163.129.202.0/23", "163.129.204.0/22", "163.129.208.0/22", + "163.129.213.0/24", + "163.129.214.0/23", + "163.129.217.0/24", "163.129.64.0/20", "163.129.80.0/21", "170.133.128.0/18", @@ -22047,7 +22244,6 @@ "171.68.0.0/14", "172.110.204.0/22", "172.110.204.0/23", - "172.98.16.0/23", "173.243.0.0/20", "173.36.0.0/14", "173.36.0.0/17", @@ -22115,6 +22311,7 @@ "2001:420:c0ec::/46", "2001:420:c0f8::/46", "2001:420:c110::/45", + "2001:420:c128::/47", "2001:420:c130::/45", "2001:420:c138::/46", "2001:67c:29ec::/48", @@ -22191,7 +22388,6 @@ "2402:2500:3::/48", "2402:2500:400::/39", "2402:2500:40::/44", - "2602:80a:f000::/48", "2602:811:9000::/47", "2602:811:9002::/48", "2602:811:9006::/47", @@ -22199,9 +22395,13 @@ "2602:811:900d::/48", "2602:811:900f::/48", "2603:5000:3000::/42", + "2603:5000:3050::/48", "2603:5000:3052::/47", - "2603:5000:4050::/47", + "2603:5000:3060::/44", + "2603:5000:4051::/48", "2603:5000:4052::/48", + "2603:5000:4060::/44", + "2603:5000:60::/43", "2603:5001:10::/44", "2603:5001:20::/43", "2603:5001:3000::/42", @@ -22262,7 +22462,7 @@ "2620:101:2012::/48", "2620:119:10::/46", "2620:119:17::/48", - "2620:119:18::/48", + "2620:119:18::/47", "2620:119:20::/47", "2620:119:30::/48", "2620:119:35::/48", @@ -22310,9 +22510,7 @@ "2a04:e4c4:22::/48", "2a04:e4c4:2::/47", "2a04:e4c4:3f::/48", - "2a04:e4c4:40::/48", - "2a04:e4c4:42::/47", - "2a04:e4c4:44::/46", + "2a04:e4c4:40::/45", "2a04:e4c4:48::/48", "2a04:e4c4:4::/48", "2a04:e4c7:fffd::/48", @@ -22359,9 +22557,7 @@ "67.215.73.0/24", "67.215.76.0/24", "67.215.78.0/23", - "67.215.80.0/24", - "67.215.82.0/23", - "67.215.84.0/22", + "67.215.80.0/21", "67.215.88.0/24", "67.215.90.0/24", "67.215.94.0/23", @@ -22525,7 +22721,7 @@ "wifi-mx.com", "youtubecisco.com" ], - "last_updated": 1766077216.3781786, + "last_updated": 1768864912.0137253, "long_description": "A multinational technology corporation that designs, manufactures, and sells networking hardware, software, and telecommunications equipment.", "name": "Cisco", "org_ids": [ @@ -22591,18 +22787,18 @@ "103.21.244.0/24", "103.21.246.0/23", "103.215.22.0/24", + "103.219.64.0/22", "103.22.200.0/22", "103.22.200.0/22", - "103.245.228.0/23", "103.31.4.0/22", "103.31.4.0/24", "103.31.79.0/24", + "103.79.228.0/23", "103.81.228.0/24", "104.129.164.0/22", "104.156.176.0/23", "104.16.0.0/13", "104.16.0.0/14", - "104.165.248.0/24", "104.18.32.0/19", "104.18.32.0/20", "104.20.0.0/18", @@ -22616,7 +22812,11 @@ "104.22.24.0/22", "104.22.240.0/20", "104.22.29.0/24", - "104.22.30.0/24", + "104.22.30.0/23", + "104.22.32.0/24", + "104.22.43.0/24", + "104.22.44.0/24", + "104.22.47.0/24", "104.22.5.0/24", "104.22.6.0/23", "104.22.8.0/21", @@ -22731,6 +22931,7 @@ "136.143.138.0/24", "137.66.96.0/24", "138.226.234.0/24", + "138.249.126.0/24", "138.249.21.0/24", "138.5.248.0/24", "139.64.234.0/23", @@ -22759,8 +22960,10 @@ "143.14.229.0/24", "143.14.251.0/24", "143.20.247.0/24", + "144.124.208.0/24", "144.124.211.0/24", "147.185.161.0/24", + "147.189.42.0/23", "147.78.140.0/24", "148.227.167.0/24", "150.48.128.0/18", @@ -22787,6 +22990,7 @@ "154.207.79.0/24", "154.211.8.0/24", "154.218.15.0/24", + "154.219.5.0/24", "154.223.134.0/23", "154.51.129.0/24", "154.51.160.0/24", @@ -22800,12 +23004,10 @@ "154.84.24.0/22", "154.90.70.0/24", "154.92.9.0/24", - "154.94.8.0/23", "155.46.167.0/24", "155.46.213.0/24", "156.224.73.0/24", "156.225.72.0/24", - "156.237.4.0/23", "156.243.246.0/24", "156.243.83.0/24", "156.246.69.0/24", @@ -22837,15 +23039,14 @@ "162.158.64.0/24", "162.158.71.0/24", "162.158.72.0/21", - "162.158.80.0/20", + "162.158.80.0/23", + "162.158.82.0/24", + "162.158.84.0/22", "162.158.84.0/24", + "162.158.88.0/21", "162.158.96.0/19", "162.159.0.0/18", "162.159.0.0/20", - "162.159.112.0/22", - "162.159.116.0/24", - "162.159.118.0/23", - "162.159.120.0/21", "162.159.128.0/19", "162.159.16.0/21", "162.159.160.0/24", @@ -22857,7 +23058,8 @@ "162.159.214.0/24", "162.159.224.0/24", "162.159.226.0/24", - "162.159.234.0/23", + "162.159.228.0/22", + "162.159.232.0/22", "162.159.236.0/23", "162.159.239.0/24", "162.159.24.0/22", @@ -22870,7 +23072,9 @@ "162.159.60.0/24", "162.159.64.0/20", "162.159.79.0/24", - "162.159.96.0/20", + "162.159.90.0/23", + "162.159.92.0/22", + "162.159.96.0/19", "162.251.205.0/24", "162.251.82.0/24", "162.44.118.0/23", @@ -22889,7 +23093,6 @@ "167.74.130.0/24", "167.74.140.0/22", "167.74.94.0/23", - "169.197.101.0/24", "169.40.133.0/24", "170.114.45.0/24", "170.114.46.0/24", @@ -22903,13 +23106,15 @@ "172.64.144.0/20", "172.64.176.0/24", "172.64.178.0/23", + "172.64.184.0/22", + "172.64.188.0/23", "172.64.192.0/22", "172.64.196.0/24", "172.64.198.0/23", "172.64.200.0/21", "172.64.208.0/20", "172.64.228.0/22", - "172.64.234.0/23", + "172.64.232.0/22", "172.64.240.0/20", "172.64.32.0/19", "172.64.32.0/22", @@ -22920,7 +23125,8 @@ "172.64.66.0/23", "172.64.68.0/23", "172.64.72.0/24", - "172.64.78.0/23", + "172.64.74.0/23", + "172.64.76.0/22", "172.64.80.0/20", "172.64.96.0/22", "172.65.0.0/16", @@ -22935,8 +23141,10 @@ "172.66.40.0/21", "172.67.128.0/17", "172.67.64.0/18", - "172.68.0.0/20", + "172.68.0.0/21", + "172.68.10.0/24", "172.68.112.0/21", + "172.68.12.0/22", "172.68.121.0/24", "172.68.123.0/24", "172.68.124.0/22", @@ -22961,18 +23169,18 @@ "172.68.24.0/22", "172.68.28.0/24", "172.68.30.0/23", - "172.68.32.0/21", - "172.68.40.0/22", - "172.68.44.0/23", - "172.68.46.0/24", - "172.68.48.0/20", - "172.68.64.0/20", + "172.68.32.0/19", + "172.68.65.0/24", + "172.68.66.0/23", + "172.68.68.0/22", + "172.68.72.0/21", + "172.68.8.0/23", "172.68.81.0/24", "172.68.82.0/23", "172.68.84.0/22", "172.68.88.0/21", "172.68.96.0/20", - "172.69.0.0/20", + "172.69.0.0/22", "172.69.112.0/22", "172.69.117.0/24", "172.69.118.0/23", @@ -22986,34 +23194,41 @@ "172.69.152.0/23", "172.69.156.0/22", "172.69.16.0/23", - "172.69.161.0/24", "172.69.162.0/23", "172.69.164.0/22", "172.69.168.0/22", "172.69.173.0/24", "172.69.174.0/23", "172.69.176.0/21", - "172.69.184.0/24", - "172.69.186.0/23", - "172.69.188.0/22", + "172.69.184.0/22", + "172.69.188.0/23", "172.69.19.0/24", + "172.69.191.0/24", "172.69.192.0/20", "172.69.20.0/22", "172.69.208.0/24", - "172.69.211.0/24", + "172.69.210.0/23", "172.69.212.0/22", "172.69.216.0/21", - "172.69.224.0/19", + "172.69.224.0/22", + "172.69.228.0/23", + "172.69.231.0/24", + "172.69.232.0/21", "172.69.24.0/21", + "172.69.240.0/20", "172.69.32.0/21", "172.69.40.0/22", "172.69.45.0/24", "172.69.46.0/23", - "172.69.48.0/23", + "172.69.49.0/24", + "172.69.5.0/24", "172.69.50.0/24", "172.69.52.0/22", "172.69.56.0/21", + "172.69.6.0/23", "172.69.64.0/20", + "172.69.8.0/21", + "172.69.81.0/24", "172.69.82.0/23", "172.69.84.0/22", "172.69.88.0/21", @@ -23052,7 +23267,9 @@ "172.71.108.0/22", "172.71.112.0/20", "172.71.128.0/18", - "172.71.192.0/21", + "172.71.192.0/22", + "172.71.197.0/24", + "172.71.198.0/23", "172.71.200.0/24", "172.71.203.0/24", "172.71.204.0/24", @@ -23064,7 +23281,11 @@ "172.71.248.0/24", "172.71.253.0/24", "172.71.254.0/23", - "172.71.64.0/19", + "172.71.64.0/20", + "172.71.80.0/21", + "172.71.88.0/24", + "172.71.90.0/23", + "172.71.92.0/22", "172.71.96.0/21", "172.83.72.0/23", "172.83.76.0/24", @@ -23075,7 +23296,6 @@ "173.245.58.0/23", "173.245.60.0/23", "173.245.63.0/24", - "174.136.134.0/24", "176.103.113.0/24", "176.124.223.0/24", "176.126.206.0/23", @@ -23114,6 +23334,7 @@ "185.29.76.0/24", "185.38.135.0/24", "185.38.25.0/24", + "185.60.251.0/24", "185.7.190.0/23", "185.7.240.0/24", "188.114.100.0/24", @@ -23139,12 +23360,11 @@ "192.65.217.0/24", "192.71.82.0/24", "192.86.150.0/24", - "193.124.18.0/24", - "193.124.224.0/24", "193.16.63.0/24", "193.162.35.0/24", "193.17.206.0/24", "193.202.90.0/24", + "193.22.229.0/24", "193.227.99.0/24", "193.233.132.0/24", "193.233.21.0/24", @@ -23168,7 +23388,6 @@ "195.250.46.0/24", "195.26.229.0/24", "195.28.190.0/23", - "195.82.109.0/24", "195.85.23.0/24", "195.85.59.0/24", "196.13.241.0/24", @@ -23284,6 +23503,7 @@ "23.145.152.0/24", "23.145.232.0/24", "23.145.248.0/24", + "23.152.4.0/24", "23.167.152.0/24", "23.178.112.0/24", "23.179.248.0/24", @@ -23349,9 +23569,13 @@ "2400:cb00:1235::/48", "2400:cb00:1236::/47", "2400:cb00:1240::/48", + "2400:cb00:1243::/48", + "2400:cb00:1255::/48", "2400:cb00:128::/47", "2400:cb00:12::/48", - "2400:cb00:130::/45", + "2400:cb00:130::/46", + "2400:cb00:134::/48", + "2400:cb00:136::/48", "2400:cb00:138::/47", "2400:cb00:140::/46", "2400:cb00:145::/48", @@ -23392,7 +23616,7 @@ "2400:cb00:221::/48", "2400:cb00:222::/48", "2400:cb00:224::/48", - "2400:cb00:226::/47", + "2400:cb00:227::/48", "2400:cb00:228::/47", "2400:cb00:230::/47", "2400:cb00:232::/48", @@ -23424,6 +23648,7 @@ "2400:cb00:3009::/48", "2400:cb00:300::/47", "2400:cb00:303::/48", + "2400:cb00:305::/48", "2400:cb00:306::/48", "2400:cb00:31::/48", "2400:cb00:331::/48", @@ -23484,7 +23709,6 @@ "2400:cb00:460::/48", "2400:cb00:462::/47", "2400:cb00:464::/46", - "2400:cb00:469::/48", "2400:cb00:470::/47", "2400:cb00:472::/48", "2400:cb00:474::/48", @@ -23493,7 +23717,8 @@ "2400:cb00:480::/45", "2400:cb00:488::/47", "2400:cb00:48::/47", - "2400:cb00:490::/46", + "2400:cb00:491::/48", + "2400:cb00:492::/47", "2400:cb00:495::/48", "2400:cb00:496::/47", "2400:cb00:499::/48", @@ -23504,10 +23729,11 @@ "2400:cb00:507::/48", "2400:cb00:509::/48", "2400:cb00:50::/45", + "2400:cb00:511::/48", "2400:cb00:512::/47", "2400:cb00:515::/48", "2400:cb00:516::/47", - "2400:cb00:518::/48", + "2400:cb00:518::/47", "2400:cb00:520::/46", "2400:cb00:524::/47", "2400:cb00:526::/48", @@ -23552,7 +23778,8 @@ "2400:cb00:629::/48", "2400:cb00:631::/48", "2400:cb00:632::/47", - "2400:cb00:634::/46", + "2400:cb00:634::/48", + "2400:cb00:636::/47", "2400:cb00:638::/47", "2400:cb00:63::/48", "2400:cb00:640::/45", @@ -23569,10 +23796,12 @@ "2400:cb00:670::/45", "2400:cb00:678::/47", "2400:cb00:680::/47", - "2400:cb00:684::/46", + "2400:cb00:683::/48", + "2400:cb00:684::/47", + "2400:cb00:686::/48", "2400:cb00:688::/47", "2400:cb00:68::/47", - "2400:cb00:691::/48", + "2400:cb00:690::/47", "2400:cb00:693::/48", "2400:cb00:694::/47", "2400:cb00:696::/48", @@ -23583,7 +23812,9 @@ "2400:cb00:70::/46", "2400:cb00:710::/45", "2400:cb00:718::/47", - "2400:cb00:720::/45", + "2400:cb00:720::/47", + "2400:cb00:723::/48", + "2400:cb00:724::/46", "2400:cb00:728::/47", "2400:cb00:730::/46", "2400:cb00:734::/47", @@ -23594,7 +23825,7 @@ "2400:cb00:746::/48", "2400:cb00:748::/48", "2400:cb00:74::/47", - "2400:cb00:750::/48", + "2400:cb00:750::/47", "2400:cb00:752::/48", "2400:cb00:754::/47", "2400:cb00:762::/47", @@ -23622,7 +23853,9 @@ "2400:cb00:910::/47", "2400:cb00:913::/48", "2400:cb00:918::/47", - "2400:cb00:920::/45", + "2400:cb00:920::/46", + "2400:cb00:925::/48", + "2400:cb00:926::/47", "2400:cb00:928::/47", "2400:cb00:930::/46", "2400:cb00:934::/48", @@ -23641,7 +23874,9 @@ "2400:cb00:958::/48", "2400:cb00:960::/45", "2400:cb00:968::/47", - "2400:cb00:970::/45", + "2400:cb00:970::/48", + "2400:cb00:972::/47", + "2400:cb00:974::/46", "2400:cb00:978::/47", "2400:cb00:980::/45", "2400:cb00:988::/47", @@ -23671,7 +23906,7 @@ "2400:cb00:a0f8::/47", "2400:cb00:a101::/48", "2400:cb00:a102::/47", - "2400:cb00:a104::/47", + "2400:cb00:a104::/46", "2400:cb00:a108::/47", "2400:cb00:a10a::/48", "2400:cb00:a111::/48", @@ -23765,9 +24000,11 @@ "2400:cb00:a452::/48", "2400:cb00:a461::/48", "2400:cb00:a462::/47", - "2400:cb00:a471::/48", - "2400:cb00:a472::/47", + "2400:cb00:a470::/48", + "2400:cb00:a473::/48", "2400:cb00:a474::/48", + "2400:cb00:a476::/48", + "2400:cb00:a479::/48", "2400:cb00:a482::/48", "2400:cb00:a484::/48", "2400:cb00:a491::/48", @@ -23786,7 +24023,6 @@ "2400:cb00:a4f2::/48", "2400:cb00:a501::/48", "2400:cb00:a502::/47", - "2400:cb00:a504::/48", "2400:cb00:a512::/47", "2400:cb00:a514::/48", "2400:cb00:a531::/48", @@ -23814,12 +24050,11 @@ "2400:cb00:a641::/48", "2400:cb00:a642::/47", "2400:cb00:a644::/48", - "2400:cb00:a671::/48", "2400:cb00:a672::/48", "2400:cb00:a6a2::/47", "2400:cb00:a6a4::/47", "2400:cb00:a6b1::/48", - "2400:cb00:a6b2::/47", + "2400:cb00:a6b3::/48", "2400:cb00:a6b4::/47", "2400:cb00:a6d1::/48", "2400:cb00:a6d2::/48", @@ -23853,8 +24088,6 @@ "2400:cb00:a842::/48", "2400:cb00:a881::/48", "2400:cb00:a882::/48", - "2400:cb00:a891::/48", - "2400:cb00:a892::/47", "2400:cb00:a8f1::/48", "2400:cb00:a8f2::/48", "2400:cb00:a941::/48", @@ -23869,6 +24102,7 @@ "2400:cb00:aa22::/47", "2400:cb00:aa51::/48", "2400:cb00:aa52::/48", + "2400:cb00:aa61::/48", "2400:cb00:aa91::/48", "2400:cb00:aa92::/48", "2400:cb00:ab52::/47", @@ -23878,7 +24112,7 @@ "2400:cb00:ac01::/48", "2400:cb00:ac02::/48", "2400:cb00:ac11::/48", - "2400:cb00:ac12::/48", + "2400:cb00:ac12::/47", "2400:cb00:ac41::/48", "2400:cb00:ac42::/47", "2400:cb00:ac51::/48", @@ -23891,7 +24125,6 @@ "2400:cb00:ada1::/48", "2400:cb00:ae81::/48", "2400:cb00:b0c2::/48", - "2400:cb00:b0d1::/48", "2400:cb00:b0e1::/48", "2400:cb00:b0e2::/47", "2400:cb00:b0e4::/46", @@ -23904,13 +24137,19 @@ "2400:cb00:b552::/47", "2400:cb00:b5e1::/48", "2400:cb00:b5e2::/47", - "2400:cb00:b5e4::/48", + "2400:cb00:b5e4::/46", + "2400:cb00:b5e8::/47", + "2400:cb00:b5ea::/48", "2400:cb00:b601::/48", "2400:cb00:b602::/47", - "2400:cb00:b604::/48", + "2400:cb00:b604::/46", + "2400:cb00:b608::/47", + "2400:cb00:b60a::/48", "2400:cb00:b621::/48", "2400:cb00:b622::/47", - "2400:cb00:b624::/48", + "2400:cb00:b624::/46", + "2400:cb00:b628::/47", + "2400:cb00:b62a::/48", "2400:cb00:b6b1::/48", "2400:cb00:b6b2::/47", "2400:cb00:b6b4::/48", @@ -23956,15 +24195,24 @@ "2400:cb00:b9a1::/48", "2400:cb00:b9a2::/47", "2400:cb00:b9a4::/47", + "2400:cb00:b9a6::/48", "2400:cb00:b9b1::/48", "2400:cb00:b9b2::/47", "2400:cb00:b9b4::/47", + "2400:cb00:b9b6::/48", "2400:cb00:b9c1::/48", "2400:cb00:b9c2::/47", "2400:cb00:b9c4::/47", + "2400:cb00:b9c6::/48", "2400:cb00:b9d1::/48", "2400:cb00:b9d2::/47", - "2400:cb00:b9d4::/48", + "2400:cb00:b9d4::/46", + "2400:cb00:b9d8::/47", + "2400:cb00:b9da::/48", + "2400:cb00:b9f1::/48", + "2400:cb00:b9f2::/47", + "2400:cb00:b9f4::/46", + "2400:cb00:b9f8::/48", "2400:cb00:bac1::/48", "2400:cb00:bac2::/48", "2400:cb00:bbd1::/48", @@ -24003,16 +24251,16 @@ "2400:cb00:bd31::/48", "2400:cb00:bd32::/47", "2400:cb00:bd34::/46", - "2400:cb00:bd51::/48", - "2400:cb00:bd61::/48", - "2400:cb00:bd62::/47", + "2400:cb00:bd60::/48", + "2400:cb00:bd63::/48", "2400:cb00:bd64::/48", - "2400:cb00:bd71::/48", - "2400:cb00:bd72::/47", - "2400:cb00:bd74::/48", - "2400:cb00:bd81::/48", - "2400:cb00:bd82::/47", + "2400:cb00:bd66::/48", + "2400:cb00:bd69::/48", + "2400:cb00:bd80::/48", + "2400:cb00:bd83::/48", "2400:cb00:bd84::/48", + "2400:cb00:bd86::/48", + "2400:cb00:bd89::/48", "2400:cb00:be71::/48", "2400:cb00:be72::/47", "2400:cb00:be74::/48", @@ -24028,6 +24276,7 @@ "2400:cb00:bf11::/48", "2400:cb00:bf12::/47", "2400:cb00:bf14::/47", + "2400:cb00:bf16::/48", "2400:cb00:bfb1::/48", "2400:cb00:bfb2::/47", "2400:cb00:bfb4::/46", @@ -24098,10 +24347,14 @@ "2400:cb00:c384::/46", "2400:cb00:c3c1::/48", "2400:cb00:c3c2::/47", - "2400:cb00:c3c4::/48", + "2400:cb00:c3c4::/46", + "2400:cb00:c3c8::/47", + "2400:cb00:c3ca::/48", "2400:cb00:c3d1::/48", "2400:cb00:c3d2::/47", - "2400:cb00:c3d4::/48", + "2400:cb00:c3d4::/46", + "2400:cb00:c3d8::/47", + "2400:cb00:c3da::/48", "2400:cb00:c422::/48", "2400:cb00:c451::/48", "2400:cb00:c452::/47", @@ -24123,10 +24376,14 @@ "2400:cb00:c564::/48", "2400:cb00:c591::/48", "2400:cb00:c592::/47", - "2400:cb00:c594::/48", - "2400:cb00:c601::/48", - "2400:cb00:c602::/47", + "2400:cb00:c594::/46", + "2400:cb00:c598::/47", + "2400:cb00:c59a::/48", + "2400:cb00:c600::/48", + "2400:cb00:c603::/48", "2400:cb00:c604::/48", + "2400:cb00:c606::/48", + "2400:cb00:c609::/48", "2400:cb00:c641::/48", "2400:cb00:c642::/47", "2400:cb00:c644::/46", @@ -24141,23 +24398,32 @@ "2400:cb00:c6b8::/47", "2400:cb00:c721::/48", "2400:cb00:c722::/47", - "2400:cb00:c724::/48", + "2400:cb00:c724::/46", + "2400:cb00:c728::/47", + "2400:cb00:c72a::/48", "2400:cb00:c751::/48", "2400:cb00:c771::/48", "2400:cb00:c772::/47", "2400:cb00:c774::/47", + "2400:cb00:c776::/48", "2400:cb00:c781::/48", "2400:cb00:c782::/47", "2400:cb00:c784::/47", + "2400:cb00:c786::/48", "2400:cb00:c791::/48", "2400:cb00:c792::/47", "2400:cb00:c794::/47", - "2400:cb00:c7c1::/48", - "2400:cb00:c7c2::/47", + "2400:cb00:c796::/48", + "2400:cb00:c7c0::/48", + "2400:cb00:c7c3::/48", "2400:cb00:c7c4::/48", - "2400:cb00:c7d1::/48", - "2400:cb00:c7d2::/47", + "2400:cb00:c7c6::/48", + "2400:cb00:c7c9::/48", + "2400:cb00:c7d0::/48", + "2400:cb00:c7d3::/48", "2400:cb00:c7d4::/48", + "2400:cb00:c7d6::/48", + "2400:cb00:c7d9::/48", "2400:cb00:c811::/48", "2400:cb00:c812::/47", "2400:cb00:c814::/46", @@ -24192,9 +24458,11 @@ "2400:cb00:cac6::/48", "2400:cb00:cb61::/48", "2400:cb00:cb62::/47", - "2400:cb00:cb81::/48", - "2400:cb00:cb82::/47", + "2400:cb00:cb80::/48", + "2400:cb00:cb83::/48", "2400:cb00:cb84::/48", + "2400:cb00:cb86::/48", + "2400:cb00:cb89::/48", "2400:cb00:cc01::/48", "2400:cb00:cc02::/47", "2400:cb00:cc04::/48", @@ -24204,6 +24472,7 @@ "2400:cb00:cc76::/48", "2400:cb00:cc91::/48", "2400:cb00:ccc1::/48", + "2400:cb00:ccc2::/48", "2400:cb00:ccf1::/48", "2400:cb00:ccf2::/47", "2400:cb00:ccf4::/46", @@ -24246,9 +24515,11 @@ "2400:cb00:ce41::/48", "2400:cb00:ce42::/47", "2400:cb00:ce44::/47", + "2400:cb00:ce46::/48", "2400:cb00:ce51::/48", "2400:cb00:ce52::/47", "2400:cb00:ce54::/47", + "2400:cb00:ce56::/48", "2400:cb00:ce91::/48", "2400:cb00:ce92::/47", "2400:cb00:ce94::/46", @@ -24302,28 +24573,42 @@ "2400:cb00:d9b4::/46", "2400:cb00:d9d1::/48", "2400:cb00:d9d2::/47", - "2400:cb00:d9d4::/48", + "2400:cb00:d9d4::/46", + "2400:cb00:d9d8::/47", + "2400:cb00:d9da::/48", "2400:cb00:d9f1::/48", "2400:cb00:d9f2::/47", "2400:cb00:d9f4::/46", - "2400:cb00:da01::/48", - "2400:cb00:da02::/47", + "2400:cb00:da00::/48", + "2400:cb00:da03::/48", "2400:cb00:da04::/48", - "2400:cb00:da11::/48", - "2400:cb00:da12::/47", + "2400:cb00:da06::/48", + "2400:cb00:da09::/48", + "2400:cb00:da10::/48", + "2400:cb00:da13::/48", "2400:cb00:da14::/48", - "2400:cb00:da21::/48", - "2400:cb00:da22::/47", + "2400:cb00:da16::/48", + "2400:cb00:da19::/48", + "2400:cb00:da20::/48", + "2400:cb00:da23::/48", "2400:cb00:da24::/48", - "2400:cb00:da31::/48", - "2400:cb00:da32::/47", + "2400:cb00:da26::/48", + "2400:cb00:da29::/48", + "2400:cb00:da30::/48", + "2400:cb00:da33::/48", "2400:cb00:da34::/48", - "2400:cb00:da41::/48", - "2400:cb00:da42::/47", + "2400:cb00:da36::/48", + "2400:cb00:da39::/48", + "2400:cb00:da40::/48", + "2400:cb00:da43::/48", "2400:cb00:da44::/48", - "2400:cb00:da51::/48", - "2400:cb00:da52::/47", + "2400:cb00:da46::/48", + "2400:cb00:da49::/48", + "2400:cb00:da50::/48", + "2400:cb00:da53::/48", "2400:cb00:da54::/48", + "2400:cb00:da56::/48", + "2400:cb00:da59::/48", "2400:cb00:da91::/48", "2400:cb00:da92::/47", "2400:cb00:da94::/48", @@ -24348,18 +24633,23 @@ "2400:cb00:dc11::/48", "2400:cb00:dc12::/47", "2400:cb00:dc14::/47", + "2400:cb00:dc16::/48", "2400:cb00:dc21::/48", "2400:cb00:dc22::/47", "2400:cb00:dc24::/47", + "2400:cb00:dc26::/48", "2400:cb00:dc31::/48", "2400:cb00:dc32::/47", "2400:cb00:dc34::/47", + "2400:cb00:dc36::/48", "2400:cb00:dc41::/48", "2400:cb00:dc42::/47", "2400:cb00:dc44::/47", + "2400:cb00:dc46::/48", "2400:cb00:dc51::/48", "2400:cb00:dc52::/47", "2400:cb00:dc54::/47", + "2400:cb00:dc56::/48", "2400:cb00:dc61::/48", "2400:cb00:dc62::/47", "2400:cb00:dc64::/47", @@ -24447,6 +24737,7 @@ "2400:cb00:de61::/48", "2400:cb00:de62::/47", "2400:cb00:de64::/47", + "2400:cb00:de66::/48", "2400:cb00:de71::/48", "2400:cb00:dea1::/48", "2400:cb00:dea2::/47", @@ -24478,13 +24769,19 @@ "2400:cb00:dff8::/47", "2400:cb00:e001::/48", "2400:cb00:e002::/47", - "2400:cb00:e004::/48", + "2400:cb00:e004::/46", + "2400:cb00:e008::/47", + "2400:cb00:e00a::/48", "2400:cb00:e011::/48", "2400:cb00:e012::/47", - "2400:cb00:e014::/48", + "2400:cb00:e014::/46", + "2400:cb00:e018::/47", + "2400:cb00:e01a::/48", "2400:cb00:e021::/48", "2400:cb00:e022::/47", - "2400:cb00:e024::/48", + "2400:cb00:e024::/46", + "2400:cb00:e028::/47", + "2400:cb00:e02a::/48", "2400:cb00:e061::/48", "2400:cb00:e062::/47", "2400:cb00:e064::/46", @@ -24511,9 +24808,11 @@ "2400:cb00:e101::/48", "2400:cb00:e102::/47", "2400:cb00:e104::/48", - "2400:cb00:e111::/48", - "2400:cb00:e112::/47", + "2400:cb00:e110::/48", + "2400:cb00:e113::/48", "2400:cb00:e114::/48", + "2400:cb00:e116::/48", + "2400:cb00:e119::/48", "2400:cb00:e121::/48", "2400:cb00:e122::/48", "2400:cb00:e161::/48", @@ -24535,7 +24834,7 @@ "2400:cb00:e1d2::/47", "2400:cb00:e1d4::/47", "2400:cb00:e1e1::/48", - "2400:cb00:e1e2::/48", + "2400:cb00:e1e2::/47", "2400:cb00:e1f1::/48", "2400:cb00:e1f2::/47", "2400:cb00:e1f5::/48", @@ -24547,6 +24846,8 @@ "2400:cb00:e221::/48", "2400:cb00:e222::/47", "2400:cb00:e224::/48", + "2400:cb00:e251::/48", + "2400:cb00:e252::/47", "2400:cb00:e6a1::/48", "2400:cb00:e6a2::/48", "2400:cb00:e6b1::/48", @@ -24588,7 +24889,7 @@ "2400:cb00:ec44::/46", "2400:cb00:ec48::/48", "2400:cb00:ecd1::/48", - "2400:cb00:ecd2::/47", + "2400:cb00:ecd3::/48", "2400:cb00:ecd4::/47", "2400:cb00:ece2::/47", "2400:cb00:ece4::/47", @@ -24606,6 +24907,7 @@ "2400:cb00:ed34::/46", "2400:cb00:ed38::/48", "2400:cb00:f00e::/48", + "2401:c2e0:8000::/44", "2405:8100:50::/45", "2405:8100:57::/48", "2405:8100::/32", @@ -24618,6 +24920,7 @@ "25.25.25.0/24", "25.26.27.0/24", "2602:80c:cf::/48", + "2602:81c:e000::/47", "2602:f660::/40", "2602:f830::/48", "2606:2c0:20::/47", @@ -24626,6 +24929,7 @@ "2606:4700:10f::/48", "2606:4700:1100::/40", "2606:4700:111::/48", + "2606:4700:112::/48", "2606:4700:11::/48", "2606:4700:1200::/48", "2606:4700:130::/44", @@ -24635,6 +24939,7 @@ "2606:4700:2ff9::/48", "2606:4700:2ffa::/47", "2606:4700:2ffc::/48", + "2606:4700:2ffe::/47", "2606:4700:3000::/42", "2606:4700:3000::/45", "2606:4700:3008::/46", @@ -24668,6 +24973,8 @@ "2606:4700:4700::/48", "2606:4700:49::/48", "2606:4700:4a::/47", + "2606:4700:4c::/47", + "2606:4700:4e::/48", "2606:4700:50::/44", "2606:4700:52::/48", "2606:4700:54::/48", @@ -24734,7 +25041,7 @@ "2606:54c1:6::/47", "2606:54c1:8::/46", "2606:54c1::/48", - "2606:54c1:c::/47", + "2606:54c1:d::/48", "2606:54c2:2::/48", "2606:54c2::/47", "2606:54c3::/45", @@ -24761,6 +25068,7 @@ "2a06:98c0:1c04::/48", "2a06:98c0:1c06::/47", "2a06:98c0:1c08::/45", + "2a06:98c0:1c11::/48", "2a06:98c0:1c20::/44", "2a06:98c0:1c30::/47", "2a06:98c0:1c32::/48", @@ -24772,13 +25080,7 @@ "2a06:98c0:1c70::/45", "2a06:98c0:1c7a::/47", "2a06:98c0:1c7c::/46", - "2a06:98c0:1c80::/46", - "2a06:98c0:1c84::/47", - "2a06:98c0:1c86::/48", - "2a06:98c0:1c88::/47", - "2a06:98c0:1c8d::/48", - "2a06:98c0:1c8e::/47", - "2a06:98c0:1c90::/44", + "2a06:98c0:1c80::/44", "2a06:98c0:1c90::/47", "2a06:98c0:1c93::/48", "2a06:98c0:3600::/46", @@ -24798,6 +25100,8 @@ "2a06:98c0:3628::/47", "2a06:98c0:362a::/48", "2a06:98c0:362d::/48", + "2a06:98c0:362e::/48", + "2a06:98c0:3633::/48", "2a06:98c0::/29", "2a06:98c1:3100::/44", "2a06:98c1:3110::/46", @@ -24806,12 +25110,14 @@ "2a06:98c1:3200::/48", "2a06:98c1:49::/48", "2a06:98c1:4a::/47", - "2a06:98c1:4d::/48", + "2a06:98c1:4c::/47", "2a06:98c1:50::/45", "2a06:98c1:54::/48", "2a06:98c1:56::/48", "2a06:98c1:58::/47", "2a06:98c1:5b::/48", + "2a06:98c1:5c::/47", + "2a06:98c1:5e::/48", "2a06:9ac0::/32", "2a07:180::/32", "2a08:600::/48", @@ -24837,7 +25143,7 @@ "2a09:bac0:130::/48", "2a09:bac0:132::/48", "2a09:bac0:134::/48", - "2a09:bac0:136::/47", + "2a09:bac0:136::/48", "2a09:bac0:138::/48", "2a09:bac0:143::/48", "2a09:bac0:145::/48", @@ -25005,7 +25311,6 @@ "2a09:bac2::/31", "2a09:bac4::/30", "2a0a:6c80::/29", - "2a0b:4144::/48", "2a0b:85c7:ffff::/48", "2a13:9500:3e::/48", "2a14:7ac0::/48", @@ -25015,6 +25320,7 @@ "31.185.108.0/24", "31.43.179.0/24", "37.153.171.0/24", + "38.96.28.0/23", "44.31.142.0/24", "45.12.30.0/23", "45.128.76.0/24", @@ -25023,7 +25329,9 @@ "45.131.4.0/22", "45.135.235.0/24", "45.142.120.0/24", + "45.146.130.0/24", "45.146.201.0/24", + "45.148.100.0/24", "45.149.12.0/24", "45.153.7.0/24", "45.157.17.0/24", @@ -25050,10 +25358,11 @@ "5.10.214.0/23", "5.10.244.0/22", "5.175.141.0/24", - "5.182.84.0/23", "5.226.179.0/24", "5.226.181.0/24", "5.226.183.0/24", + "5.252.81.0/24", + "61.245.108.0/24", "61.32.240.0/24", "62.146.255.0/24", "62.169.155.0/24", @@ -25064,6 +25373,7 @@ "64.69.24.0/23", "65.110.63.0/24", "65.205.150.0/24", + "66.203.249.0/24", "66.225.252.0/24", "66.235.200.0/24", "66.45.118.0/24", @@ -25071,6 +25381,7 @@ "66.81.247.0/24", "66.81.255.0/24", "66.84.82.0/24", + "66.92.62.0/24", "66.93.178.0/24", "66.94.32.0/20", "68.169.48.0/20", @@ -25188,7 +25499,8 @@ "8.45.146.0/23", "8.45.41.0/24", "8.45.43.0/24", - "8.45.44.0/22", + "8.45.44.0/23", + "8.45.47.0/24", "8.45.97.0/24", "8.46.113.0/24", "8.46.115.0/24", @@ -25244,6 +25556,7 @@ ], "domains": [ "argotunnel.com", + "browser.run", "cf-china.info", "cf-ipfs.com", "cf-ns.com", @@ -25251,6 +25564,7 @@ "cf-ns.site", "cf-ns.tech", "cfargotunnel.com", + "cfdata.org", "cfl.re", "cftest5.cn", "cftest6.cn", @@ -25263,16 +25577,21 @@ "cloudflare-gateway.com", "cloudflare-ipfs.com", "cloudflare-quic.com", + "cloudflare-terms-of-service-abuse.com", "cloudflare.com", + "cloudflare.dev", "cloudflare.net", "cloudflare.tv", "cloudflareaccess.com", "cloudflareanycast.net", "cloudflareapps.com", "cloudflarebolt.com", + "cloudflarebrowser.com", + "cloudflarechallenge.com", "cloudflarechina.cn", "cloudflareclient.com", "cloudflarecn.net", + "cloudflarecp.com", "cloudflareglobal.net", "cloudflareinsights-cn.com", "cloudflareinsights.com", @@ -25283,6 +25602,7 @@ "cloudflarepreview.com", "cloudflareprod.com", "cloudflareregistrar.com", + "cloudflareresearch.com", "cloudflareresolve.com", "cloudflaressl.com", "cloudflarestaging.com", @@ -25290,8 +25610,11 @@ "cloudflarestorage.com", "cloudflarestoragegw.com", "cloudflarestream.com", + "cloudflaresupport.com", "cloudflaretest.com", "cloudflarewarp.com", + "cloudflareworkers.com", + "encryptedsni.com", "every1dns.net", "imagedelivery.net", "isbgpsafeyet.com", @@ -25304,7 +25627,7 @@ "warp.plus", "workers.dev" ], - "last_updated": 1766077369.874412, + "last_updated": 1768864928.6654265, "long_description": "A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions.", "name": "Cloudflare", "org_ids": [ @@ -25411,6 +25734,7 @@ "205.251.254.0/24", "216.137.32.0/19", "23.228.220.0/22", + "23.234.192.0/18", "23.91.0.0/19", "24.110.32.0/19", "3.10.17.128/25", @@ -25507,7 +25831,7 @@ "99.86.0.0/16" ], "domains": [], - "last_updated": 1766077264.7558165, + "last_updated": 1768864913.8880754, "long_description": "A content delivery network service provided by Amazon Web Services that delivers data, videos, applications, and APIs to customers globally.", "name": "Cloudfront", "org_ids": [], @@ -25546,7 +25870,7 @@ "95.129.236.0/24" ], "domains": [], - "last_updated": 1766328535.758602, + "last_updated": 1768864927.719987, "long_description": "A DDoS protection and content delivery network service provider.", "name": "DDoSGuard", "org_ids": [ @@ -25642,7 +25966,6 @@ "152.62.97.0/24", "163.244.116.0/22", "163.244.12.0/22", - "163.244.185.0/24", "163.244.24.0/23", "163.244.37.0/24", "163.244.38.0/24", @@ -25657,7 +25980,6 @@ "168.159.209.0/24", "168.159.212.0/23", "168.159.215.0/24", - "170.90.79.0/24", "198.161.247.0/24", "199.245.235.0/24", "204.75.144.0/23", @@ -25680,8 +26002,7 @@ "2620:145:400::/48", "2620:145:800::/38", "2a01:6f40:e010::/48", - "2a01:6f40:f100::/48", - "38.101.150.0/24" + "2a01:6f40:f100::/48" ], "domains": [ "afcs.dell.com", @@ -25921,7 +26242,7 @@ "www-csb.dell.com", "www.dell.com" ], - "last_updated": 1766077401.1571643, + "last_updated": 1768864927.8849144, "long_description": "A multinational technology company that develops, sells, repairs, and supports computers and related products and services.", "name": "Dell", "org_ids": [ @@ -25952,6 +26273,7 @@ "107.170.0.0/16", "107.170.192.0/18", "128.199.0.0/16", + "129.212.130.0/24", "129.212.132.0/22", "129.212.136.0/21", "129.212.144.0/20", @@ -26057,6 +26379,8 @@ "165.232.32.0/19", "165.232.64.0/18", "165.245.128.0/20", + "165.245.144.0/21", + "165.245.160.0/20", "167.172.0.0/16", "167.71.0.0/16", "167.99.0.0/16", @@ -26078,6 +26402,7 @@ "192.241.224.0/20", "192.34.56.0/21", "192.81.208.0/20", + "193.161.193.0/24", "193.187.110.0/24", "198.199.100.0/22", "198.199.104.0/21", @@ -26100,6 +26425,7 @@ "208.68.36.0/22", "209.38.0.0/16", "209.97.128.0/18", + "23.141.220.0/24", "24.144.64.0/21", "24.144.74.0/23", "24.144.76.0/22", @@ -26130,6 +26456,7 @@ "2604:a880:4:1d0::/64", "2604:a880:4::/47", "2604:a880:5:1::/64", + "2604:a880:6::/48", "2604:a880:800:10::/62", "2604:a880:800:14::/64", "2604:a880:800::/48", @@ -26215,7 +26542,7 @@ "do.co", "nginxconfig.io" ], - "last_updated": 1766077362.3129041, + "last_updated": 1768864918.5132203, "long_description": "A cloud infrastructure provider offering virtual private servers, managed databases, and other cloud services for developers and businesses.", "name": "DigitalOcean", "org_ids": [ @@ -27382,7 +27709,7 @@ "128.26.120.0/22", "128.26.124.0/23", "128.26.126.0/24", - "128.26.129.0/24", + "128.26.128.0/23", "128.26.131.0/24", "128.26.132.0/22", "128.26.136.0/23", @@ -27396,25 +27723,25 @@ "128.26.160.0/19", "128.26.18.0/24", "128.26.192.0/20", - "128.26.20.0/24", + "128.26.20.0/22", "128.26.208.0/23", "128.26.220.0/24", "128.26.222.0/23", "128.26.224.0/21", - "128.26.23.0/24", "128.26.232.0/22", + "128.26.239.0/24", + "128.26.24.0/22", "128.26.240.0/22", "128.26.244.0/23", "128.26.248.0/23", - "128.26.25.0/24", + "128.26.250.0/24", "128.26.252.0/22", - "128.26.26.0/23", "128.26.28.0/24", "128.26.30.0/23", "128.26.32.0/23", "128.26.34.0/24", "128.26.37.0/24", - "128.26.38.0/24", + "128.26.38.0/23", "128.26.40.0/24", "128.26.42.0/24", "128.26.45.0/24", @@ -27422,9 +27749,7 @@ "128.26.48.0/24", "128.26.51.0/24", "128.26.52.0/24", - "128.26.55.0/24", - "128.26.57.0/24", - "128.26.58.0/24", + "128.26.54.0/23", "128.26.61.0/24", "128.26.62.0/24", "128.26.67.0/24", @@ -27434,13 +27759,11 @@ "128.26.77.0/24", "128.26.79.0/24", "128.26.80.0/24", - "128.26.84.0/22", + "128.26.84.0/23", "128.26.85.0/24", + "128.26.87.0/24", "128.26.88.0/22", - "128.26.88.0/23", "128.26.92.0/23", - "128.26.94.0/24", - "128.26.98.0/23", "128.37.0.0/16", "128.44.0.0/16", "128.44.11.0/24", @@ -27471,10 +27794,13 @@ "129.139.0.0/16", "129.139.193.0/24", "129.141.0.0/16", - "129.141.0.0/17", + "129.141.0.0/18", + "129.141.112.0/20", "129.141.128.0/19", "129.141.176.0/20", "129.141.192.0/19", + "129.141.64.0/19", + "129.141.96.0/21", "129.198.0.0/16", "129.209.0.0/16", "129.229.0.0/16", @@ -27550,6 +27876,7 @@ "130.22.21.0/24", "130.22.216.0/24", "130.22.219.0/24", + "130.22.22.0/24", "130.22.252.0/24", "130.22.26.0/23", "130.22.32.0/22", @@ -27689,7 +28016,7 @@ "131.250.128.0/18", "131.250.192.0/19", "131.250.224.0/20", - "131.250.242.0/23", + "131.250.243.0/24", "131.250.244.0/23", "131.250.247.0/24", "131.250.248.0/23", @@ -27901,13 +28228,9 @@ "131.65.112.0/21", "131.65.120.0/24", "131.65.128.0/18", - "131.65.192.0/23", - "131.65.194.0/24", - "131.65.196.0/22", - "131.65.200.0/22", - "131.65.205.0/24", - "131.65.206.0/23", + "131.65.192.0/20", "131.65.208.0/21", + "131.65.216.0/24", "131.65.226.0/23", "131.65.242.0/23", "131.65.244.0/22", @@ -27936,11 +28259,11 @@ "131.67.94.0/24", "131.67.97.0/24", "131.68.0.0/16", - "131.69.100.0/24", + "131.69.112.0/23", "131.69.75.0/24", "131.69.76.0/22", "131.69.80.0/20", - "131.69.96.0/22", + "131.69.96.0/20", "131.7.177.0/24", "131.7.224.0/19", "131.7.249.0/24", @@ -28001,7 +28324,7 @@ "131.74.62.0/24", "131.74.64.0/19", "131.74.96.0/22", - "131.75.100.0/22", + "131.75.102.0/23", "131.75.105.0/24", "131.75.107.0/24", "131.75.108.0/23", @@ -28060,8 +28383,6 @@ "131.75.62.0/24", "131.75.66.0/24", "131.75.73.0/24", - "131.75.81.0/24", - "131.75.82.0/23", "131.75.86.0/24", "131.75.88.0/23", "131.75.96.0/23", @@ -28348,7 +28669,6 @@ "132.11.239.0/24", "132.11.24.0/21", "132.11.242.0/24", - "132.11.244.0/24", "132.11.32.0/24", "132.11.36.0/22", "132.11.4.0/24", @@ -28357,12 +28677,14 @@ "132.11.44.0/22", "132.11.48.0/23", "132.11.56.0/22", - "132.11.6.0/24", + "132.11.6.0/23", "132.11.61.0/24", "132.11.62.0/24", "132.11.64.0/22", "132.11.68.0/23", "132.11.72.0/24", + "132.11.74.0/23", + "132.11.78.0/23", "132.110.198.0/24", "132.110.253.0/24", "132.110.40.0/21", @@ -28510,7 +28832,7 @@ "132.19.120.0/24", "132.193.0.0/16", "132.2.0.0/17", - "132.2.128.0/19", + "132.2.128.0/20", "132.2.176.0/20", "132.2.208.0/20", "132.2.224.0/20", @@ -28558,7 +28880,6 @@ "132.35.120.0/24", "132.36.0.0/15", "132.38.0.0/16", - "132.38.140.0/22", "132.39.0.0/17", "132.39.128.0/18", "132.39.192.0/20", @@ -28630,6 +28951,7 @@ "132.60.240.0/24", "132.62.0.0/16", "132.62.88.0/24", + "132.7.90.0/24", "132.79.0.0/16", "132.79.128.0/19", "132.79.128.0/24", @@ -28739,6 +29061,7 @@ "134.165.64.0/19", "134.166.0.0/16", "134.182.0.0/16", + "134.182.228.0/24", "134.205.0.0/16", "134.205.230.0/24", "134.205.252.0/23", @@ -28903,7 +29226,6 @@ "136.216.128.0/19", "136.216.192.0/19", "136.216.200.0/21", - "136.216.76.0/24", "136.217.100.0/22", "136.217.104.0/22", "136.217.120.0/24", @@ -28975,7 +29297,9 @@ "136.220.60.0/24", "136.220.83.0/24", "136.220.84.0/22", - "136.220.88.0/21", + "136.220.88.0/22", + "136.220.92.0/23", + "136.220.94.0/24", "136.221.0.0/16", "136.222.0.0/16", "137.0.0.0/13", @@ -29037,6 +29361,8 @@ "137.232.0.0/19", "137.232.128.0/19", "137.232.160.0/20", + "137.232.161.0/24", + "137.232.194.0/24", "137.232.32.0/21", "137.232.40.0/22", "137.232.45.0/24", @@ -29045,22 +29371,22 @@ "137.232.64.0/19", "137.233.0.0/17", "137.233.128.0/18", + "137.233.5.0/24", "137.234.0.0/22", "137.234.10.0/23", "137.234.110.0/24", "137.234.12.0/23", + "137.234.128.0/22", "137.234.139.0/24", "137.234.140.0/24", "137.234.15.0/24", - "137.234.152.0/24", "137.234.156.0/22", - "137.234.164.0/22", + "137.234.160.0/21", "137.234.178.0/24", "137.234.18.0/24", "137.234.181.0/24", "137.234.182.0/24", "137.234.185.0/24", - "137.234.186.0/24", "137.234.192.0/22", "137.234.20.0/22", "137.234.200.0/22", @@ -29074,17 +29400,22 @@ "137.234.52.0/22", "137.234.56.0/21", "137.234.64.0/22", + "137.234.8.0/22", "137.234.80.0/22", "137.234.84.0/24", "137.234.86.0/23", + "137.234.89.0/24", "137.234.9.0/24", "137.235.128.0/22", "137.235.131.0/24", "137.235.133.0/24", + "137.235.141.0/24", "137.235.144.0/21", + "137.235.148.0/24", "137.235.156.0/22", "137.235.16.0/23", "137.235.160.0/20", + "137.235.172.0/24", "137.235.176.0/21", "137.235.184.0/23", "137.235.187.0/24", @@ -29093,7 +29424,9 @@ "137.235.190.0/24", "137.235.192.0/20", "137.235.200.0/24", + "137.235.202.0/24", "137.235.208.0/23", + "137.235.210.0/24", "137.235.213.0/24", "137.235.214.0/23", "137.235.216.0/21", @@ -29108,6 +29441,7 @@ "137.235.34.0/23", "137.235.36.0/23", "137.235.38.0/24", + "137.235.4.0/24", "137.235.40.0/24", "137.235.42.0/23", "137.235.44.0/23", @@ -29227,6 +29561,7 @@ "137.95.36.0/22", "137.95.46.0/24", "137.95.60.0/23", + "137.95.72.0/24", "138.109.0.0/16", "138.13.0.0/16", "138.135.0.0/16", @@ -29294,7 +29629,6 @@ "138.141.159.0/24", "138.141.16.0/20", "138.141.160.0/19", - "138.141.192.0/24", "138.141.194.0/23", "138.141.2.0/23", "138.141.210.0/23", @@ -29474,6 +29808,7 @@ "139.241.1.0/24", "139.241.11.0/24", "139.241.14.0/23", + "139.241.145.0/24", "139.241.2.0/23", "139.241.20.0/22", "139.241.212.0/24", @@ -29499,16 +29834,15 @@ "139.241.74.0/24", "139.241.76.0/22", "139.241.81.0/24", - "139.242.0.0/24", + "139.242.0.0/23", "139.242.112.0/21", "139.242.120.0/22", - "139.242.124.0/23", + "139.242.125.0/24", "139.242.127.0/24", "139.242.128.0/17", "139.242.18.0/23", "139.242.2.0/24", "139.242.20.0/22", - "139.242.216.0/24", "139.242.24.0/21", "139.242.24.0/23", "139.242.26.0/24", @@ -29527,8 +29861,7 @@ "139.242.56.0/21", "139.242.64.0/21", "139.242.7.0/24", - "139.242.73.0/24", - "139.242.74.0/23", + "139.242.72.0/22", "139.242.77.0/24", "139.242.78.0/23", "139.242.8.0/21", @@ -29542,15 +29875,7 @@ "139.254.0.0/16", "139.31.0.0/16", "139.32.0.0/13", - "139.38.0.0/17", - "139.38.128.0/18", - "139.38.192.0/19", - "139.38.224.0/21", - "139.38.232.0/23", - "139.38.234.0/24", - "139.38.243.0/24", - "139.38.244.0/22", - "139.38.248.0/21", + "139.38.0.0/16", "139.39.0.0/20", "139.39.128.0/19", "139.39.16.0/21", @@ -29640,6 +29965,7 @@ "140.13.192.0/18", "140.13.221.0/24", "140.13.224.0/24", + "140.13.231.0/24", "140.13.232.0/24", "140.13.234.0/24", "140.13.238.0/23", @@ -29735,7 +30061,6 @@ "140.16.156.0/23", "140.16.158.0/24", "140.16.16.0/22", - "140.16.160.0/24", "140.16.162.0/23", "140.16.164.0/22", "140.16.169.0/24", @@ -29763,7 +30088,8 @@ "140.16.40.0/21", "140.16.51.0/24", "140.16.52.0/22", - "140.16.56.0/21", + "140.16.56.0/23", + "140.16.60.0/22", "140.16.64.0/20", "140.16.8.0/22", "140.16.96.0/23", @@ -29817,10 +30143,11 @@ "140.18.104.0/21", "140.18.11.0/24", "140.18.112.0/20", - "140.18.12.0/22", + "140.18.12.0/23", "140.18.130.0/23", "140.18.132.0/22", "140.18.136.0/21", + "140.18.14.0/24", "140.18.144.0/20", "140.18.16.0/20", "140.18.160.0/20", @@ -29844,7 +30171,7 @@ "140.18.69.0/24", "140.18.70.0/23", "140.18.72.0/21", - "140.18.8.0/23", + "140.18.8.0/24", "140.18.80.0/20", "140.18.97.0/24", "140.18.99.0/24", @@ -29967,7 +30294,6 @@ "140.21.116.0/24", "140.21.127.0/24", "140.21.144.0/20", - "140.21.160.0/20", "140.21.27.0/24", "140.21.28.0/23", "140.21.31.0/24", @@ -30024,7 +30350,6 @@ "140.72.0.0/15", "140.74.0.0/16", "140.8.0.0/14", - "141.107.0.0/16", "141.116.0.0/16", "141.116.108.0/23", "141.116.110.0/24", @@ -30103,6 +30428,7 @@ "143.175.0.0/16", "143.194.108.0/23", "143.194.144.0/20", + "143.194.160.0/20", "143.194.185.0/24", "143.194.191.0/24", "143.194.240.0/20", @@ -30153,17 +30479,15 @@ "143.69.8.0/22", "143.69.87.0/24", "143.69.96.0/23", + "143.70.76.0/24", "143.70.90.0/24", "143.71.0.0/16", "143.72.0.0/13", "143.73.126.0/24", - "143.73.15.0/24", - "143.74.234.0/24", "143.74.252.0/24", "143.74.255.0/24", "143.76.11.0/24", "143.76.255.0/24", - "143.76.44.0/24", "143.76.9.0/24", "143.77.200.0/24", "143.79.143.0/24", @@ -30309,7 +30633,6 @@ "144.104.0.0/14", "144.104.0.0/15", "144.104.116.0/24", - "144.104.24.0/21", "144.105.176.0/20", "144.105.200.0/24", "144.105.244.0/23", @@ -30332,10 +30655,10 @@ "144.11.124.0/23", "144.11.128.0/22", "144.11.2.0/24", + "144.11.5.0/24", "144.11.71.0/24", "144.11.72.0/21", "144.11.72.0/24", - "144.11.8.0/22", "144.128.0.0/16", "144.141.0.0/16", "144.143.0.0/16", @@ -30347,7 +30670,7 @@ "144.170.0.0/16", "144.18.0.0/15", "144.18.0.0/24", - "144.18.24.0/24", + "144.18.24.0/23", "144.18.4.0/23", "144.182.0.0/15", "144.183.127.0/24", @@ -30366,9 +30689,8 @@ "144.236.0.0/14", "144.240.0.0/15", "144.242.0.0/16", - "144.244.0.0/15", + "144.245.198.0/23", "144.245.200.0/23", - "144.246.0.0/16", "144.251.0.0/16", "144.251.112.0/22", "144.251.116.0/24", @@ -30382,7 +30704,9 @@ "144.251.43.0/24", "144.251.44.0/22", "144.251.66.0/23", - "144.252.0.0/16", + "144.252.128.0/17", + "144.252.32.0/19", + "144.252.64.0/18", "144.3.0.0/16", "144.51.0.0/16", "144.51.128.0/18", @@ -30436,6 +30760,7 @@ "146.98.0.0/16", "147.103.0.0/16", "147.104.105.0/24", + "147.104.186.0/24", "147.130.0.0/15", "147.130.0.0/17", "147.130.128.0/18", @@ -30660,8 +30985,7 @@ "150.196.0.0/24", "150.196.116.0/24", "150.196.12.0/22", - "150.196.151.0/24", - "150.196.154.0/23", + "150.196.155.0/24", "150.196.157.0/24", "150.196.159.0/24", "150.196.16.0/23", @@ -30825,7 +31149,6 @@ "155.152.253.0/24", "155.152.254.0/23", "155.153.0.0/16", - "155.154.192.0/18", "155.155.0.0/16", "155.155.112.0/20", "155.155.128.0/19", @@ -30908,6 +31231,7 @@ "155.20.55.0/24", "155.20.56.0/23", "155.20.59.0/24", + "155.20.60.0/24", "155.20.64.0/22", "155.20.68.0/24", "155.20.70.0/23", @@ -30971,7 +31295,6 @@ "155.220.8.0/21", "155.222.0.0/16", "155.24.0.0/15", - "155.244.0.0/16", "155.252.0.0/16", "155.252.138.0/23", "155.252.142.0/24", @@ -31026,7 +31349,6 @@ "155.29.0.0/19", "155.29.112.0/21", "155.29.120.0/22", - "155.29.124.0/23", "155.29.128.0/22", "155.29.136.0/22", "155.29.140.0/23", @@ -31184,6 +31506,7 @@ "158.239.180.0/22", "158.239.188.0/22", "158.239.192.0/18", + "158.239.32.0/19", "158.240.0.0/14", "158.240.0.0/22", "158.240.131.0/24", @@ -31211,8 +31534,7 @@ "158.240.62.0/24", "158.240.96.0/23", "158.243.0.0/16", - "158.243.100.0/24", - "158.243.102.0/23", + "158.243.100.0/22", "158.243.104.0/23", "158.243.106.0/24", "158.243.108.0/22", @@ -31236,7 +31558,7 @@ "158.243.150.0/23", "158.243.152.0/23", "158.243.154.0/24", - "158.243.156.0/24", + "158.243.156.0/23", "158.243.158.0/24", "158.243.16.0/21", "158.243.160.0/24", @@ -31250,7 +31572,7 @@ "158.243.180.0/24", "158.243.182.0/23", "158.243.184.0/21", - "158.243.193.0/24", + "158.243.192.0/23", "158.243.194.0/24", "158.243.198.0/24", "158.243.20.0/24", @@ -31274,14 +31596,12 @@ "158.243.60.0/22", "158.243.65.0/24", "158.243.66.0/23", - "158.243.68.0/23", + "158.243.68.0/22", "158.243.7.0/24", - "158.243.71.0/24", "158.243.72.0/22", "158.243.76.0/23", "158.243.78.0/24", - "158.243.80.0/23", - "158.243.83.0/24", + "158.243.80.0/22", "158.243.84.0/23", "158.243.86.0/24", "158.243.88.0/24", @@ -31337,6 +31657,7 @@ "159.77.104.0/22", "159.77.13.0/24", "159.77.138.0/24", + "159.77.141.0/24", "159.77.148.0/23", "159.77.192.0/24", "159.77.200.0/24", @@ -31344,6 +31665,7 @@ "159.77.33.0/24", "159.77.34.0/23", "159.77.44.0/22", + "159.77.49.0/24", "159.77.57.0/24", "159.77.58.0/23", "159.77.60.0/24", @@ -31399,7 +31721,6 @@ "160.137.1.0/24", "160.137.10.0/24", "160.137.102.0/24", - "160.137.111.0/24", "160.137.112.0/23", "160.137.115.0/24", "160.137.117.0/24", @@ -31415,8 +31736,6 @@ "160.137.186.0/23", "160.137.189.0/24", "160.137.190.0/23", - "160.137.192.0/23", - "160.137.211.0/24", "160.137.212.0/23", "160.137.216.0/23", "160.137.230.0/24", @@ -31445,7 +31764,7 @@ "160.141.220.0/22", "160.141.64.0/20", "160.141.80.0/22", - "160.141.84.0/24", + "160.141.84.0/23", "160.141.96.0/20", "160.142.0.0/16", "160.142.1.0/24", @@ -31544,8 +31863,6 @@ "164.117.160.0/19", "164.117.2.0/23", "164.117.32.0/20", - "164.117.5.0/24", - "164.117.6.0/24", "164.117.64.0/20", "164.117.8.0/21", "164.117.80.0/21", @@ -31775,7 +32092,6 @@ "192.108.95.0/24", "192.108.97.0/24", "192.108.98.0/24", - "192.111.116.0/23", "192.111.227.0/24", "192.111.34.0/24", "192.112.36.0/24", @@ -31827,7 +32143,6 @@ "192.138.41.0/24", "192.138.42.0/23", "192.138.53.0/24", - "192.138.59.0/24", "192.138.64.0/20", "192.138.64.0/24", "192.138.80.0/22", @@ -32304,8 +32619,9 @@ "198.218.118.0/23", "198.218.15.0/24", "198.218.157.0/24", - "198.218.159.0/24", + "198.218.158.0/23", "198.218.162.0/24", + "198.218.175.0/24", "198.218.18.0/24", "198.218.200.0/24", "198.218.237.0/24", @@ -32319,13 +32635,14 @@ "198.218.57.0/24", "198.218.60.0/23", "198.218.65.0/24", - "198.218.70.0/24", + "198.218.70.0/23", "198.218.73.0/24", - "198.218.75.0/24", + "198.218.74.0/23", + "198.218.76.0/24", "198.218.79.0/24", "198.218.8.0/24", - "198.218.82.0/23", - "198.218.90.0/23", + "198.218.80.0/22", + "198.218.91.0/24", "198.218.92.0/23", "198.219.147.0/24", "198.219.148.0/24", @@ -32342,20 +32659,18 @@ "198.220.131.0/24", "198.220.153.0/24", "198.220.157.0/24", - "198.220.158.0/24", + "198.220.158.0/23", "198.220.163.0/24", "198.220.186.0/23", "198.220.190.0/23", "198.220.195.0/24", "198.220.77.0/24", - "198.220.78.0/24", - "198.220.85.0/24", - "198.220.86.0/24", "198.25.0.0/16", "198.25.0.0/24", "198.25.160.0/21", "198.25.171.0/24", "198.25.172.0/24", + "198.25.174.0/24", "198.25.2.0/24", "198.25.222.0/24", "198.25.63.0/24", @@ -32656,7 +32971,7 @@ "199.31.14.0/23", "199.31.16.0/20", "199.31.192.0/19", - "199.31.232.0/21", + "199.31.224.0/20", "199.31.240.0/22", "199.31.244.0/23", "199.31.246.0/24", @@ -32853,71 +33168,56 @@ "205.100.84.0/24", "205.101.51.0/24", "205.101.54.0/24", - "205.102.243.0/24", "205.103.0.0/24", "205.103.12.0/24", "205.103.120.0/24", - "205.103.16.0/24", "205.103.165.0/24", + "205.103.171.0/24", + "205.103.173.0/24", "205.103.20.0/24", "205.103.24.0/24", "205.103.32.0/24", "205.103.36.0/24", "205.103.4.0/24", "205.103.40.0/24", - "205.103.44.0/24", "205.103.52.0/24", "205.103.60.0/23", - "205.103.64.0/23", "205.103.8.0/24", "205.103.80.0/24", "205.103.84.0/24", "205.103.96.0/22", "205.103.99.0/24", "205.104.0.0/14", - "205.105.193.0/24", "205.105.221.0/24", "205.105.223.0/24", - "205.106.100.0/22", - "205.106.102.0/24", - "205.106.216.0/24", "205.106.220.0/24", - "205.106.72.0/22", - "205.106.72.0/24", "205.106.80.0/21", "205.106.82.0/24", "205.107.100.0/24", - "205.107.104.0/24", "205.107.109.0/24", "205.107.112.0/24", - "205.107.124.0/24", "205.107.128.0/23", "205.107.132.0/24", "205.107.136.0/24", - "205.107.148.0/24", + "205.107.144.0/24", "205.107.152.0/24", "205.107.156.0/24", "205.107.164.0/24", "205.107.172.0/24", - "205.107.180.0/24", + "205.107.176.0/24", + "205.107.184.0/24", "205.107.192.0/24", - "205.107.196.0/24", - "205.107.200.0/24", "205.107.204.0/24", "205.107.208.0/20", "205.107.212.0/24", - "205.107.216.0/24", "205.107.228.0/22", - "205.107.232.0/24", "205.107.48.0/24", - "205.107.52.0/24", "205.107.57.0/24", "205.107.60.0/24", "205.107.64.0/23", "205.107.68.0/24", "205.107.76.0/23", "205.107.80.0/24", - "205.107.84.0/24", "205.107.88.0/24", "205.107.92.0/24", "205.107.96.0/24", @@ -32934,7 +33234,6 @@ "205.108.20.0/22", "205.108.24.0/22", "205.108.244.0/24", - "205.108.36.0/24", "205.108.56.0/24", "205.108.76.0/23", "205.108.78.0/24", @@ -33233,6 +33532,8 @@ "205.57.48.0/24", "205.57.50.0/24", "205.57.8.0/23", + "205.57.80.0/23", + "205.57.82.0/24", "205.57.90.0/23", "205.57.92.0/24", "205.58.0.0/19", @@ -33245,8 +33546,6 @@ "205.58.12.0/22", "205.58.120.0/24", "205.58.16.0/22", - "205.58.176.0/20", - "205.58.192.0/23", "205.58.2.0/23", "205.58.20.0/23", "205.58.202.0/23", @@ -33390,14 +33689,17 @@ "205.64.8.0/23", "205.65.116.0/24", "205.65.119.0/24", - "205.65.128.0/20", + "205.65.128.0/22", + "205.65.136.0/21", "205.65.148.0/22", "205.65.157.0/24", "205.65.160.0/22", "205.65.161.0/24", "205.65.168.0/22", - "205.65.180.0/22", + "205.65.176.0/21", "205.65.184.0/24", + "205.65.187.0/24", + "205.65.188.0/24", "205.65.194.0/24", "205.65.32.0/22", "205.65.33.0/24", @@ -33468,10 +33770,8 @@ "205.70.114.0/24", "205.70.120.0/24", "205.70.128.0/19", - "205.70.192.0/18", - "205.70.212.0/24", - "205.70.214.0/23", - "205.70.220.0/24", + "205.70.192.0/20", + "205.70.224.0/19", "205.70.228.0/24", "205.70.230.0/23", "205.70.232.0/24", @@ -33504,11 +33804,14 @@ "205.71.3.0/24", "205.71.5.0/24", "205.71.6.0/24", - "205.71.64.0/18", + "205.71.64.0/20", "205.71.8.0/23", + "205.71.84.0/22", "205.71.85.0/24", "205.71.86.0/23", + "205.71.88.0/23", "205.71.88.0/24", + "205.71.96.0/19", "205.72.0.0/19", "205.72.128.0/19", "205.72.128.0/23", @@ -33517,16 +33820,17 @@ "205.72.138.0/23", "205.72.140.0/23", "205.72.192.0/18", - "205.72.64.0/20", + "205.72.64.0/18", "205.72.69.0/24", "205.72.70.0/23", "205.72.72.0/24", - "205.72.96.0/19", + "205.72.84.0/23", + "205.72.86.0/24", + "205.72.88.0/24", "205.73.128.0/19", "205.73.160.0/23", "205.73.164.0/24", "205.73.180.0/23", - "205.73.190.0/23", "205.73.190.0/24", "205.73.234.0/24", "205.73.236.0/24", @@ -33586,9 +33890,8 @@ "205.78.24.0/23", "205.78.26.0/24", "205.78.28.0/24", - "205.78.42.0/23", - "205.78.43.0/24", - "205.78.44.0/24", + "205.78.53.0/24", + "205.78.54.0/23", "205.78.80.0/22", "205.78.81.0/24", "205.78.82.0/24", @@ -33646,6 +33949,7 @@ "205.86.193.0/24", "205.86.194.0/24", "205.86.209.0/24", + "205.86.40.0/24", "205.86.96.0/22", "205.86.96.0/23", "205.86.98.0/24", @@ -33657,10 +33961,15 @@ "205.87.216.0/23", "205.87.221.0/24", "205.87.222.0/23", + "205.87.64.0/23", + "205.87.66.0/24", "205.88.160.0/20", "205.88.224.0/20", "205.88.66.0/23", "205.88.68.0/22", + "205.88.82.0/23", + "205.88.84.0/24", + "205.88.87.0/24", "205.89.0.0/21", "205.89.12.0/24", "205.89.128.0/20", @@ -33678,7 +33987,6 @@ "205.89.38.0/24", "205.89.64.0/20", "205.89.8.0/22", - "205.89.96.0/20", "205.90.0.0/20", "205.90.100.0/24", "205.90.128.0/21", @@ -33892,8 +34200,10 @@ "214.1.1.0/24", "214.1.10.0/23", "214.1.100.0/24", + "214.1.111.0/24", "214.1.112.0/24", "214.1.118.0/24", + "214.1.121.0/24", "214.1.125.0/24", "214.1.126.0/24", "214.1.130.0/23", @@ -34115,7 +34425,7 @@ "214.25.135.0/24", "214.25.138.0/24", "214.25.152.0/24", - "214.25.16.0/23", + "214.25.16.0/24", "214.25.177.0/24", "214.25.192.0/23", "214.25.2.0/23", @@ -34157,6 +34467,7 @@ "214.27.96.0/24", "214.27.98.0/23", "214.28.0.0/21", + "214.28.100.0/22", "214.28.12.0/23", "214.28.14.0/24", "214.28.16.0/21", @@ -34205,7 +34516,7 @@ "214.28.95.0/24", "214.28.96.0/24", "214.28.99.0/24", - "214.29.100.0/23", + "214.29.101.0/24", "214.29.106.0/24", "214.29.108.0/24", "214.29.113.0/24", @@ -34377,8 +34688,6 @@ "214.44.96.0/19", "214.45.224.0/20", "214.45.240.0/21", - "214.45.240.0/24", - "214.45.248.0/24", "214.45.252.0/22", "214.47.0.0/17", "214.47.128.0/18", @@ -34477,25 +34786,22 @@ "214.55.62.0/23", "214.56.210.0/23", "214.56.82.0/23", - "214.57.13.0/24", "214.57.132.0/24", - "214.57.14.0/24", + "214.57.136.0/24", "214.57.149.0/24", "214.57.16.0/23", "214.57.19.0/24", "214.57.20.0/24", - "214.57.23.0/24", "214.57.28.0/24", "214.57.32.0/24", "214.57.36.0/24", "214.57.42.0/24", + "214.57.44.0/24", "214.57.5.0/24", "214.57.54.0/24", "214.57.56.0/24", "214.57.6.0/24", - "214.57.60.0/24", "214.57.8.0/23", - "214.57.82.0/24", "214.57.95.0/24", "214.58.0.0/16", "214.58.144.0/22", @@ -34506,6 +34812,7 @@ "214.58.220.0/22", "214.58.232.0/22", "214.59.0.0/19", + "214.59.252.0/24", "214.59.254.0/23", "214.59.36.0/22", "214.59.40.0/22", @@ -34518,14 +34825,14 @@ "214.6.104.0/23", "214.6.108.0/24", "214.6.120.0/21", - "214.6.249.0/24", - "214.6.250.0/23", + "214.6.251.0/24", "214.6.32.0/24", "214.6.34.0/24", "214.6.36.0/24", "214.6.64.0/19", "214.6.78.0/23", "214.6.80.0/24", + "214.6.96.0/23", "214.60.120.0/24", "214.60.196.0/22", "214.60.200.0/21", @@ -34596,7 +34903,7 @@ "214.76.192.0/18", "214.76.76.0/22", "214.76.96.0/20", - "214.77.0.0/21", + "214.77.0.0/20", "214.77.128.0/18", "214.77.17.0/24", "214.77.18.0/23", @@ -34608,18 +34915,11 @@ "214.77.218.0/23", "214.77.220.0/22", "214.77.224.0/19", - "214.77.24.0/22", - "214.77.28.0/23", - "214.77.31.0/24", + "214.77.24.0/21", "214.77.32.0/19", "214.77.64.0/18", "214.78.0.0/17", - "214.78.128.0/19", - "214.78.160.0/21", - "214.78.168.0/22", - "214.78.172.0/23", - "214.78.174.0/24", - "214.78.176.0/20", + "214.78.128.0/18", "214.78.192.0/20", "214.78.208.0/21", "214.78.216.0/22", @@ -35015,9 +35315,7 @@ "2608:109::/48", "2608:10a:1100::/40", "2608:10a:1400::/40", - "2608:10a:2100::/40", "2608:10a:3600::/40", - "2608:10a:4700::/40", "2608:10a:6000::/40", "2608:10a:7311::/48", "2608:10a:7312::/48", @@ -35029,7 +35327,7 @@ "2608:10a:7356::/48", "2608:10a:7360::/48", "2608:10b:1200::/40", - "2608:10b:2000::/40", + "2608:10b:124c::/48", "2608:10b:2200::/40", "2608:10b:3800::/40", "2608:10b:5600::/40", @@ -35052,10 +35350,8 @@ "2608:125:4::/48", "2608:125:4ee0::/48", "2608:125::/48", - "2608:126:17c0::/48", "2608:126:4::/48", "2608:126::/47", - "2608:127:17f0::/48", "2608:127:1::/48", "2608:127:2::/48", "2608:127:5ba0::/48", @@ -35103,6 +35399,7 @@ "2608:142:5::/48", "2608:142:bc01::/48", "2608:142:c::/48", + "2608:142:d90::/48", "2608:143:1::/48", "2608:143:29b0::/48", "2608:143:2::/48", @@ -35173,7 +35470,6 @@ "2608:161:ffba::/48", "2608:162:1660::/48", "2608:162:1::/48", - "2608:162:2::/48", "2608:162:3f10::/48", "2608:163:12::/48", "2608:163:1::/48", @@ -35240,6 +35536,7 @@ "2608:186::/48", "2608:187:1::/48", "2608:187:1c::/48", + "2608:187:21::/48", "2608:188:71d3::/48", "2608:188::/47", "2608:189:18d0::/48", @@ -35248,11 +35545,8 @@ "2608:18a:1000::/40", "2608:18a:1900::/40", "2608:18a:3400::/40", - "2608:18a:5200::/40", - "2608:18a:5800::/40", "2608:18b:1800::/40", "2608:18b:2800::/40", - "2608:18b:5000::/40", "2608:18b:5400::/40", "2608:18b:7710::/48", "2608:18b:7718::/47", @@ -35262,6 +35556,7 @@ "2608:18b:7752::/48", "2608:18b:7754::/48", "2608:18b:7758::/48", + "2608:1c0:101c::/48", "2608:4104::/48", "2608:4120:1::/48", "2608:4120:660::/48", @@ -35522,7 +35817,7 @@ "55.2.48.0/24", "55.2.51.0/24", "55.2.55.0/24", - "55.2.56.0/23", + "55.2.57.0/24", "55.2.59.0/24", "55.2.6.0/24", "55.2.60.0/24", @@ -35622,7 +35917,6 @@ "55.27.216.0/21", "55.27.42.0/24", "55.27.44.0/24", - "55.27.48.0/24", "55.27.52.0/24", "55.27.54.0/24", "55.27.56.0/24", @@ -35668,6 +35962,8 @@ "55.40.255.0/24", "55.42.96.0/22", "55.43.7.0/24", + "55.45.119.0/24", + "55.45.128.0/24", "55.46.0.0/16", "55.48.0.0/13", "55.48.200.0/24", @@ -35701,9 +35997,9 @@ "55.54.225.0/24", "55.54.226.0/23", "55.54.228.0/23", - "55.54.232.0/23", - "55.54.235.0/24", - "55.54.236.0/24", + "55.54.230.0/24", + "55.54.232.0/22", + "55.54.236.0/23", "55.56.0.0/16", "55.56.11.0/24", "55.56.196.0/22", @@ -35845,7 +36141,6 @@ "55.67.40.0/24", "55.67.42.0/24", "55.67.44.0/24", - "55.67.48.0/24", "55.67.52.0/24", "55.67.54.0/24", "55.67.56.0/24", @@ -35881,40 +36176,7 @@ "55.7.248.0/24", "55.70.0.0/16", "55.70.190.0/24", - "55.70.214.0/24", "55.72.0.0/13", - "55.72.137.0/24", - "55.72.141.0/24", - "55.72.142.0/23", - "55.72.144.0/22", - "55.72.154.0/23", - "55.72.157.0/24", - "55.72.160.0/24", - "55.72.168.0/24", - "55.72.170.0/24", - "55.72.173.0/24", - "55.72.174.0/24", - "55.72.177.0/24", - "55.72.178.0/23", - "55.72.180.0/24", - "55.72.183.0/24", - "55.72.184.0/23", - "55.72.186.0/24", - "55.72.188.0/24", - "55.72.192.0/23", - "55.72.195.0/24", - "55.72.196.0/24", - "55.72.199.0/24", - "55.72.202.0/24", - "55.72.204.0/22", - "55.72.212.0/22", - "55.72.220.0/22", - "55.72.224.0/22", - "55.72.228.0/24", - "55.72.230.0/24", - "55.72.232.0/24", - "55.72.32.0/24", - "55.72.72.0/23", "55.74.100.0/24", "55.74.103.0/24", "55.74.104.0/23", @@ -35953,9 +36215,8 @@ "55.74.40.0/23", "55.74.42.0/24", "55.74.44.0/22", - "55.74.48.0/23", "55.74.52.0/22", - "55.74.58.0/23", + "55.74.56.0/22", "55.74.6.0/24", "55.74.64.0/20", "55.74.80.0/24", @@ -35964,7 +36225,7 @@ "55.74.94.0/23", "55.74.96.0/23", "55.74.99.0/24", - "55.75.172.0/22", + "55.75.168.0/21", "55.75.217.0/24", "55.75.219.0/24", "55.75.222.0/23", @@ -35993,9 +36254,9 @@ "55.79.165.0/24", "55.79.166.0/23", "55.79.168.0/23", - "55.79.172.0/23", - "55.79.175.0/24", - "55.79.176.0/24", + "55.79.170.0/24", + "55.79.172.0/22", + "55.79.176.0/23", "55.79.180.0/24", "55.79.188.0/24", "55.8.0.0/16", @@ -36044,13 +36305,9 @@ "55.86.50.0/24", "55.86.96.0/19", "55.87.100.0/23", - "55.87.106.0/23", "55.87.255.0/24", "55.87.96.0/22", "55.88.0.0/13", - "55.88.136.0/23", - "55.88.138.0/24", - "55.88.2.0/24", "55.89.1.0/24", "55.89.10.0/24", "55.89.105.0/24", @@ -36143,24 +36400,18 @@ "55.93.128.0/22", "55.93.133.0/24", "55.93.134.0/23", - "55.93.136.0/23", - "55.93.139.0/24", + "55.93.136.0/22", "55.93.140.0/24", "55.93.142.0/23", "55.93.145.0/24", - "55.93.147.0/24", + "55.93.146.0/23", "55.93.149.0/24", "55.93.150.0/23", "55.93.152.0/24", "55.93.154.0/23", "55.93.156.0/24", "55.93.158.0/24", - "55.93.160.0/23", - "55.93.163.0/24", - "55.93.164.0/22", - "55.93.168.0/22", - "55.93.173.0/24", - "55.93.174.0/23", + "55.93.160.0/20", "55.93.176.0/24", "55.93.182.0/24", "55.93.184.0/24", @@ -36182,9 +36433,10 @@ "55.93.225.0/24", "55.93.226.0/23", "55.93.228.0/23", - "55.93.232.0/23", - "55.93.235.0/24", - "55.93.236.0/24", + "55.93.230.0/24", + "55.93.232.0/22", + "55.93.236.0/23", + "55.93.239.0/24", "55.93.243.0/24", "55.93.245.0/24", "55.93.247.0/24", @@ -36254,7 +36506,7 @@ "6.148.80.0/20", "6.16.0.0/18", "6.16.100.0/22", - "6.16.104.0/22", + "6.16.104.0/23", "6.16.108.0/23", "6.16.112.0/20", "6.16.128.0/21", @@ -36332,7 +36584,8 @@ "6.48.16.0/20", "6.48.168.0/21", "6.48.176.0/20", - "6.48.192.0/18", + "6.48.192.0/19", + "6.48.240.0/20", "6.48.40.0/21", "6.48.56.0/21", "6.48.64.0/18", @@ -36341,14 +36594,12 @@ "6.49.120.0/21", "6.49.122.0/24", "6.49.128.0/19", - "6.49.192.0/19", "6.49.224.0/20", "6.49.64.0/20", "6.49.80.0/21", "6.49.88.0/22", "6.49.96.0/20", "6.5.0.0/19", - "6.50.0.0/20", "6.50.160.0/19", "6.50.192.0/18", "6.50.28.0/22", @@ -36357,19 +36608,14 @@ "6.50.64.0/18", "6.51.128.0/18", "6.51.192.0/19", - "6.51.240.0/20", + "6.51.240.0/21", + "6.51.248.0/22", + "6.51.253.0/24", + "6.51.254.0/23", "6.51.32.0/20", "6.51.64.0/18", "6.52.0.0/14", "6.56.0.0/13", - "6.6.0.0/22", - "6.6.128.0/17", - "6.6.16.0/20", - "6.6.32.0/19", - "6.6.4.0/23", - "6.6.64.0/18", - "6.6.7.0/24", - "6.6.8.0/21", "6.64.0.0/19", "6.64.112.0/21", "6.64.120.0/24", @@ -36447,8 +36693,6 @@ "6.73.254.0/23", "6.74.0.0/15", "6.76.0.0/14", - "6.77.44.0/22", - "6.77.48.0/23", "6.8.0.0/20", "6.80.0.0/12", "6.80.132.0/24", @@ -36476,10 +36720,10 @@ ], "domains": [ "defense.gov", - "war.gov", - "mil" + "mil", + "war.gov" ], - "last_updated": 1766324132.8446758, + "last_updated": 1768865039.2578049, "long_description": "A U.S. government agency responsible for coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.", "name": "DoD", "org_ids": [ @@ -36524,7 +36768,7 @@ "fbijobs.gov", "ic3.gov" ], - "last_updated": 1766323981.4051561, + "last_updated": 1768864913.2552376, "long_description": "A U.S. government agency that serves as the domestic intelligence and security service, responsible for investigating federal crimes and protecting national security.", "name": "FBI", "org_ids": [ @@ -36578,6 +36822,7 @@ "140.248.224.0/22", "140.248.228.0/23", "140.248.24.0/24", + "140.248.26.0/23", "140.248.28.0/22", "140.248.32.0/20", "140.248.48.0/23", @@ -36668,7 +36913,9 @@ "157.5.120.0/24", "157.5.122.0/23", "157.5.124.0/24", - "157.5.64.0/21", + "157.5.64.0/22", + "157.5.69.0/24", + "157.5.70.0/23", "157.5.72.0/23", "157.5.74.0/24", "157.5.76.0/24", @@ -36683,7 +36930,7 @@ "157.52.108.0/23", "157.52.110.0/24", "157.52.112.0/24", - "157.52.115.0/24", + "157.52.114.0/23", "157.52.116.0/22", "157.52.120.0/22", "157.52.124.0/23", @@ -36694,7 +36941,7 @@ "157.52.75.192/26", "157.52.76.0/24", "157.52.78.0/23", - "157.52.80.0/23", + "157.52.81.0/24", "157.52.83.0/24", "157.52.84.0/23", "157.52.85.224/28", @@ -36708,7 +36955,7 @@ "162.219.224.0/22", "162.247.243.0/24", "167.82.0.0/17", - "167.82.0.0/18", + "167.82.0.0/20", "167.82.104.0/21", "167.82.112.0/20", "167.82.128.0/20", @@ -36718,9 +36965,10 @@ "167.82.139.192/27", "167.82.141.0/24", "167.82.142.0/23", + "167.82.16.0/21", "167.82.160.0/20", - "167.82.160.0/23", - "167.82.162.0/24", + "167.82.160.0/22", + "167.82.164.0/24", "167.82.167.0/24", "167.82.173.0/24", "167.82.224.0/20", @@ -36728,6 +36976,8 @@ "167.82.227.0/24", "167.82.228.0/22", "167.82.232.0/21", + "167.82.28.0/22", + "167.82.32.0/19", "167.82.80.0/20", "172.111.112.0/22", "172.111.116.0/23", @@ -36744,6 +36994,7 @@ "172.111.72.48/28", "172.111.73.0/25", "172.111.73.192/26", + "172.111.76.128/25", "172.111.77.0/25", "172.111.78.0/23", "172.111.80.0/23", @@ -36756,8 +37007,9 @@ "185.31.18.0/24", "198.54.216.0/24", "199.232.0.0/16", - "199.232.112.0/22", + "199.232.112.0/21", "199.232.12.0/22", + "199.232.124.0/22", "199.232.136.0/22", "199.232.144.0/20", "199.232.16.0/20", @@ -36806,7 +37058,7 @@ "2607:71c0:fff0::/45", "2607:71c0:fff8::/46", "2607:8940:4010::/44", - "2607:8940:4020::/43", + "2607:8940:4020::/44", "2607:8940:4040::/42", "2607:8940:4080::/43", "2607:8940:40b0::/44", @@ -36831,6 +37083,9 @@ "2620:11a:c020::/48", "2620:11a:c024::/47", "2620:12a:8000::/44", + "2a00:8c40:f000::/42", + "2a00:8c40:f040::/43", + "2a00:8c40:f060::/44", "2a04:4e40:1000::/48", "2a04:4e40:100::/44", "2a04:4e40:100::/48", @@ -36849,7 +37104,6 @@ "2a04:4e40:1220::/44", "2a04:4e40:1220::/48", "2a04:4e40:1240::/48", - "2a04:4e40:12f0::/48", "2a04:4e40:1300::/44", "2a04:4e40:1300::/48", "2a04:4e40:1500::/44", @@ -36870,6 +37124,7 @@ "2a04:4e40:1840::/44", "2a04:4e40:1840::/48", "2a04:4e40:1850::/48", + "2a04:4e40:18f0::/48", "2a04:4e40:1900::/44", "2a04:4e40:1900::/48", "2a04:4e40:1a00::/44", @@ -36877,6 +37132,7 @@ "2a04:4e40:1b00::/44", "2a04:4e40:1b00::/48", "2a04:4e40:1c00::/47", + "2a04:4e40:1c10::/47", "2a04:4e40:1c20::/43", "2a04:4e40:1c20::/47", "2a04:4e40:1c30::/47", @@ -36939,6 +37195,8 @@ "2a04:4e40:3000::/48", "2a04:4e40:300::/44", "2a04:4e40:300::/48", + "2a04:4e40:3100::/44", + "2a04:4e40:3100::/48", "2a04:4e40:3200::/44", "2a04:4e40:3200::/48", "2a04:4e40:3400::/48", @@ -37031,12 +37289,16 @@ "2a04:4e40:5040::/44", "2a04:4e40:5040::/48", "2a04:4e40:50f0::/48", + "2a04:4e40:5100::/44", + "2a04:4e40:5100::/48", "2a04:4e40:5200::/48", "2a04:4e40:5210::/48", "2a04:4e40:5220::/48", "2a04:4e40:5240::/44", "2a04:4e40:5240::/48", "2a04:4e40:52f0::/48", + "2a04:4e40:5400::/44", + "2a04:4e40:5400::/48", "2a04:4e40:5700::/48", "2a04:4e40:5800::/48", "2a04:4e40:5810::/48", @@ -37110,6 +37372,8 @@ "2a04:4e40:7040::/48", "2a04:4e40:7200::/48", "2a04:4e40:7300::/48", + "2a04:4e40:7400::/48", + "2a04:4e40:7500::/48", "2a04:4e40:7800::/48", "2a04:4e40:7830::/48", "2a04:4e40:7840::/48", @@ -37229,6 +37493,7 @@ "2a04:4e40:ac40::/43", "2a04:4e40:ac40::/48", "2a04:4e40:ac50::/48", + "2a04:4e40:acf0::/48", "2a04:4e40:af0::/48", "2a04:4e40:b000::/47", "2a04:4e40:b00::/44", @@ -37269,12 +37534,14 @@ "2a04:4e40:c210::/48", "2a04:4e40:c240::/48", "2a04:4e40:c2f0::/48", - "2a04:4e40:c400::/48", - "2a04:4e40:c410::/48", - "2a04:4e40:c420::/48", - "2a04:4e40:c430::/48", - "2a04:4e40:c440::/48", - "2a04:4e40:c4f0::/48", + "2a04:4e40:c500::/48", + "2a04:4e40:c510::/48", + "2a04:4e40:c520::/43", + "2a04:4e40:c520::/48", + "2a04:4e40:c530::/48", + "2a04:4e40:c540::/44", + "2a04:4e40:c540::/48", + "2a04:4e40:c5f0::/48", "2a04:4e40:c600::/48", "2a04:4e40:c630::/44", "2a04:4e40:c630::/48", @@ -37393,6 +37660,7 @@ "2a04:4e40:fe40::/44", "2a04:4e40:fe40::/48", "2a04:4e40:fef0::/48", + "2a04:4e41:1000::/39", "2a04:4e41:100::/42", "2a04:4e41:10::/46", "2a04:4e41:1200::/42", @@ -37448,7 +37716,7 @@ "2a04:4e41:4e::/48", "2a04:4e41:5000::/37", "2a04:4e41:53::/48", - "2a04:4e41:54::/47", + "2a04:4e41:55::/48", "2a04:4e41:57::/48", "2a04:4e41:5800::/40", "2a04:4e41:58::/48", @@ -37457,6 +37725,7 @@ "2a04:4e41:5a::/47", "2a04:4e41:5c00::/38", "2a04:4e41:5d::/48", + "2a04:4e41:5f::/48", "2a04:4e41:6000::/37", "2a04:4e41:60::/47", "2a04:4e41:63::/48", @@ -37492,7 +37761,7 @@ "2a04:4e42:302d::/48", "2a04:4e42:30::/45", "2a04:4e42:38::/46", - "2a04:4e42:4000::/34", + "2a04:4e42:4000::/35", "2a04:4e42:400::/48", "2a04:4e42:40::/44", "2a04:4e42:4::/47", @@ -37501,7 +37770,9 @@ "2a04:4e42:54::/48", "2a04:4e42:56::/47", "2a04:4e42:58::/46", - "2a04:4e42:5c::/48", + "2a04:4e42:5c::/47", + "2a04:4e42:5f::/48", + "2a04:4e42:6000::/36", "2a04:4e42:6002::/48", "2a04:4e42:6009::/48", "2a04:4e42:600::/48", @@ -37568,6 +37839,9 @@ "43.249.72.0/22", "43.249.73.0/24", "43.249.74.0/24", + "63.245.216.0/22", + "63.245.220.0/23", + "63.245.222.0/24", "66.211.168.0/24", "66.43.1.0/24" ], @@ -37581,7 +37855,7 @@ "fastlylb.net", "zencdn.net" ], - "last_updated": 1766077199.5374203, + "last_updated": 1768864910.9708078, "long_description": "A content delivery network and edge cloud platform that provides edge computing, security, and performance services.", "name": "Fastly", "org_ids": [ @@ -37649,7 +37923,7 @@ "222.236.220.0/23" ], "domains": [], - "last_updated": 1767754937.0659213, + "last_updated": 1768864911.8539002, "long_description": "A Korean cloud hosting and infrastructure provider.", "name": "Gabia", "org_ids": [ @@ -37697,7 +37971,7 @@ "109.61.127.174/32", "109.61.127.208/32", "109.61.17.0/24", - "109.61.18.0/24", + "109.61.18.0/23", "109.61.32.0/22", "109.61.38.0/23", "109.61.39.212/32", @@ -37769,7 +38043,7 @@ "185.112.81.19/32", "185.12.212.0/24", "185.12.240.0/22", - "185.136.60.0/23", + "185.136.61.0/24", "185.14.44.0/23", "185.14.47.0/24", "185.145.113.0/24", @@ -37853,6 +38127,7 @@ "195.216.237.203/32", "195.234.62.0/23", "195.234.82.0/23", + "196.216.216.90/32", "196.97.8.18/32", "197.148.108.106/32", "197.188.22.102/32", @@ -37873,6 +38148,7 @@ "2001:1a10:cd:9c01::2/128", "2001:4118:0:2220::2/128", "2001:4290:c:d::26/128", + "2001:df3:1300:2:0:19:9524:74/128", "2001:fe0:4775::147/128", "202.129.236.162/32", "202.78.160.0/23", @@ -37998,7 +38274,10 @@ "2a01:c9c0:c006:600::3/128", "2a01:c9c0:c006:600::5/128", "2a01:c9c0:c006:600::7/128", + "2a01:c9c0:c012:100::3/128", "2a01:c9c0:c012:100::5/128", + "2a01:c9c0:c012::1/128", + "2a01:c9c0:c012::3/128", "2a01:c9c0:c012::5/128", "2a01:c9c0:c014:100::5/128", "2a01:c9c0:c014::5/128", @@ -38060,6 +38339,7 @@ "2a03:90c0:11:2801::144/126", "2a03:90c0:11:2801::148/127", "2a03:90c0:11:2801::151/128", + "2a03:90c0:11:2801::156/127", "2a03:90c0:11:2801::158/128", "2a03:90c0:11:2801::160/128", "2a03:90c0:11:2801::165/128", @@ -38069,9 +38349,7 @@ "2a03:90c0:11:2801::175/128", "2a03:90c0:11:2801::176/127", "2a03:90c0:11:2801::178/127", - "2a03:90c0:11:2801::180/126", - "2a03:90c0:11:2801::184/128", - "2a03:90c0:11:2801::186/127", + "2a03:90c0:11:2801::180/125", "2a03:90c0:11:2801::188/127", "2a03:90c0:11:2801::190/126", "2a03:90c0:11:2801::194/127", @@ -38193,7 +38471,7 @@ "2a03:90c0:41:2801::31/128", "2a03:90c0:41:2801::32/128", "2a03:90c0:41:2801::35/128", - "2a03:90c0:41:2801::37/128", + "2a03:90c0:41:2801::36/127", "2a03:90c0:41:2801::4/127", "2a03:90c0:41:2801::43/128", "2a03:90c0:41:2801::44/126", @@ -38222,7 +38500,7 @@ "2a03:90c0:491:2801::8/127", "2a03:90c0:4b0::/44", "2a03:90c0:4b1:2801::5/128", - "2a03:90c0:4b1:2801::6/127", + "2a03:90c0:4b1:2801::7/128", "2a03:90c0:4b1:2801::8/128", "2a03:90c0:4c0::/42", "2a03:90c0:4c1:2801::4/126", @@ -38260,13 +38538,15 @@ "2a03:90c0:591:2801::6/128", "2a03:90c0:591:2801::8/128", "2a03:90c0:5a0::/43", - "2a03:90c0:5a1:2801::10/126", + "2a03:90c0:5a1:2801::10/128", + "2a03:90c0:5a1:2801::13/128", "2a03:90c0:5a1:2801::14/128", "2a03:90c0:5a1:2801::16/127", "2a03:90c0:5a1:2801::18/127", "2a03:90c0:5a1:2801::21/128", "2a03:90c0:5a1:2801::22/127", "2a03:90c0:5a1:2801::24/126", + "2a03:90c0:5a1:2801::28/127", "2a03:90c0:5a1:2801::8/127", "2a03:90c0:5b1:2801::4/127", "2a03:90c0:5c0::/42", @@ -38331,9 +38611,7 @@ "2a03:90c0:80::/41", "2a03:90c0:8885::/48", "2a03:90c0:8886::/48", - "2a03:90c0:8888::/46", - "2a03:90c0:888c::/48", - "2a03:90c0:888e::/47", + "2a03:90c0:8888::/45", "2a03:90c0:9990::/47", "2a03:90c0:9992::/48", "2a03:90c0:9994::/46", @@ -38349,6 +38627,7 @@ "2a03:90c0:b1:2801::8/128", "2a03:90c0:c1:2801::132/127", "2a03:90c0:c1:2801::134/127", + "2a03:90c0:c1:2801::137/128", "2a03:90c0:c1:2801::138/127", "2a03:90c0:c1:2801::36/128", "2a03:90c0:c1:2801::38/127", @@ -38398,7 +38677,6 @@ "2a11:27c0:1a1:2803::135/128", "2a11:27c0:1a1:2803::138/128", "2a11:27c0:1a1:2803::161/128", - "2a11:27c0:1a1:2803::162/128", "2a11:27c0:1a1:2803::165/128", "2a11:27c0:1a1:2803::166/128", "2a11:27c0:1a1:2803::181/128", @@ -38451,7 +38729,8 @@ "45.135.228.226/32", "45.146.203.0/24", "45.147.160.0/23", - "45.65.8.0/22", + "45.65.10.0/23", + "45.65.9.0/24", "45.67.208.0/22", "45.68.4.2/32", "45.68.52.66/32", @@ -38490,7 +38769,7 @@ "5.101.220.9/32", "5.101.222.0/23", "5.101.222.10/31", - "5.101.222.4/31", + "5.101.222.6/31", "5.101.68.5/32", "5.101.68.8/32", "5.181.25.0/24", @@ -38503,7 +38782,6 @@ "5.188.121.135/32", "5.188.121.138/32", "5.188.121.161/32", - "5.188.121.162/32", "5.188.121.165/32", "5.188.121.166/32", "5.188.121.181/32", @@ -38612,7 +38890,10 @@ "80.15.235.27/32", "80.15.235.5/32", "80.15.235.7/32", + "80.15.243.1/32", + "80.15.243.15/32", "80.15.243.17/32", + "80.15.243.3/32", "80.15.243.5/32", "80.15.244.17/32", "80.15.244.5/32", @@ -38814,7 +39095,7 @@ "91.243.87.0/24", "91.243.87.4/31", "92.113.92.0/24", - "92.223.0.0/23", + "92.223.0.0/22", "92.223.10.0/23", "92.223.10.0/23", "92.223.100.0/23", @@ -38822,6 +39103,7 @@ "92.223.104.0/23", "92.223.107.0/24", "92.223.107.132/30", + "92.223.107.137/32", "92.223.107.138/31", "92.223.107.36/32", "92.223.107.38/31", @@ -38898,7 +39180,7 @@ "92.223.124.31/32", "92.223.124.32/32", "92.223.124.35/32", - "92.223.124.37/32", + "92.223.124.36/31", "92.223.124.4/31", "92.223.124.43/32", "92.223.124.44/30", @@ -38909,7 +39191,6 @@ "92.223.126.0/23", "92.223.15.0/24", "92.223.16.0/20", - "92.223.2.0/24", "92.223.39.0/24", "92.223.40.0/24", "92.223.40.10/32", @@ -39006,13 +39287,15 @@ "93.119.170.0/24", "93.123.102.0/24", "93.123.11.0/24", - "93.123.11.12/31", + "93.123.11.10/32", + "93.123.11.13/32", "93.123.11.14/32", "93.123.11.16/30", "93.123.11.21/32", "93.123.11.22/31", "93.123.11.24/30", - "93.123.11.8/30", + "93.123.11.28/31", + "93.123.11.8/31", "93.123.17.0/24", "93.123.17.132/30", "93.123.17.136/31", @@ -39020,6 +39303,7 @@ "93.123.17.144/30", "93.123.17.148/31", "93.123.17.151/32", + "93.123.17.156/31", "93.123.17.158/32", "93.123.17.160/32", "93.123.17.165/32", @@ -39027,10 +39311,7 @@ "93.123.17.168/31", "93.123.17.170/32", "93.123.17.175/32", - "93.123.17.176/29", - "93.123.17.184/32", - "93.123.17.186/31", - "93.123.17.188/30", + "93.123.17.176/28", "93.123.17.192/30", "93.123.38.0/24", "93.123.38.4/31", @@ -39067,7 +39348,7 @@ "95.85.90.0/23", "95.85.92.0/22", "95.85.92.5/32", - "95.85.92.6/31", + "95.85.92.7/32", "95.85.92.8/32", "95.85.93.155/32", "95.85.93.160/32", @@ -39077,7 +39358,7 @@ "95.85.93.31/32" ], "domains": [], - "last_updated": 1767754963.8906722, + "last_updated": 1768864943.2136092, "long_description": "A content delivery network and cloud infrastructure provider offering CDN, cloud computing, and edge services.", "name": "Gcore", "org_ids": [ @@ -39237,6 +39518,7 @@ "13.105.220.176/29", "13.105.220.184/30", "13.105.220.188/31", + "13.105.220.210/31", "13.105.24.0/23", "13.105.26.0/24", "13.105.27.0/25", @@ -39402,6 +39684,7 @@ "135.130.180.0/22", "135.130.184.0/22", "135.130.196.0/23", + "135.130.204.0/22", "135.130.24.0/24", "135.130.25.128/25", "135.130.26.0/23", @@ -39463,6 +39746,8 @@ "145.190.133.0/24", "145.190.134.0/23", "145.190.137.0/24", + "145.190.141.0/24", + "145.190.142.0/23", "145.190.32.0/20", "145.190.48.0/22", "145.190.59.0/24", @@ -39967,6 +40252,9 @@ "20.20.102.90/31", "20.20.102.92/31", "20.20.102.96/27", + "20.20.103.0/27", + "20.20.103.32/28", + "20.20.103.48/29", "20.20.108.0/22", "20.20.130.0/23", "20.20.132.0/23", @@ -39983,8 +40271,10 @@ "20.20.92.0/23", "20.20.94.0/25", "20.20.94.128/26", - "20.20.94.192/30", - "20.20.94.196/31", + "20.20.94.192/28", + "20.20.94.208/29", + "20.20.94.216/30", + "20.20.94.220/31", "20.200.245.241/32", "20.200.245.245/32", "20.200.245.247/32", @@ -40000,9 +40290,7 @@ "20.201.216.0/23", "20.201.220.0/23", "20.201.223.0/24", - "20.201.224.0/22", - "20.201.228.0/23", - "20.201.231.0/24", + "20.201.224.0/21", "20.201.28.144/32", "20.201.28.148/32", "20.201.28.151/32", @@ -40820,8 +41108,14 @@ "2603:1030:401:a4c::/63", "2603:1030:401:a4e::/64", "2603:1030:401:a51::/64", - "2603:1030:401:a52::/64", + "2603:1030:401:a52::/63", + "2603:1030:401:a54::/62", + "2603:1030:401:a58::/61", + "2603:1030:401:a60::/60", + "2603:1030:401:a70::/61", + "2603:1030:401:a78::/63", "2603:1030:401:a7::/64", + "2603:1030:401:a7a::/64", "2603:1030:401:a8::/61", "2603:1030:401:b0::/60", "2603:1030:401:c0::/58", @@ -40910,10 +41204,11 @@ "2603:1030:804:528::/61", "2603:1030:804:530::/60", "2603:1030:804:53::/64", - "2603:1030:804:540::/59", + "2603:1030:804:540::/58", "2603:1030:804:54::/64", - "2603:1030:804:560::/60", - "2603:1030:804:570::/64", + "2603:1030:804:580::/61", + "2603:1030:804:588::/62", + "2603:1030:804:58c::/64", "2603:1030:804:5a::/63", "2603:1030:804:5c::/62", "2603:1030:804:60::/62", @@ -41117,10 +41412,10 @@ "2603:1030:9:7af::/64", "2603:1030:9:7b0::/60", "2603:1030:9:7c0::/58", - "2603:1030:9:800::/59", + "2603:1030:9:800::/58", "2603:1030:9:80::/59", - "2603:1030:9:820::/60", - "2603:1030:9:830::/62", + "2603:1030:9:840::/62", + "2603:1030:9:844::/63", "2603:1030:9:8::/61", "2603:1030:9:a0::/60", "2603:1030:9:b2::/63", @@ -41147,6 +41442,7 @@ "2603:1030:b06::/48", "2603:1030:b07::/56", "2603:1030:b08::/48", + "2603:1030:b80::/48", "2603:1030:c00::/48", "2603:1030:c02::/47", "2603:1030:c04::/46", @@ -41728,10 +42024,9 @@ "40.120.167.72/30", "40.120.188.0/23", "40.120.190.0/24", - "40.120.191.0/27", - "40.120.191.32/29", - "40.120.191.40/30", - "40.120.191.44/31", + "40.120.191.0/26", + "40.120.191.64/30", + "40.120.191.68/31", "40.121.0.0/16", "40.122.128.0/17", "40.122.16.0/20", @@ -42499,6 +42794,7 @@ "48.199.0.0/16", "48.200.0.0/17", "48.202.0.0/16", + "48.204.0.0/16", "48.208.128.0/19", "48.208.16.0/21", "48.208.160.0/24", @@ -43180,14 +43476,12 @@ "57.157.12.0/23", "57.157.128.0/25", "57.157.128.128/28", - "57.157.128.144/30", - "57.157.128.148/31", + "57.157.128.144/29", "57.157.14.0/24", - "57.157.15.0/26", - "57.157.15.112/29", - "57.157.15.120/30", - "57.157.15.64/27", - "57.157.15.96/28", + "57.157.15.0/25", + "57.157.15.128/26", + "57.157.15.192/27", + "57.157.15.224/30", "57.157.2.0/26", "57.157.2.112/29", "57.157.2.120/30", @@ -43201,9 +43495,9 @@ "57.157.28.0/24", "57.157.29.0/25", "57.157.29.128/27", - "57.157.29.160/29", - "57.157.29.168/30", - "57.157.29.172/31", + "57.157.29.160/28", + "57.157.29.176/29", + "57.157.29.184/30", "57.157.3.0/25", "57.157.3.128/27", "57.157.3.160/28", @@ -43215,12 +43509,13 @@ "57.157.3.208/28", "57.157.3.224/27", "57.157.32.0/24", - "57.157.33.0/30", + "57.157.33.0/25", + "57.157.33.128/28", + "57.157.33.144/30", + "57.157.33.148/31", "57.157.4.0/24", - "57.157.44.0/27", - "57.157.44.32/28", - "57.157.44.48/29", - "57.157.44.56/30", + "57.157.44.0/26", + "57.157.44.64/27", "57.157.48.0/27", "57.157.48.128/27", "57.157.48.160/30", @@ -43231,12 +43526,17 @@ "57.157.48.200/30", "57.157.48.204/31", "57.157.48.210/31", - "57.157.48.212/31", + "57.157.48.212/30", + "57.157.48.216/29", + "57.157.48.224/27", "57.157.48.32/29", "57.157.48.40/30", "57.157.48.46/31", "57.157.48.48/28", "57.157.48.64/26", + "57.157.49.0/27", + "57.157.49.32/30", + "57.157.49.36/31", "57.157.5.0/26", "57.157.5.112/29", "57.157.5.126/31", @@ -43254,7 +43554,10 @@ "57.157.7.52/30", "57.157.7.56/29", "57.157.7.64/26", - "57.157.72.0/29", + "57.157.72.0/26", + "57.157.72.64/28", + "57.157.72.80/30", + "57.157.72.84/31", "57.157.8.0/22", "64.236.0.0/16", "64.4.54.0/24", @@ -43409,7 +43712,7 @@ "repo.new", "thegithubshop.com" ], - "last_updated": 1766077218.1992714, + "last_updated": 1768864911.6686037, "long_description": "A web-based platform for version control and collaboration using Git, providing hosting for software development and code repositories.", "name": "GitHub", "org_ids": [ @@ -43429,7 +43732,6 @@ "140.82.27.226/32", "144.22.216.139/32", "150.230.84.126/32", - "170.82.172.0/22", "170.82.175.0/24", "170.84.29.208/29", "186.211.161.0/29", @@ -43437,8 +43739,6 @@ "187.16.245.192/29", "187.85.159.176/29", "200.189.173.48/28", - "200.25.49.64/26", - "200.25.56.64/28", "200.98.28.70/32", "207.148.26.195/32", "207.246.123.237/32", @@ -43455,7 +43755,7 @@ "52.67.255.165/32" ], "domains": [], - "last_updated": 1767754937.770947, + "last_updated": 1768864913.6600904, "long_description": "A Brazilian content delivery network provider offering CDN services.", "name": "Gocache", "org_ids": [], @@ -43513,6 +43813,7 @@ ], "cidrs": [ "1.179.112.0/20", + "102.204.125.0/24", "102.66.249.0/24", "103.10.108.0/24", "103.101.215.0/24", @@ -43523,7 +43824,6 @@ "103.141.214.0/24", "103.157.55.0/24", "103.165.152.0/23", - "103.169.213.0/24", "103.177.50.0/23", "103.207.158.0/24", "103.224.174.0/24", @@ -43546,13 +43846,11 @@ "104.132.186.0/24", "104.132.213.0/24", "104.132.214.0/23", - "104.132.222.0/24", "104.132.59.0/24", "104.132.72.0/24", "104.133.128.0/23", "104.133.196.0/22", "104.133.196.0/22", - "104.133.45.0/24", "104.133.5.0/24", "104.133.6.0/23", "104.134.124.0/24", @@ -43563,6 +43861,7 @@ "104.134.146.0/23", "104.134.150.0/24", "104.134.152.0/23", + "104.134.154.0/24", "104.134.156.0/23", "104.134.158.0/24", "104.134.160.0/22", @@ -43582,7 +43881,7 @@ "104.134.196.0/24", "104.134.200.0/24", "104.134.203.0/24", - "104.134.207.0/24", + "104.134.206.0/23", "104.134.209.0/24", "104.134.210.0/23", "104.134.212.0/24", @@ -43590,6 +43889,7 @@ "104.134.217.0/24", "104.134.219.0/24", "104.134.221.0/24", + "104.134.222.0/24", "104.134.227.0/24", "104.134.230.0/23", "104.134.232.0/23", @@ -43610,18 +43910,16 @@ "104.134.96.0/20", "104.135.0.0/20", "104.135.176.0/20", - "104.135.176.0/21", - "104.135.184.0/22", - "104.135.188.0/23", + "104.135.176.0/20", "104.135.192.0/19", "104.135.192.0/23", "104.135.196.0/22", "104.135.200.0/22", "104.135.204.0/23", - "104.135.208.0/23", - "104.135.212.0/22", + "104.135.208.0/21", "104.135.216.0/22", "104.135.220.0/23", + "104.135.222.0/24", "104.135.24.0/21", "104.135.240.0/20", "104.154.0.0/15", @@ -43737,9 +44035,8 @@ "134.231.252.0/22", "134.238.0.0/16", "135.84.69.0/24", + "136.104.0.0/13", "136.107.0.0/16", - "136.107.0.0/16", - "136.108.0.0/14", "136.108.0.0/14", "136.109.0.0/16", "136.112.0.0/13", @@ -43751,12 +44048,14 @@ "136.121.16.0/24", "136.121.24.0/21", "136.124.0.0/15", + "136.126.224.0/19", "136.126.224.0/24", "136.146.76.0/24", "136.22.113.0/24", "136.22.114.0/23", "136.22.122.0/23", "136.22.128.0/23", + "136.22.133.0/24", "136.22.135.0/24", "136.22.136.0/21", "136.22.144.0/22", @@ -43806,10 +44105,11 @@ "136.36.64.0/18", "136.37.0.0/16", "136.38.0.0/16", - "136.39.0.0/20", + "136.39.0.0/19", "136.42.24.0/21", "136.46.0.0/19", "136.46.128.0/19", + "136.46.160.0/20", "136.47.0.0/19", "136.47.128.0/17", "136.48.0.0/18", @@ -43825,6 +44125,7 @@ "136.53.0.0/17", "136.53.128.0/18", "136.53.192.0/20", + "136.54.128.0/20", "136.55.0.0/18", "136.55.160.0/19", "136.55.224.0/19", @@ -43921,7 +44222,7 @@ "144.125.128.0/19", "144.125.160.0/21", "144.125.176.0/20", - "144.125.236.0/22", + "144.125.232.0/21", "144.125.240.0/20", "144.125.64.0/19", "144.125.96.0/21", @@ -43931,6 +44232,7 @@ "144.49.208.0/20", "144.49.224.0/19", "144.49.96.0/19", + "144.79.45.0/24", "144.86.173.0/24", "146.148.0.0/17", "146.148.16.0/20", @@ -43988,8 +44290,10 @@ "152.65.248.0/22", "152.65.253.0/24", "152.65.255.0/24", + "153.72.0.0/18", "154.65.66.0/23", "155.184.0.0/19", + "155.60.160.0/24", "156.77.128.0/20", "156.77.176.0/23", "156.93.224.0/23", @@ -44082,16 +44386,14 @@ "172.217.64.0/21", "172.217.72.0/24", "172.217.74.0/23", - "172.217.76.0/24", - "172.217.78.0/23", + "172.217.76.0/22", "172.253.0.0/16", "172.253.112.0/20", - "172.253.128.0/22", - "172.253.132.0/24", - "172.253.134.0/23", + "172.253.128.0/21", "172.253.136.0/22", "172.253.140.0/24", - "172.253.144.0/24", + "172.253.144.0/23", + "172.253.150.0/24", "172.253.16.0/20", "172.253.16.0/21", "172.253.56.0/21", @@ -44129,6 +44431,7 @@ "178.249.140.0/23", "185.110.98.0/24", "185.117.60.0/24", + "185.117.62.0/24", "185.124.96.0/23", "185.124.99.0/24", "185.142.144.0/23", @@ -44154,6 +44457,7 @@ "185.225.161.0/24", "185.225.248.0/24", "185.227.234.0/23", + "185.231.86.0/24", "185.235.238.0/23", "185.241.47.0/24", "185.249.220.0/24", @@ -44218,6 +44522,7 @@ "194.187.56.0/22", "194.38.4.0/22", "194.46.32.0/24", + "194.61.101.0/24", "194.88.156.0/23", "195.10.199.0/24", "195.149.126.0/24", @@ -44225,11 +44530,11 @@ "195.234.145.0/24", "195.245.230.0/23", "195.245.86.0/23", - "197.159.0.0/19", "198.135.124.0/23", "198.135.184.0/24", "198.151.157.0/24", "198.179.226.0/23", + "198.202.26.0/24", "198.235.24.0/24", "199.103.85.0/24", "199.116.168.0/21", @@ -44307,7 +44612,7 @@ "208.112.196.0/23", "208.117.224.0/19", "208.117.238.0/24", - "208.117.240.0/24", + "208.117.240.0/23", "208.117.245.0/24", "208.117.250.0/23", "208.117.254.0/24", @@ -44322,7 +44627,6 @@ "208.68.108.0/22", "208.76.215.0/24", "208.76.24.0/22", - "208.76.69.0/24", "208.76.70.0/24", "208.81.188.0/22", "208.86.170.0/23", @@ -44364,6 +44668,7 @@ "216.73.80.0/20", "217.169.118.0/24", "223.29.216.0/22", + "23.148.252.0/24", "23.227.32.0/22", "23.227.36.0/24", "23.227.42.0/23", @@ -44460,7 +44765,6 @@ "2604:ca00:1100::/43", "2604:ca00:1100::/45", "2604:ca00:1108::/47", - "2604:ca00:110::/46", "2604:ca00:1110::/45", "2604:ca00:1118::/47", "2604:ca00:1120::/44", @@ -44469,10 +44773,8 @@ "2604:ca00:1140::/43", "2604:ca00:1140::/45", "2604:ca00:1148::/47", - "2604:ca00:114::/47", "2604:ca00:1150::/45", "2604:ca00:1158::/47", - "2604:ca00:118::/45", "2604:ca00:120::/46", "2604:ca00:124::/47", "2604:ca00:128::/45", @@ -44569,6 +44871,7 @@ "2620:11a:a03e::/48", "2620:11a:a040::/44", "2620:11a:a050::/47", + "2620:11a:a05b::/48", "2620:120:e000::/40", "2620:121:5050::/44", "2620:127:f00a::/47", @@ -44627,7 +44930,7 @@ "2a00:79e1:f3b::/48", "2a00:79e1:f3e::/48", "2a00:79e1:f41::/48", - "2a00:79e1:f45::/48", + "2a00:79e1:f44::/47", "2a00:79e1:f46::/48", "2a00:79e1:f48::/47", "2a00:79e1:f4c::/48", @@ -44649,12 +44952,15 @@ "2a00:79e1:f89::/48", "2a00:79e1:f96::/48", "2a00:79e1:f98::/47", + "2a00:79e1:fa1::/48", "2a03:6b00::/40", "2a07:3580:11::/48", + "2a0f:6284:7::/48", "2a0f:f4c1:2::/48", "2a12:7280::/29", "2a14:2a00::/40", "2a14:2ec0:edea::/48", + "2a14:67c2:577::/48", "2a14:b580::/40", "2c0f:f088::/32", "2c0f:fb50:4002::/47", @@ -45185,7 +45491,7 @@ "45.128.173.0/24", "45.141.91.0/24", "45.150.56.0/24", - "45.153.79.0/24", + "45.153.78.0/23", "45.159.34.0/24", "45.250.160.0/24", "45.56.0.0/18", @@ -45209,6 +45515,7 @@ "50.151.218.0/23", "50.151.220.0/23", "50.151.223.0/24", + "50.152.230.0/24", "50.202.195.0/24", "50.202.50.0/24", "50.202.95.0/24", @@ -45230,6 +45537,7 @@ "57.140.240.0/22", "57.140.244.0/24", "62.122.31.0/24", + "62.182.188.0/24", "63.141.158.0/23", "64.15.112.0/20", "64.15.112.0/24", @@ -45334,13 +45642,13 @@ "74.221.140.0/24", "74.221.142.0/24", "74.51.254.0/24", - "76.76.19.0/24", - "79.140.192.0/24", "79.170.100.0/23", "79.170.102.0/24", "8.228.0.0/14", "8.228.0.0/17", "8.228.128.0/18", + "8.228.192.0/19", + "8.228.224.0/20", "8.232.0.0/14", "8.236.0.0/15", "8.243.116.224/27", @@ -45394,12 +45702,14 @@ "adsensecustomsearchads.com", "adsenseformobileapps.com", "adservice.google.com", + "adtrafficquality.google", "advertisercommunity.com", "advertiserscommunity.com", "adwords-community.com", "adwords.com", "adwordsexpress.com", "ai.google.dev", + "ai.studio", "aida.googleapis.com", "aisandbox-pa.googleapis.com", "aistudio.google.com", @@ -45413,12 +45723,17 @@ "alt6-mtalk.google.com", "alt7-mtalk.google.com", "alt8-mtalk.google.com", + "analytics-alv.google.com", "analytics.google.com", "android", "android.com", "android.googlesource.com", "androidify.com", "angulardart.org", + "antigravity-pa.googleapis.com", + "antigravity-unleash.goog", + "antigravity.google", + "antigravity.googleapis.com", "api.ai", "apigee.com", "app-analytics-services-att.com", @@ -45553,7 +45868,9 @@ "clickserver.googleads.com", "clients1.google.com", "clientservices.googleapis.com", + "cloudaicompanion.googleapis.com", "cloudburstresearch.com", + "cloudcode-pa.googleapis.com", "cloudfunctions.net", "cloudproxy.app", "cloudrobotics.com", @@ -45576,6 +45893,7 @@ "crr.com", "cs4hs.com", "csi.gstatic.com", + "daily-cloudcode-pa.googleapis.com", "dart.dev", "dartlang.org", "dartpad.dev", @@ -45607,6 +45925,7 @@ "episodic.com", "fastlane.ci", "fastlane.tools", + "fcmatch.google.com", "feedburner.com", "fflick.com", "financeleadsonline.com", @@ -46002,6 +46321,7 @@ "keytransparency.org", "l2-uberproxy.corp.google.com", "labs.google", + "labs.google.com", "lanternal.com", "like.com", "logger-dev.corp.google.com", @@ -46028,8 +46348,10 @@ "new.day", "nexus", "nomulus.foo", + "notebooklm-pa.googleapis.com", "notebooklm.google", "notebooklm.google.com", + "notebooklm.googleapis.com", "o.pki.goog", "oauthz.com", "ocsp.pki.goog", @@ -46473,7 +46795,7 @@ "ytimg.com", "zukunftswerkstatt.de" ], - "last_updated": 1766077351.3559945, + "last_updated": 1768864928.5811353, "long_description": "A suite of cloud computing services provided by Google, including infrastructure, platform, and software services for businesses and developers.", "name": "Google", "org_ids": [ @@ -46591,7 +46913,7 @@ "hpecyber.com", "hpefonts.s3.amazonaws.com" ], - "last_updated": 1766077413.4205842, + "last_updated": 1768864938.6113708, "long_description": "A multinational enterprise information technology company that provides servers, storage, networking, and cloud services.", "name": "HPE", "org_ids": [ @@ -46621,7 +46943,7 @@ "herokucharge.com", "herokussl.com" ], - "last_updated": 1766077199.9399736, + "last_updated": 1768864908.9723089, "long_description": "A cloud platform as a service that enables developers to build, run, and operate applications entirely in the cloud.", "name": "Heroku", "org_ids": [], @@ -46661,12 +46983,8 @@ "176.9.0.0/16", "178.156.128.0/17", "178.156.128.0/18", - "178.156.192.0/20", - "178.156.209.0/24", - "178.156.211.0/24", - "178.156.213.0/24", - "178.156.215.0/24", - "178.156.216.0/21", + "178.156.192.0/19", + "178.156.232.0/22", "178.212.75.0/24", "178.63.0.0/16", "185.107.52.0/22", @@ -46741,11 +47059,7 @@ "5.223.8.0/21", "5.75.128.0/17", "5.78.0.0/16", - "5.78.128.0/20", - "5.78.144.0/24", - "5.78.146.0/23", - "5.78.148.0/22", - "5.78.152.0/21", + "5.78.128.0/19", "5.78.16.0/20", "5.78.160.0/22", "5.78.40.0/21", @@ -46761,6 +47075,7 @@ "85.10.192.0/18", "88.198.0.0/16", "88.99.0.0/16", + "89.167.0.0/17", "91.107.128.0/17", "91.190.240.0/21", "91.98.0.0/15", @@ -46769,6 +47084,7 @@ ], "domains": [ "first-ns.de", + "hetzner-cloud.de", "hetzner.cloud", "hetzner.com", "hetzner.company", @@ -46783,7 +47099,7 @@ "your-storagebox.de", "your-storageshare.de" ], - "last_updated": 1766077332.0306065, + "last_updated": 1768864915.9279552, "long_description": "A German cloud hosting provider offering dedicated servers, cloud instances, and storage solutions.", "name": "Hetzner", "org_ids": [ @@ -46869,7 +47185,7 @@ "66.232.144.0/22" ], "domains": [], - "last_updated": 1767754936.6570692, + "last_updated": 1768864912.1759353, "long_description": "A Korean cloud hosting and infrastructure provider.", "name": "Hostway", "org_ids": [ @@ -46904,11 +47220,7 @@ "101.44.64.0/19", "101.44.96.0/20", "101.46.0.0/20", - "101.46.128.0/18", - "101.46.192.0/19", - "101.46.224.0/22", - "101.46.232.0/21", - "101.46.240.0/20", + "101.46.128.0/17", "101.46.32.0/19", "101.46.64.0/19", "103.215.0.0/23", @@ -46969,7 +47281,8 @@ "122.8.128.0/18", "124.243.128.0/18", "124.243.156.0/22", - "124.71.248.0/22", + "124.71.248.0/23", + "124.71.250.0/24", "124.71.252.0/23", "124.81.0.0/16", "139.9.98.0/23", @@ -46987,6 +47300,7 @@ "148.145.160.0/20", "148.145.192.0/19", "148.145.224.0/23", + "148.145.236.0/23", "148.145.254.0/23", "149.232.128.0/19", "150.40.128.0/17", @@ -46994,14 +47308,13 @@ "154.194.40.0/24", "154.220.192.0/19", "154.81.16.0/20", - "154.83.0.0/23", "154.86.32.0/19", - "156.227.22.0/23", + "154.95.72.0/22", + "154.95.96.0/21", "156.230.32.0/20", "156.230.64.0/18", "156.232.16.0/20", "156.240.128.0/18", - "156.249.32.0/20", "156.253.16.0/20", "159.138.0.0/18", "159.138.114.0/24", @@ -47017,17 +47330,16 @@ "159.138.223.0/24", "159.138.224.0/19", "159.138.64.0/21", - "159.138.67.0/24", "159.138.76.0/22", "159.138.80.0/20", "159.138.96.0/19", "166.108.192.0/18", "176.52.128.0/19", + "178.210.163.0/24", "180.87.192.0/18", "182.160.0.0/19", "182.160.20.0/24", "182.160.36.0/22", - "182.160.49.0/24", "182.160.52.0/22", "182.160.56.0/21", "182.160.56.0/22", @@ -47038,7 +47350,7 @@ "183.87.64.0/18", "185.176.78.0/23", "185.176.78.0/24", - "185.193.152.0/23", + "185.193.152.0/22", "186.232.246.0/24", "188.119.192.0/18", "188.132.188.0/24", @@ -47077,7 +47389,6 @@ "2405:f080:1::/48", "2405:f080:1e02::/47", "2405:f080:1e04::/46", - "2405:f080:1e1e::/47", "2405:f080:1e20::/47", "2405:f080:2000::/37", "2405:f080:200::/47", @@ -47122,7 +47433,6 @@ "45.155.208.0/23", "45.155.211.0/24", "45.194.104.0/21", - "45.199.144.0/22", "45.202.128.0/18", "45.203.40.0/21", "46.250.160.0/19", @@ -47152,9 +47462,9 @@ "83.101.88.0/23", "83.101.96.0/20", "87.119.10.0/23", - "87.119.12.0/23", + "87.119.12.0/24", "87.119.17.0/24", - "87.119.18.0/24", + "87.119.18.0/23", "87.119.4.0/24", "87.119.7.0/24", "87.119.9.0/24", @@ -47505,7 +47815,7 @@ "y43f6.cn", "z95rr.cn" ], - "last_updated": 1766077249.7932262, + "last_updated": 1768864911.9643953, "long_description": "A Chinese multinational technology corporation that designs, develops, and sells telecommunications equipment, consumer electronics, and cloud services.", "name": "Huawei", "org_ids": [ @@ -47855,7 +48165,6 @@ "216.86.224.0/20", "216.86.237.0/24", "216.86.239.0/24", - "2400:8180:11::/48", "2401:c900:1000::/39", "2401:c900:1400::/39", "2401:c900:1800::/40", @@ -48005,7 +48314,7 @@ "weather", "weatherchannel" ], - "last_updated": 1766077244.5068054, + "last_updated": 1768864913.6414242, "long_description": "A multinational technology corporation that provides hardware, software, cloud computing, and consulting services.", "name": "IBM", "org_ids": [ @@ -48043,41 +48352,404 @@ }, "Imperva": { "asns": [ + 14960, + 19551, 62571 ], "cidrs": [ + "103.225.240.0/23", "103.28.248.0/22", + "103.28.248.0/22", + "103.77.142.0/24", "107.154.0.0/16", + "107.154.1.0/24", + "107.154.100.0/22", + "107.154.104.0/21", + "107.154.112.0/20", + "107.154.129.0/24", + "107.154.130.0/23", + "107.154.132.0/22", + "107.154.136.0/21", + "107.154.144.0/20", + "107.154.16.0/20", + "107.154.160.0/19", + "107.154.192.0/20", + "107.154.2.0/23", + "107.154.208.0/21", + "107.154.216.0/22", + "107.154.220.0/24", + "107.154.222.0/23", + "107.154.224.0/20", + "107.154.240.0/22", + "107.154.245.0/24", + "107.154.246.0/23", + "107.154.248.0/22", + "107.154.252.0/24", + "107.154.255.0/24", + "107.154.32.0/23", + "107.154.35.0/24", + "107.154.36.0/22", + "107.154.4.0/22", + "107.154.40.0/21", + "107.154.48.0/24", + "107.154.50.0/23", + "107.154.52.0/22", + "107.154.56.0/23", + "107.154.59.0/24", + "107.154.60.0/22", + "107.154.64.0/22", + "107.154.68.0/23", + "107.154.70.0/24", + "107.154.72.0/21", + "107.154.8.0/21", + "107.154.80.0/23", + "107.154.84.0/22", + "107.154.88.0/21", + "107.154.96.0/24", + "107.154.98.0/23", + "122.11.196.0/24", "131.125.128.0/17", + "131.125.128.0/23", + "131.125.130.0/24", + "131.125.133.0/24", + "131.125.134.0/23", + "131.125.136.0/21", + "131.125.144.0/21", + "131.125.152.0/22", + "131.125.156.0/23", + "131.125.222.0/24", + "131.125.254.0/24", + "149.126.72.0/21", "149.126.72.0/21", + "166.81.2.0/24", "185.11.124.0/22", + "185.11.124.0/23", "185.64.10.0/24", "185.64.8.0/23", + "192.230.101.0/24", + "192.230.102.0/24", + "192.230.104.0/24", + "192.230.106.0/23", + "192.230.108.0/23", + "192.230.110.0/24", + "192.230.112.0/24", + "192.230.114.0/23", + "192.230.116.0/24", + "192.230.118.0/23", + "192.230.121.0/24", + "192.230.122.0/23", + "192.230.124.0/24", + "192.230.126.0/23", "192.230.64.0/18", - "192.230.75.0/24", - "192.230.76.0/24", + "192.230.64.0/22", + "192.230.68.0/24", + "192.230.70.0/23", + "192.230.73.0/24", + "192.230.74.0/23", + "192.230.76.0/22", + "192.230.80.0/22", + "192.230.85.0/24", + "192.230.86.0/23", + "192.230.88.0/21", + "192.230.96.0/24", + "192.230.98.0/23", "198.143.32.0/19", - "198.143.36.0/24", + "198.143.32.0/24", + "198.143.35.0/24", + "198.143.36.0/22", + "198.143.41.0/24", + "198.143.44.0/22", + "198.143.48.0/22", + "198.143.54.0/23", + "198.143.56.0/21", "198.51.94.0/24", + "199.74.254.0/24", + "199.74.254.100/32", + "199.74.254.104/31", + "199.74.254.106/32", + "199.74.254.108/32", + "199.74.254.112/30", + "199.74.254.119/32", + "199.74.254.123/32", + "199.74.254.124/31", + "199.74.254.126/32", + "199.74.254.128/25", + "199.74.254.14/32", + "199.74.254.140/31", + "199.74.254.144/32", + "199.74.254.175/32", + "199.74.254.20/32", + "199.74.254.201/32", + "199.74.254.23/32", + "199.74.254.234/31", + "199.74.254.236/30", + "199.74.254.240/31", + "199.74.254.242/32", + "199.74.254.244/31", + "199.74.254.247/32", + "199.74.254.69/32", + "199.74.254.74/32", + "199.74.254.95/32", + "199.74.254.98/32", "199.83.128.0/21", + "199.83.128.0/21", + "200.34.201.0/24", + "200.34.201.0/24", + "211.24.174.0/24", + "2a02:e980:100::/43", + "2a02:e980:10::/45", + "2a02:e980:120::/46", + "2a02:e980:124::/48", + "2a02:e980:127::/48", + "2a02:e980:128::/45", + "2a02:e980:130::/45", + "2a02:e980:138::/47", + "2a02:e980:13c::/46", + "2a02:e980:140::/46", + "2a02:e980:146::/47", + "2a02:e980:148::/45", + "2a02:e980:150::/48", + "2a02:e980:153::/48", + "2a02:e980:154::/46", + "2a02:e980:158::/45", + "2a02:e980:160::/43", + "2a02:e980:180::/45", + "2a02:e980:188::/46", + "2a02:e980:18::/47", + "2a02:e980:18d::/48", + "2a02:e980:18e::/47", + "2a02:e980:190::/44", + "2a02:e980:1a0::/46", + "2a02:e980:1a4::/48", + "2a02:e980:1a7::/48", + "2a02:e980:1a8::/45", + "2a02:e980:1b0::/45", + "2a02:e980:1b8::/47", + "2a02:e980:1b::/48", + "2a02:e980:1bc::/46", + "2a02:e980:1c0::/44", + "2a02:e980:1c::/46", + "2a02:e980:1d0::/45", + "2a02:e980:1d8::/46", + "2a02:e980:1dc::/47", + "2a02:e980:1e0::/47", + "2a02:e980:1e5::/48", + "2a02:e980:1e6::/47", + "2a02:e980:1e8::/45", + "2a02:e980:1f0::/48", + "2a02:e980:1f2::/47", + "2a02:e980:1f4::/46", + "2a02:e980:1fa::/47", + "2a02:e980:1fc::/46", + "2a02:e980:200::/44", + "2a02:e980:20::/46", + "2a02:e980:210::/45", + "2a02:e980:218::/46", + "2a02:e980:21d::/48", + "2a02:e980:21e::/47", + "2a02:e980:220::/44", + "2a02:e980:230::/45", + "2a02:e980:238::/47", + "2a02:e980:23a::/48", + "2a02:e980:240::/48", + "2a02:e980:245::/48", + "2a02:e980:246::/47", + "2a02:e980:250::/48", + "2a02:e980:25::/48", + "2a02:e980:26::/47", + "2a02:e980:28::/45", + "2a02:e980:30::/47", + "2a02:e980:33::/48", + "2a02:e980:34::/46", + "2a02:e980:38::/45", + "2a02:e980:40::/45", + "2a02:e980:48::/47", + "2a02:e980:4d::/48", + "2a02:e980:4f::/48", + "2a02:e980:50::/44", + "2a02:e980:60::/43", + "2a02:e980:80::/43", "2a02:e980::/29", - "2a02:e982:1e::/48", + "2a02:e980::/44", + "2a02:e980:a0::/44", + "2a02:e980:b0::/45", + "2a02:e980:b8::/48", + "2a02:e980:bb::/48", + "2a02:e980:bc::/47", + "2a02:e980:be::/48", + "2a02:e980:c0::/45", + "2a02:e980:c8::/47", + "2a02:e980:ca::/48", + "2a02:e980:cc::/48", + "2a02:e980:ce::/47", + "2a02:e980:d0::/45", + "2a02:e980:d8::/47", + "2a02:e980:db::/48", + "2a02:e980:dd::/48", + "2a02:e980:de::/47", + "2a02:e980:e0::/46", + "2a02:e980:e4::/47", + "2a02:e980:e6::/48", + "2a02:e980:e9::/48", + "2a02:e980:ea::/47", + "2a02:e980:ec::/46", + "2a02:e980:f0::/44", + "2a02:e981:10::/46", + "2a02:e981:15::/48", + "2a02:e981:16::/47", + "2a02:e981:18::/47", + "2a02:e981:1b::/48", + "2a02:e981:1c::/48", + "2a02:e981:1e::/48", + "2a02:e981:21::/48", + "2a02:e981:26::/48", + "2a02:e981:28::/45", + "2a02:e981:30::/45", + "2a02:e981:38::/46", + "2a02:e981:3::/48", + "2a02:e981:40::/44", + "2a02:e981:4::/46", + "2a02:e981:50::/45", + "2a02:e981:58::/46", + "2a02:e981:5c::/48", + "2a02:e981:61::/48", + "2a02:e981:62::/48", + "2a02:e981:64::/46", + "2a02:e981:68::/45", + "2a02:e981:70::/47", + "2a02:e981:72::/48", + "2a02:e981:74::/48", + "2a02:e981:80::/48", + "2a02:e981:8::/47", + "2a02:e981:a::/48", + "2a02:e981:c::/47", + "2a02:e981:e::/48", + "2a02:e982:1001::/48", + "2a02:e982:10::/46", + "2a02:e982:14::/48", + "2a02:e982:17::/48", + "2a02:e982:18::/47", + "2a02:e982:1b::/48", + "2a02:e982:1c::/46", + "2a02:e982:20::/46", + "2a02:e982:25::/48", + "2a02:e982:27::/48", + "2a02:e982:29::/48", + "2a02:e982:2::/48", + "2a02:e982:2c::/47", "2a02:e982:31::/48", + "2a02:e982:32::/47", + "2a02:e982:34::/47", + "2a02:e982:38::/45", + "2a02:e982:40::/44", + "2a02:e982:50::/47", + "2a02:e982:52::/48", + "2a02:e982:6::/47", + "2a02:e982:9::/48", + "2a02:e982:a::/48", + "2a02:e982:d::/48", + "2a02:e982:e::/47", "2a03:10e0::/47", + "42.200.61.0/24", + "45.162.0.0/24", "45.223.0.0/16", - "45.223.186.0/24", - "45.223.42.0/24", + "45.223.0.0/21", + "45.223.11.0/24", + "45.223.128.0/19", + "45.223.14.0/23", + "45.223.16.0/20", + "45.223.160.0/20", + "45.223.176.0/21", + "45.223.184.0/22", + "45.223.191.0/24", + "45.223.192.0/21", + "45.223.202.0/23", + "45.223.204.0/22", + "45.223.215.0/24", + "45.223.216.0/22", + "45.223.220.0/23", + "45.223.225.0/24", + "45.223.226.0/24", + "45.223.228.0/22", + "45.223.232.0/22", + "45.223.236.0/23", + "45.223.240.0/21", + "45.223.248.0/24", + "45.223.250.0/24", + "45.223.253.0/24", + "45.223.32.0/19", + "45.223.64.0/20", + "45.223.8.0/23", + "45.223.81.0/24", + "45.223.82.0/23", + "45.223.84.0/22", + "45.223.88.0/21", + "45.223.96.0/19", "45.60.0.0/16", - "45.64.64.0/22" + "45.60.0.0/21", + "45.60.11.0/24", + "45.60.112.0/22", + "45.60.116.0/24", + "45.60.119.0/24", + "45.60.12.0/22", + "45.60.120.0/21", + "45.60.128.0/19", + "45.60.16.0/21", + "45.60.160.0/21", + "45.60.168.0/22", + "45.60.172.0/23", + "45.60.175.0/24", + "45.60.176.0/22", + "45.60.180.0/23", + "45.60.182.0/24", + "45.60.185.0/24", + "45.60.186.0/23", + "45.60.188.0/22", + "45.60.192.0/24", + "45.60.195.0/24", + "45.60.196.0/22", + "45.60.200.0/21", + "45.60.208.0/23", + "45.60.210.0/24", + "45.60.212.0/23", + "45.60.215.0/24", + "45.60.216.0/24", + "45.60.220.0/22", + "45.60.224.0/24", + "45.60.228.0/24", + "45.60.230.0/23", + "45.60.232.0/23", + "45.60.234.0/24", + "45.60.238.0/24", + "45.60.24.0/23", + "45.60.240.0/20", + "45.60.26.0/24", + "45.60.28.0/24", + "45.60.30.0/23", + "45.60.32.0/21", + "45.60.40.0/24", + "45.60.42.0/24", + "45.60.44.0/22", + "45.60.48.0/21", + "45.60.56.0/24", + "45.60.58.0/24", + "45.60.60.0/22", + "45.60.64.0/19", + "45.60.8.0/24", + "45.60.96.0/20", + "45.64.64.0/22", + "45.64.64.0/24", + "45.64.66.0/23" ], "domains": [ "imperva.com" ], - "last_updated": 1766077245.6635113, + "last_updated": 1768864911.843932, "long_description": "A cybersecurity company that provides web application firewall, DDoS protection, and data security solutions.", "name": "Imperva", "org_ids": [ - "IMPER-62-ARIN" + "IMPER-62-ARIN", + "INCAP-5-ARIN" ], "regexes": {}, "short_description": "Imperva", @@ -48119,14 +48791,11 @@ "104.129.128.0/22", "104.225.140.0/22", "104.238.212.0/22", - "108.165.248.0/24", - "108.165.94.0/24", "113.30.148.0/22", "113.30.188.0/22", "114.29.236.0/22", "136.0.211.0/24", "136.0.246.0/24", - "136.0.59.0/24", "138.128.240.0/21", "139.177.156.0/24", "142.111.172.0/24", @@ -48181,7 +48850,6 @@ "199.19.72.0/22", "199.244.48.0/22", "2.59.118.0/24", - "205.186.67.0/24", "207.126.160.0/23", "207.126.162.0/24", "207.126.166.0/23", @@ -48192,8 +48860,9 @@ "213.255.209.0/24", "213.255.227.0/24", "213.255.247.0/24", - "23.27.158.0/24", - "23.27.4.0/23", + "23.26.131.0/24", + "23.26.37.0/24", + "23.27.180.0/24", "2401:df40:1::/48", "2401:df40:2::/48", "2402:da80:100::/48", @@ -48221,7 +48890,7 @@ "45.130.164.0/22", "45.147.248.0/22", "45.151.152.0/22", - "45.248.36.0/24", + "45.248.36.0/23", "45.61.48.0/21", "45.61.56.0/22", "45.61.60.0/23", @@ -48229,8 +48898,6 @@ "45.83.41.0/24", "45.91.168.0/22", "5.180.180.0/22", - "50.114.110.0/24", - "50.114.21.0/24", "52.144.44.0/22", "63.250.56.0/22", "63.250.60.0/24", @@ -48258,15 +48925,15 @@ "83.229.75.0/24", "83.229.82.0/23", "83.229.84.0/22", + "91.202.170.0/24", "91.223.169.0/24", "91.223.236.0/24", - "93.93.205.0/24", - "96.126.146.0/24" + "93.93.205.0/24" ], "domains": [ "kamatera.com" ], - "last_updated": 1766077406.213369, + "last_updated": 1768864927.843953, "long_description": "A cloud infrastructure provider offering virtual private servers, cloud servers, and managed cloud services.", "name": "Kamatera", "org_ids": [ @@ -48295,6 +48962,7 @@ "1.201.151.0/24", "1.201.152.0/21", "1.201.65.0/24", + "1.201.66.0/24", "103.131.164.0/24", "103.230.59.0/24", "103.6.100.0/22", @@ -48426,7 +49094,7 @@ "63.105.192.0/20" ], "domains": [], - "last_updated": 1767754952.1961405, + "last_updated": 1768864923.3064597, "long_description": "A Korean content delivery network and cloud infrastructure provider.", "name": "Kinx", "org_ids": [ @@ -48446,16 +49114,26 @@ ], "cidrs": [ "110.14.170.0/24", + "110.14.172.0/24", + "119.201.210.0/23", "14.63.187.0/24", "14.63.188.0/24", + "203.251.80.0/23", "210.180.83.0/24", "210.180.94.0/23", + "211.195.8.0/23", + "211.224.128.0/23", + "211.224.130.0/24", "211.56.126.0/23", + "218.150.78.0/23", + "220.89.62.0/24", + "221.157.125.0/24", + "59.23.228.0/22", "61.100.71.0/24", "61.100.72.0/24" ], "domains": [], - "last_updated": 1767754937.3556323, + "last_updated": 1768864913.0742269, "long_description": "A Korean cloud computing service provided by KT Corporation.", "name": "Ktcloud", "org_ids": [ @@ -48472,14 +49150,26 @@ "asns": [ 7203, 15003, + 16265, 19148, 25847, 27411, 28753, 30633, + 32613, + 32804, + 38930, + 40699, + 59253, + 60626, 60781, + 133752, 134351, 136988, + 202134, + 203774, + 203928, + 205544, 393886, 394380, 395954, @@ -48696,6 +49386,19 @@ "149.18.101.0/24", "149.33.33.0/24", "151.242.208.0/23", + "152.163.104.0/22", + "152.163.124.0/22", + "152.163.128.0/19", + "152.163.16.0/20", + "152.163.160.0/22", + "152.163.168.0/21", + "152.163.176.0/20", + "152.163.192.0/18", + "152.163.32.0/19", + "152.163.4.0/22", + "152.163.64.0/19", + "152.163.8.0/22", + "152.163.96.0/22", "152.89.251.0/24", "154.16.104.0/24", "154.17.148.0/24", @@ -48865,7 +49568,7 @@ "185.145.60.0/22", "185.155.200.0/22", "185.155.200.0/24", - "185.155.202.0/23", + "185.155.202.0/24", "185.155.52.0/24", "185.164.56.0/24", "185.164.58.0/24", @@ -48965,7 +49668,7 @@ "193.32.23.0/24", "193.32.8.0/24", "193.39.142.0/23", - "193.39.208.0/23", + "193.39.209.0/24", "193.41.114.0/23", "193.41.122.0/23", "193.41.38.0/23", @@ -48974,7 +49677,6 @@ "193.43.92.0/24", "193.5.125.0/24", "193.5.145.0/24", - "193.5.251.0/24", "193.5.255.0/24", "193.5.64.0/24", "193.58.108.0/22", @@ -49035,6 +49737,7 @@ "199.102.224.0/21", "199.115.112.0/21", "199.167.40.0/21", + "199.175.162.0/24", "199.180.8.0/22", "199.223.208.0/22", "199.223.212.0/24", @@ -49224,6 +49927,7 @@ "2404:bb40::/32", "2405:a280:22::/48", "2405:a280:32::/48", + "2602:299::/44", "2604:9a00::/32", "2605:fe80::/32", "2606:4e00::/32", @@ -49250,7 +49954,6 @@ "2a00:ec8:c00::/44", "2a00:fc80::/48", "2a01:198:ff00::/40", - "2a01:9260::/32", "2a01:b2e0::/29", "2a02:2870:8000::/33", "2a02:2871::/32", @@ -49279,7 +49982,6 @@ "2a05:35c0:2::/48", "2a05:35c0::/29", "2a05:3f40::/29", - "2a05:b900::/29", "2a06:1180:2::/48", "2a06:1181:11::/48", "2a06:1182::/32", @@ -49394,7 +50096,6 @@ "2a0f:2500::/29", "2a0f:2700:1::/48", "2a0f:2700:2::/48", - "2a0f:27c0::/29", "2a0f:2840::/29", "2a0f:2940::/29", "2a0f:2a40::/29", @@ -49407,7 +50108,6 @@ "2a0f:3140::/29", "2a0f:3240::/29", "2a0f:3540::/29", - "2a0f:3640::/29", "2a0f:3740::/29", "2a0f:39c0::/29", "2a0f:3d80::/48", @@ -49427,7 +50127,6 @@ "2a0f:7d04:1312::/48", "2a0f:7d06:33::/48", "2a0f:7d06:b::/48", - "2a0f:7f00::/29", "2a0f:8100::/29", "2a0f:8300::/29", "2a0f:8680::/29", @@ -49485,7 +50184,6 @@ "2a10:31c0::/29", "2a10:32c0::/29", "2a10:3340::/29", - "2a10:34c0::/29", "2a10:35c0::/29", "2a10:3740::/29", "2a10:37c0::/29", @@ -49523,6 +50221,7 @@ "2a12:d540::/29", "2a12:ecc0:33::/48", "2a12:ecc0:3::/48", + "2a12:ecc0:f8d9::/48", "2a12:ecc1::/32", "2a12:f440::/29", "2a12:f540::/29", @@ -49554,7 +50253,6 @@ "2a13:8c86:44::/48", "2a13:8c86:55::/48", "2a13:8c86:66::/48", - "2a13:9080::/29", "2a13:9480::/29", "2a13:c900:33::/48", "2a13:c901::/32", @@ -49633,7 +50331,6 @@ "43.249.36.0/22", "43.249.36.0/22", "45.117.55.0/24", - "45.118.249.0/24", "45.118.250.0/23", "45.123.146.0/23", "45.128.27.0/24", @@ -49659,7 +50356,6 @@ "45.135.38.0/24", "45.136.175.0/24", "45.136.228.0/22", - "45.137.119.0/24", "45.137.61.0/24", "45.137.62.0/23", "45.137.80.0/24", @@ -49678,7 +50374,8 @@ "45.142.30.0/24", "45.145.12.0/22", "45.145.15.0/24", - "45.145.56.0/22", + "45.145.57.0/24", + "45.145.58.0/23", "45.146.129.0/24", "45.146.181.0/24", "45.146.182.0/23", @@ -49693,7 +50390,7 @@ "45.151.100.0/24", "45.151.103.0/24", "45.151.105.0/24", - "45.151.106.0/23", + "45.151.107.0/24", "45.152.196.0/23", "45.152.199.0/24", "45.152.200.0/23", @@ -49971,12 +50668,11 @@ "95.168.176.0/20", "95.168.186.0/23", "95.211.0.0/16", - "96.9.121.0/24", "96.9.210.0/24", "96.9.228.0/23" ], "domains": [], - "last_updated": 1766328534.4180818, + "last_updated": 1768864914.4302015, "long_description": "A global hosting and cloud infrastructure provider offering dedicated servers, cloud hosting, and CDN services.", "name": "Leaseweb", "org_ids": [ @@ -50174,7 +50870,7 @@ "61.43.236.0/24" ], "domains": [], - "last_updated": 1767754937.29719, + "last_updated": 1768864913.0196655, "long_description": "A Korean telecommunications company offering CDN services.", "name": "Lgtelecom", "org_ids": [ @@ -50262,27 +50958,10 @@ "1.186.0.0/16", "102.133.0.0/16", "102.133.0.0/16", - "102.133.0.0/18", - "102.133.112.0/28", - "102.133.120.0/21", - "102.133.128.0/18", - "102.133.192.0/19", - "102.133.224.0/20", - "102.133.240.0/25", - "102.133.240.128/26", - "102.133.248.0/21", - "102.133.64.0/19", - "102.133.96.0/20", "102.211.187.0/24", "102.223.214.0/24", "102.37.0.0/16", "102.37.0.0/16", - "102.37.0.0/20", - "102.37.16.0/21", - "102.37.24.0/23", - "102.37.32.0/19", - "102.37.64.0/20", - "102.37.96.0/19", "103.103.44.0/22", "103.131.148.0/23", "103.155.245.0/24", @@ -50301,39 +50980,9 @@ "104.193.126.0/24", "104.204.254.0/24", "104.208.0.0/13", - "104.208.0.0/16", - "104.209.0.0/18", - "104.209.128.0/17", - "104.209.64.0/19", - "104.210.0.0/20", - "104.210.128.0/19", - "104.210.176.0/20", - "104.210.192.0/19", - "104.210.32.0/19", - "104.210.64.0/18", - "104.211.0.0/16", - "104.214.0.0/15", "104.237.40.0/24", "104.40.0.0/13", - "104.40.0.0/14", - "104.44.128.0/18", - "104.44.88.0/21", - "104.45.0.0/16", - "104.46.0.0/20", - "104.46.160.0/19", - "104.46.192.0/19", - "104.46.224.0/20", - "104.46.24.0/21", - "104.46.32.0/19", - "104.46.64.0/18", - "104.47.128.0/18", "104.47.19.0/24", - "104.47.200.0/21", - "104.47.208.0/21", - "104.47.216.64/26", - "104.47.218.0/23", - "104.47.220.0/22", - "104.47.224.0/20", "108.140.0.0/14", "108.161.110.0/24", "109.246.0.0/16", @@ -50342,9 +50991,6 @@ "111.221.29.0/24", "111.221.30.0/23", "111.221.64.0/18", - "111.221.78.0/23", - "111.221.80.0/20", - "111.221.96.0/20", "113.197.64.0/22", "115.42.47.0/24", "117.121.247.0/24", @@ -50362,34 +51008,8 @@ "129.135.0.0/16", "129.35.19.0/24", "13.104.0.0/14", - "13.104.129.0/24", - "13.104.144.0/20", - "13.104.192.0/21", - "13.104.208.0/20", + "13.104.80.0/23", "13.104.82.0/24", - "13.105.14.0/24", - "13.105.16.0/25", - "13.105.16.192/26", - "13.105.17.0/24", - "13.105.18.0/25", - "13.105.18.160/27", - "13.105.18.192/26", - "13.105.19.0/24", - "13.105.20.0/22", - "13.105.24.0/23", - "13.105.26.0/24", - "13.105.27.0/25", - "13.105.36.0/23", - "13.105.52.0/23", - "13.105.60.0/23", - "13.105.66.0/27", - "13.105.66.144/28", - "13.105.66.192/26", - "13.105.66.64/26", - "13.105.67.0/24", - "13.105.74.128/25", - "13.105.74.48/28", - "13.105.74.96/27", "13.107.12.0/22", "13.107.128.0/23", "13.107.137.0/24", @@ -50414,29 +51034,6 @@ "13.254.4.0/24", "13.254.64.0/24", "13.64.0.0/11", - "13.64.0.0/13", - "13.72.192.0/18", - "13.72.64.0/18", - "13.73.0.0/18", - "13.73.128.0/18", - "13.73.192.0/20", - "13.73.224.0/19", - "13.73.96.0/19", - "13.74.0.0/15", - "13.76.0.0/16", - "13.77.0.0/17", - "13.77.128.0/18", - "13.77.192.0/19", - "13.78.0.0/15", - "13.80.0.0/13", - "13.88.0.0/17", - "13.88.128.0/18", - "13.88.200.0/21", - "13.88.208.0/20", - "13.88.224.0/19", - "13.89.0.0/16", - "13.90.0.0/15", - "13.92.0.0/14", "130.107.0.0/16", "130.115.248.0/21", "130.131.0.0/16", @@ -50449,62 +51046,13 @@ "131.253.1.0/24", "131.253.112.0/21", "131.253.12.0/22", - "131.253.12.16/28", - "131.253.12.160/27", - "131.253.12.192/27", - "131.253.12.224/29", - "131.253.12.248/29", - "131.253.12.40/29", - "131.253.12.48/29", "131.253.120.0/22", "131.253.128.0/17", - "131.253.13.0/26", - "131.253.13.104/30", - "131.253.13.128/27", - "131.253.13.72/29", - "131.253.13.80/29", - "131.253.13.88/30", - "131.253.13.96/29", - "131.253.14.128/26", - "131.253.14.16/28", - "131.253.14.192/29", - "131.253.14.208/28", - "131.253.14.224/28", - "131.253.14.248/29", - "131.253.14.32/27", - "131.253.14.4/30", - "131.253.14.64/29", - "131.253.14.8/31", - "131.253.14.96/27", - "131.253.15.16/28", - "131.253.15.192/26", - "131.253.15.32/27", - "131.253.15.8/29", "131.253.21.0/24", "131.253.24.0/21", - "131.253.24.0/28", - "131.253.24.160/27", - "131.253.24.192/26", - "131.253.25.0/24", - "131.253.27.0/24", "131.253.3.0/24", "131.253.32.0/20", "131.253.33.0/24", - "131.253.34.224/27", - "131.253.35.128/25", - "131.253.36.128/26", - "131.253.36.224/27", - "131.253.38.0/26", - "131.253.38.128/26", - "131.253.38.224/27", - "131.253.40.0/27", - "131.253.40.128/27", - "131.253.40.160/28", - "131.253.40.192/26", - "131.253.40.32/28", - "131.253.40.48/29", - "131.253.40.64/26", - "131.253.41.0/24", "131.253.5.0/24", "131.253.6.0/24", "131.253.61.0/24", @@ -50520,10 +51068,6 @@ "134.138.0.0/16", "134.149.0.0/16", "134.170.0.0/16", - "134.170.192.0/21", - "134.170.220.0/23", - "134.170.222.0/24", - "134.170.80.64/28", "134.33.0.0/16", "135.116.0.0/16", "135.119.0.0/16", @@ -50558,13 +51102,6 @@ "135.88.0.0/16", "135.93.0.0/16", "137.116.0.0/15", - "137.116.0.0/18", - "137.116.112.0/20", - "137.116.128.0/17", - "137.116.64.0/19", - "137.116.96.0/22", - "137.117.0.0/16", - "137.135.0.0/16", "137.135.0.0/16", "137.162.0.0/16", "137.70.152.0/24", @@ -50580,7 +51117,6 @@ "138.32.112.0/24", "138.32.114.0/24", "138.91.0.0/16", - "138.91.0.0/16", "139.188.0.0/16", "140.150.226.0/23", "141.11.196.0/24", @@ -50611,6 +51147,7 @@ "145.190.32.0/20", "145.190.48.0/21", "145.190.56.0/22", + "145.190.61.0/24", "145.190.62.0/24", "145.190.66.0/23", "145.190.68.0/24", @@ -50657,6 +51194,7 @@ "151.244.66.0/23", "152.138.0.0/16", "152.228.48.0/23", + "152.38.156.0/24", "153.65.20.0/24", "153.65.71.0/24", "155.231.208.0/23", @@ -50677,76 +51215,7 @@ "157.252.0.0/16", "157.31.0.0/16", "157.54.0.0/15", - "157.55.10.160/29", - "157.55.10.176/28", - "157.55.10.192/26", - "157.55.103.128/25", - "157.55.103.32/27", - "157.55.106.0/26", - "157.55.106.128/25", - "157.55.107.0/24", - "157.55.108.0/22", - "157.55.11.128/25", - "157.55.115.0/25", - "157.55.12.128/26", - "157.55.12.64/26", - "157.55.13.128/26", - "157.55.13.64/26", - "157.55.136.0/21", - "157.55.151.0/28", - "157.55.153.224/28", - "157.55.154.128/25", - "157.55.160.0/19", - "157.55.192.0/21", - "157.55.2.128/26", - "157.55.200.0/22", - "157.55.204.1/32", - "157.55.204.128/25", - "157.55.204.2/31", - "157.55.204.33/32", - "157.55.204.34/31", - "157.55.208.0/21", - "157.55.24.0/21", - "157.55.248.0/21", - "157.55.3.0/24", - "157.55.37.0/24", - "157.55.38.0/23", - "157.55.48.0/24", - "157.55.50.0/25", - "157.55.51.224/28", - "157.55.55.0/27", - "157.55.55.100/30", - "157.55.55.104/29", - "157.55.55.136/29", - "157.55.55.144/28", - "157.55.55.160/28", - "157.55.55.176/29", - "157.55.55.200/29", - "157.55.55.216/29", - "157.55.55.228/30", - "157.55.55.232/29", - "157.55.55.240/28", - "157.55.55.32/28", - "157.55.60.224/27", - "157.55.64.0/20", - "157.55.7.128/26", - "157.55.8.144/28", - "157.55.8.64/26", - "157.55.80.0/21", "157.56.0.0/14", - "157.56.117.64/27", - "157.56.160.0/21", - "157.56.176.0/21", - "157.56.19.224/27", - "157.56.2.0/23", - "157.56.21.160/27", - "157.56.21.192/27", - "157.56.216.0/26", - "157.56.24.160/27", - "157.56.24.192/28", - "157.56.28.0/22", - "157.56.8.0/21", - "157.56.80.0/25", "157.58.192.0/19", "157.58.216.0/24", "157.58.31.0/24", @@ -50785,6 +51254,7 @@ "163.199.84.0/23", "163.57.0.0/16", "163.61.89.0/24", + "164.47.80.0/23", "164.75.128.0/22", "164.75.132.0/23", "165.125.48.0/21", @@ -50815,47 +51285,7 @@ "167.92.212.0/24", "168.137.64.0/20", "168.61.0.0/16", - "168.61.0.0/17", - "168.61.128.0/25", - "168.61.128.128/28", - "168.61.128.160/27", - "168.61.128.192/26", - "168.61.129.0/25", - "168.61.129.128/26", - "168.61.129.208/28", - "168.61.129.224/27", - "168.61.130.128/25", - "168.61.130.64/26", - "168.61.131.0/26", - "168.61.131.128/25", - "168.61.132.0/26", - "168.61.136.0/21", - "168.61.144.0/20", - "168.61.160.0/19", - "168.61.208.0/20", "168.62.0.0/15", - "168.62.0.0/16", - "168.63.0.0/18", - "168.63.128.0/24", - "168.63.129.0/28", - "168.63.129.128/25", - "168.63.129.32/27", - "168.63.129.64/26", - "168.63.130.0/23", - "168.63.132.0/22", - "168.63.136.0/21", - "168.63.148.0/22", - "168.63.152.0/22", - "168.63.156.0/24", - "168.63.160.0/19", - "168.63.192.0/18", - "168.63.64.0/20", - "168.63.80.0/21", - "168.63.88.0/23", - "168.63.90.0/24", - "168.63.91.0/26", - "168.63.92.0/22", - "168.63.96.0/19", "168.98.112.0/21", "169.138.0.0/16", "170.110.229.0/24", @@ -50902,7 +51332,6 @@ "185.192.184.0/23", "185.195.244.0/23", "185.209.208.0/23", - "185.211.208.0/22", "185.211.208.0/24", "185.222.140.0/22", "185.236.221.0/24", @@ -50920,63 +51349,6 @@ "188.255.174.0/23", "188.94.190.0/24", "191.232.0.0/13", - "191.232.138.0/23", - "191.232.140.0/24", - "191.232.16.0/21", - "191.232.160.0/19", - "191.232.192.0/18", - "191.232.32.0/19", - "191.233.0.0/19", - "191.233.112.0/21", - "191.233.128.0/17", - "191.233.32.0/20", - "191.233.48.0/21", - "191.233.64.0/19", - "191.233.96.0/20", - "191.234.128.0/17", - "191.234.16.0/20", - "191.234.2.0/23", - "191.234.32.0/19", - "191.235.128.0/18", - "191.235.192.0/19", - "191.235.224.0/20", - "191.235.240.0/21", - "191.235.248.0/23", - "191.235.250.0/25", - "191.235.255.0/24", - "191.235.32.0/19", - "191.235.64.0/18", - "191.236.0.0/16", - "191.237.0.0/17", - "191.237.128.0/18", - "191.237.192.0/22", - "191.237.196.0/24", - "191.237.200.0/21", - "191.237.208.0/20", - "191.237.224.0/21", - "191.237.232.0/22", - "191.237.236.0/24", - "191.237.238.0/24", - "191.237.240.0/23", - "191.237.248.0/21", - "191.238.0.0/18", - "191.238.128.0/21", - "191.238.144.0/20", - "191.238.160.0/19", - "191.238.192.0/18", - "191.238.64.0/22", - "191.238.68.0/24", - "191.238.70.0/23", - "191.238.80.0/21", - "191.238.88.0/22", - "191.238.92.0/23", - "191.238.96.0/19", - "191.239.0.0/17", - "191.239.160.0/19", - "191.239.192.0/22", - "191.239.200.0/21", - "191.239.208.0/20", - "191.239.224.0/19", "192.0.58.0/23", "192.100.104.0/21", "192.100.112.0/20", @@ -51005,7 +51377,6 @@ "193.134.96.0/24", "193.135.41.0/24", "193.149.64.0/19", - "193.149.64.0/19", "193.17.104.0/23", "193.17.106.0/24", "193.17.108.0/23", @@ -51047,8 +51418,6 @@ "195.88.21.0/24", "198.105.232.0/22", "198.167.255.0/24", - "198.180.97.0/25", - "198.180.97.128/26", "198.185.5.0/24", "198.186.172.0/24", "198.200.130.0/24", @@ -51080,30 +51449,15 @@ "199.189.36.0/23", "199.189.38.0/24", "199.21.128.0/24", - "199.229.48.0/23", - "199.229.50.0/24", + "199.229.48.0/22", "199.233.162.0/24", "199.242.32.0/20", "199.242.48.0/21", "199.247.205.0/24", "199.248.124.0/24", - "199.255.253.0/24", "199.26.109.0/24", "199.27.231.0/24", "199.30.16.0/20", - "199.30.16.0/24", - "199.30.18.0/23", - "199.30.20.0/24", - "199.30.22.0/24", - "199.30.24.0/23", - "199.30.27.0/25", - "199.30.27.144/28", - "199.30.27.160/27", - "199.30.28.128/25", - "199.30.28.64/26", - "199.30.29.0/24", - "199.30.31.0/25", - "199.30.31.192/26", "199.30.88.0/22", "199.34.122.0/24", "199.34.97.0/24", @@ -51120,43 +51474,16 @@ "2.58.103.0/24", "20.0.0.0/11", "20.135.0.0/16", - "20.135.0.0/20", - "20.135.16.0/21", - "20.135.24.0/22", "20.136.0.0/17", "20.140.0.0/15", "20.143.0.0/16", "20.150.0.0/15", - "20.150.0.0/20", - "20.150.100.0/22", - "20.150.104.0/22", - "20.150.108.0/24", - "20.150.110.0/23", - "20.150.112.0/21", - "20.150.121.0/24", - "20.150.122.0/23", - "20.150.124.0/22", - "20.150.16.0/21", - "20.150.24.0/22", - "20.150.28.0/23", - "20.150.31.0/24", - "20.150.32.0/21", - "20.150.40.0/22", - "20.150.46.0/23", - "20.150.48.0/21", - "20.150.56.0/24", - "20.150.58.0/23", - "20.150.60.0/22", - "20.150.66.0/23", - "20.150.68.0/22", - "20.150.72.0/21", - "20.150.80.0/20", - "20.150.96.0/24", - "20.150.98.0/24", - "20.151.0.0/17", "20.152.0.0/15", "20.153.0.0/22", "20.153.100.0/24", + "20.153.103.0/24", + "20.153.105.0/24", + "20.153.107.0/24", "20.153.12.0/23", "20.153.128.0/21", "20.153.136.0/22", @@ -51185,14 +51512,16 @@ "20.153.47.0/24", "20.153.48.0/22", "20.153.55.0/24", + "20.153.57.0/24", "20.153.60.0/23", "20.153.63.0/24", - "20.153.64.0/24", - "20.153.86.0/24", + "20.153.64.0/23", + "20.153.86.0/23", "20.153.88.0/23", "20.153.90.0/24", + "20.153.97.0/24", + "20.153.99.0/24", "20.157.0.0/16", - "20.157.0.0/20", "20.157.100.0/24", "20.157.102.0/23", "20.157.104.0/21", @@ -51215,6 +51544,7 @@ "20.157.186.0/24", "20.157.191.0/24", "20.157.192.0/21", + "20.157.2.0/23", "20.157.200.0/22", "20.157.204.0/23", "20.157.206.0/24", @@ -51231,52 +51561,18 @@ "20.157.252.0/23", "20.157.255.0/24", "20.157.32.0/19", + "20.157.4.0/22", "20.157.64.0/21", "20.157.72.0/23", "20.157.75.0/24", "20.157.76.0/22", + "20.157.8.0/21", "20.157.80.0/20", "20.157.96.0/22", "20.158.0.0/15", "20.160.0.0/12", "20.184.0.0/13", - "20.184.0.0/15", - "20.186.0.0/16", - "20.187.0.0/17", - "20.187.128.0/18", - "20.187.192.0/21", - "20.187.224.0/19", - "20.188.0.0/15", - "20.190.0.0/17", - "20.190.128.0/19", - "20.190.160.0/20", - "20.190.176.0/22", - "20.190.180.0/24", - "20.190.183.0/24", - "20.190.184.0/22", - "20.190.188.0/23", - "20.190.192.0/18", - "20.191.0.0/16", "20.192.0.0/10", - "20.192.0.0/19", - "20.192.184.0/21", - "20.192.40.0/21", - "20.192.64.0/19", - "20.192.96.0/21", - "20.193.0.0/17", - "20.193.224.0/19", - "20.194.0.0/18", - "20.194.128.0/17", - "20.194.64.0/21", - "20.194.96.0/19", - "20.195.0.0/18", - "20.195.128.0/22", - "20.195.136.0/21", - "20.195.144.0/21", - "20.195.160.0/19", - "20.195.192.0/18", - "20.196.0.0/17", - "20.196.128.0/18", "20.33.0.0/16", "20.33.0.0/22", "20.33.100.0/22", @@ -51325,7 +51621,7 @@ "20.33.234.0/23", "20.33.236.0/22", "20.33.241.0/24", - "20.33.243.0/24", + "20.33.242.0/23", "20.33.244.0/22", "20.33.248.0/21", "20.33.32.0/19", @@ -51341,99 +51637,28 @@ "20.33.99.0/24", "20.34.0.0/15", "20.36.0.0/14", - "20.36.0.0/15", - "20.38.104.0/22", - "20.38.108.0/23", - "20.38.112.0/22", - "20.38.116.0/23", - "20.38.118.0/24", - "20.38.120.0/21", - "20.38.128.0/19", - "20.38.184.0/21", - "20.38.192.0/21", - "20.38.200.0/22", - "20.38.208.0/22", - "20.38.64.0/19", - "20.38.96.0/21", - "20.39.0.0/16", "20.39.58.0/23", "20.40.0.0/13", - "20.40.0.0/20", - "20.40.128.0/17", - "20.40.16.0/21", - "20.40.32.0/19", - "20.40.64.0/18", - "20.41.0.0/16", - "20.42.0.0/16", - "20.43.0.0/18", - "20.43.120.0/21", - "20.43.128.0/17", - "20.43.64.0/19", - "20.43.96.0/20", - "20.44.128.0/17", - "20.44.16.0/20", - "20.44.32.0/19", - "20.44.64.0/18", - "20.44.8.0/21", - "20.45.0.0/18", - "20.45.120.0/21", - "20.45.128.0/17", "20.45.128.0/20", - "20.45.64.0/19", - "20.46.0.0/18", - "20.46.144.0/20", - "20.46.160.0/19", - "20.46.192.0/18", - "20.46.96.0/19", - "20.47.0.0/16", + "20.47.0.0/19", + "20.47.32.0/23", + "20.47.34.0/24", + "20.47.37.0/24", + "20.47.38.0/23", + "20.47.40.0/22", + "20.47.44.0/23", + "20.47.48.0/22", + "20.47.53.0/24", + "20.47.56.0/21", + "20.47.64.0/21", + "20.47.74.0/23", + "20.47.76.0/22", + "20.47.80.0/21", + "20.47.88.0/23", + "20.47.92.0/23", + "20.47.96.0/19", "20.48.0.0/12", - "20.48.0.0/17", - "20.48.128.0/18", - "20.48.192.0/21", - "20.49.0.0/18", - "20.49.128.0/17", - "20.49.88.0/21", - "20.49.96.0/19", - "20.50.0.0/18", - "20.50.128.0/17", - "20.50.64.0/20", - "20.50.96.0/19", - "20.51.0.0/20", - "20.51.128.0/17", - "20.51.16.0/21", - "20.51.32.0/19", - "20.51.64.0/18", - "20.52.0.0/18", - "20.52.128.0/18", - "20.52.64.0/20", - "20.53.0.0/19", - "20.53.128.0/17", - "20.53.32.0/28", - "20.53.40.0/21", - "20.53.64.0/18", - "20.54.0.0/15", - "20.56.0.0/14", - "20.60.0.0/23", - "20.60.10.0/23", - "20.60.12.0/23", - "20.60.128.0/22", - "20.60.132.0/23", - "20.60.15.0/24", - "20.60.16.0/20", - "20.60.2.0/24", - "20.60.32.0/22", - "20.60.36.0/23", - "20.60.4.0/24", - "20.60.40.0/23", - "20.60.6.0/23", - "20.60.8.0/24", - "20.61.0.0/16", - "20.62.0.0/16", - "20.63.0.0/18", - "20.63.128.0/18", "20.64.0.0/10", - "20.64.0.0/15", - "20.66.0.0/17", "2001:3bc0:b1d::/48", "2001:4898::/32", "2001:4898:b080::/48", @@ -51469,14 +51694,11 @@ "204.152.95.0/24", "204.154.190.0/24", "204.194.56.0/22", - "204.209.18.0/24", "204.209.219.0/24", - "204.231.197.0/24", "204.239.54.0/24", "204.76.110.0/23", "204.79.135.0/24", "204.79.179.0/24", - "204.79.180.0/24", "204.79.195.0/24", "204.79.197.0/24", "204.79.252.0/24", @@ -51486,54 +51708,29 @@ "205.135.212.0/23", "205.143.44.0/23", "206.109.76.0/24", + "206.130.81.0/24", "206.138.168.0/21", "206.191.224.0/19", "206.203.123.0/24", "206.203.88.0/22", "206.203.92.0/23", - "206.209.107.0/24", "206.251.32.0/23", "206.41.48.0/24", "206.53.54.0/24", "207.103.0.0/16", "207.174.51.0/24", "207.46.0.0/19", - "207.46.126.0/24", "207.46.128.0/17", - "207.46.128.0/19", - "207.46.13.0/24", - "207.46.193.192/28", - "207.46.193.224/27", - "207.46.198.128/25", - "207.46.200.176/28", - "207.46.200.96/27", - "207.46.202.128/28", - "207.46.205.0/24", - "207.46.224.0/20", "207.46.36.0/22", "207.46.40.0/21", "207.46.48.0/20", - "207.46.50.128/28", - "207.46.59.64/27", - "207.46.63.128/25", - "207.46.63.64/27", "207.46.64.0/18", - "207.46.67.160/27", - "207.46.67.192/27", - "207.46.72.0/27", - "207.46.77.224/28", - "207.46.87.0/24", - "207.46.89.16/28", - "207.46.95.32/27", "207.68.128.0/18", - "207.68.174.184/29", - "207.68.174.192/27", - "207.68.174.40/29", - "207.68.174.48/29", "208.103.174.0/24", "208.56.2.0/24", "208.64.87.0/24", "208.66.228.0/24", + "208.66.231.0/24", "208.68.136.0/21", "208.74.229.0/24", "208.74.231.0/24", @@ -51552,7 +51749,6 @@ "209.151.121.0/24", "209.199.0.0/16", "209.240.192.0/19", - "209.240.212.0/23", "209.251.248.0/24", "209.51.100.0/24", "209.94.81.0/24", @@ -51564,11 +51760,6 @@ "213.109.150.0/24", "213.156.248.0/23", "213.199.128.0/18", - "213.199.128.0/20", - "213.199.180.192/27", - "213.199.180.32/28", - "213.199.180.96/27", - "213.199.183.0/24", "213.218.36.0/23", "213.218.48.0/22", "213.54.0.0/16", @@ -51590,41 +51781,11 @@ "217.176.0.0/16", "217.71.189.0/24", "23.100.0.0/15", - "23.100.0.0/17", - "23.100.128.0/18", - "23.100.224.0/19", - "23.101.0.0/19", - "23.101.112.0/20", - "23.101.128.0/17", - "23.101.32.0/21", - "23.101.48.0/20", - "23.101.64.0/20", - "23.101.80.0/21", - "23.102.0.0/16", "23.102.0.0/16", "23.103.128.0/17", "23.103.160.0/20", "23.103.64.0/18", - "23.103.64.32/27", - "23.103.64.64/27", - "23.103.66.0/23", "23.96.0.0/14", - "23.96.0.0/16", - "23.97.112.0/25", - "23.97.112.128/28", - "23.97.116.0/22", - "23.97.120.0/21", - "23.97.128.0/17", - "23.97.48.0/20", - "23.97.64.0/19", - "23.97.96.0/20", - "23.98.128.0/17", - "23.98.32.0/20", - "23.98.48.0/21", - "23.98.56.0/24", - "23.98.57.64/26", - "23.98.64.0/18", - "23.99.0.0/16", "2401:ef40::/48", "2402:7d80:8888::/48", "2402:7d80::/48", @@ -51721,7 +51882,6 @@ "2a01:111:f000::/36", "2a01:e900:f0::/48", "2a02:d21::/48", - "2a03:21e0::/48", "2a03:52a0:183::/48", "2a04:9a00:1480::/48", "2a04:9a00:1484::/48", @@ -51762,56 +51922,13 @@ "40.108.128.0/17", "40.110.0.0/15", "40.112.0.0/13", - "40.112.128.0/17", - "40.112.36.0/23", - "40.112.38.192/26", - "40.112.39.0/25", - "40.112.39.128/26", - "40.112.48.0/20", - "40.112.64.0/18", - "40.113.0.0/16", - "40.114.0.0/15", - "40.116.0.0/15", - "40.118.0.0/16", - "40.119.0.0/18", - "40.119.104.0/21", - "40.119.128.0/17", - "40.119.64.0/20", - "40.119.80.0/21", - "40.119.92.0/22", - "40.119.96.0/22", "40.120.0.0/14", - "40.120.0.0/17", - "40.121.0.0/16", - "40.122.0.0/16", - "40.123.0.0/17", - "40.123.128.0/22", - "40.123.192.0/18", "40.124.0.0/16", "40.125.0.0/17", - "40.125.0.0/17", "40.126.0.0/18", - "40.126.0.0/19", "40.126.128.0/17", - "40.126.128.0/18", - "40.126.192.0/22", - "40.126.197.0/24", - "40.126.198.0/24", - "40.126.200.0/23", - "40.126.207.0/24", - "40.126.208.0/20", - "40.126.224.0/19", - "40.126.32.0/20", - "40.126.48.0/22", - "40.126.52.0/24", - "40.126.55.0/24", - "40.126.56.0/22", - "40.126.60.0/23", "40.127.0.0/16", "40.127.0.0/19", - "40.127.128.0/17", - "40.127.64.0/19", - "40.127.96.0/20", "40.146.0.0/16", "40.148.0.0/16", "40.155.0.0/16", @@ -51822,257 +51939,15 @@ "40.253.0.0/16", "40.47.0.0/16", "40.64.0.0/15", - "40.64.128.0/21", - "40.64.64.0/18", - "40.65.0.0/16", "40.65.67.0/24", "40.66.0.0/17", - "40.66.120.0/21", - "40.66.32.0/19", "40.67.0.0/16", - "40.67.120.0/21", - "40.67.128.0/17", "40.68.0.0/14", - "40.68.0.0/16", - "40.69.0.0/17", - "40.69.128.0/18", - "40.69.192.0/19", - "40.70.0.0/18", - "40.70.128.0/17", - "40.70.64.0/20", - "40.70.80.0/21", - "40.70.88.0/28", - "40.71.0.0/16", "40.74.0.0/15", - "40.74.0.0/16", - "40.75.0.0/19", - "40.75.128.0/17", - "40.75.32.0/21", - "40.75.64.0/18", "40.76.0.0/14", - "40.76.0.0/16", - "40.77.0.0/17", - "40.77.128.0/21", - "40.77.136.0/26", - "40.77.136.128/25", - "40.77.136.64/27", - "40.77.136.96/28", - "40.77.137.0/25", - "40.77.137.128/26", - "40.77.137.192/27", - "40.77.138.0/23", - "40.77.160.0/22", - "40.77.164.0/23", - "40.77.166.0/25", - "40.77.166.128/28", - "40.77.166.160/27", - "40.77.166.192/26", - "40.77.167.0/24", - "40.77.168.0/22", - "40.77.172.0/23", - "40.77.174.0/24", - "40.77.175.0/25", - "40.77.175.128/26", - "40.77.175.192/27", - "40.77.175.240/28", - "40.77.176.0/20", - "40.77.192.0/21", - "40.77.200.0/23", - "40.77.202.0/24", - "40.77.224.0/21", - "40.77.232.0/22", - "40.77.236.0/26", - "40.77.236.128/26", - "40.77.236.192/28", - "40.77.236.80/28", - "40.77.236.96/27", - "40.77.237.0/24", - "40.77.240.0/22", - "40.77.245.0/24", - "40.77.246.0/23", - "40.77.248.0/22", - "40.77.252.0/23", - "40.77.254.0/26", - "40.77.254.128/25", - "40.77.255.0/24", - "40.78.0.0/17", - "40.78.128.0/18", - "40.78.192.0/20", - "40.78.208.0/27", - "40.78.208.32/30", - "40.78.208.48/28", - "40.78.208.64/28", - "40.78.209.0/24", - "40.78.210.0/23", - "40.78.214.0/24", - "40.78.216.0/21", - "40.78.224.0/19", - "40.79.0.0/21", - "40.79.128.0/18", - "40.79.16.0/20", - "40.79.192.0/21", - "40.79.201.0/24", - "40.79.202.0/23", - "40.79.208.0/20", - "40.79.232.0/21", - "40.79.240.0/20", - "40.79.32.0/20", - "40.79.48.0/27", - "40.79.48.32/28", - "40.79.49.0/24", - "40.79.56.0/21", - "40.79.64.0/20", - "40.79.8.0/27", - "40.79.8.32/28", - "40.79.8.64/27", - "40.79.8.96/28", - "40.79.80.0/21", - "40.79.88.0/27", - "40.79.88.32/28", - "40.79.89.0/24", - "40.79.9.0/24", - "40.79.90.0/24", - "40.79.91.0/28", - "40.79.92.0/24", - "40.79.93.0/28", - "40.79.94.0/24", - "40.79.95.0/28", - "40.79.96.0/19", "40.80.0.0/12", - "40.80.0.0/22", - "40.80.12.0/22", - "40.80.144.0/20", - "40.80.16.0/21", - "40.80.160.0/24", - "40.80.168.0/21", - "40.80.176.0/20", - "40.80.192.0/18", - "40.80.24.0/22", - "40.80.32.0/19", - "40.80.64.0/19", "40.80.71.0/24", - "40.80.96.0/20", - "40.81.0.0/16", - "40.82.0.0/18", - "40.82.128.0/17", - "40.82.64.0/21", - "40.82.72.0/22", - "40.82.84.0/22", - "40.82.88.0/21", - "40.82.96.0/19", - "40.83.0.0/16", - "40.84.0.0/15", - "40.86.0.0/16", - "40.87.0.0/17", - "40.87.128.0/19", - "40.87.160.0/21", - "40.87.168.0/23", - "40.87.170.0/25", - "40.87.170.128/26", - "40.87.170.192/27", - "40.87.170.224/29", - "40.87.170.232/31", - "40.87.172.0/22", - "40.87.176.0/25", - "40.87.176.128/27", - "40.87.176.160/29", - "40.87.176.174/31", - "40.87.176.184/30", - "40.87.176.192/28", - "40.87.176.216/29", - "40.87.176.224/29", - "40.87.176.232/31", - "40.87.176.240/28", - "40.87.177.112/29", - "40.87.177.120/31", - "40.87.177.124/30", - "40.87.177.128/28", - "40.87.177.144/29", - "40.87.177.152/31", - "40.87.177.156/30", - "40.87.177.16/28", - "40.87.177.160/27", - "40.87.177.192/29", - "40.87.177.200/30", - "40.87.177.212/30", - "40.87.177.216/29", - "40.87.177.32/27", - "40.87.177.64/27", - "40.87.177.96/28", - "40.87.180.0/29", - "40.87.180.12/31", - "40.87.180.8/30", - "40.87.182.0/23", - "40.87.184.0/21", - "40.87.192.0/19", - "40.87.224.0/20", "40.87.39.0/24", - "40.88.0.0/15", - "40.90.128.0/27", - "40.90.128.128/25", - "40.90.128.48/28", - "40.90.128.64/26", - "40.90.129.128/25", - "40.90.129.48/28", - "40.90.129.96/27", - "40.90.130.0/23", - "40.90.132.0/24", - "40.90.133.0/25", - "40.90.133.128/28", - "40.90.133.160/27", - "40.90.133.192/26", - "40.90.134.0/23", - "40.90.136.0/21", - "40.90.144.0/24", - "40.90.145.0/26", - "40.90.145.160/27", - "40.90.145.192/26", - "40.90.145.64/27", - "40.90.146.0/23", - "40.90.148.0/23", - "40.90.150.0/24", - "40.90.151.0/25", - "40.90.151.128/26", - "40.90.151.224/27", - "40.90.152.0/21", - "40.90.16.0/27", - "40.90.16.128/25", - "40.90.16.64/26", - "40.90.160.0/19", - "40.90.17.0/24", - "40.90.18.0/28", - "40.90.18.128/25", - "40.90.18.32/27", - "40.90.18.64/26", - "40.90.19.0/24", - "40.90.192.0/18", - "40.90.20.0/22", - "40.90.24.0/22", - "40.90.28.0/23", - "40.90.30.0/24", - "40.90.31.0/27", - "40.90.31.128/25", - "40.90.31.96/27", - "40.91.0.0/21", - "40.91.12.0/25", - "40.91.12.128/28", - "40.91.12.160/27", - "40.91.12.208/28", - "40.91.12.240/28", - "40.91.13.0/28", - "40.91.13.128/27", - "40.91.13.240/28", - "40.91.13.64/27", - "40.91.13.96/28", - "40.91.14.0/24", - "40.91.16.0/20", - "40.91.160.0/19", - "40.91.192.0/18", - "40.91.32.0/22", - "40.91.64.0/18", - "40.93.0.0/23", - "40.93.2.0/24", - "40.93.4.0/24", "40.95.86.0/23", "40.96.0.0/13", "45.143.224.0/23", @@ -52081,9 +51956,9 @@ "45.66.80.0/24", "45.8.43.0/24", "45.82.119.0/24", + "46.254.176.0/21", "46.29.242.0/24", "48.192.0.0/11", - "5.102.37.0/24", "5.23.34.0/24", "50.117.58.0/24", "50.117.87.0/24", @@ -52092,61 +51967,19 @@ "51.1.0.0/16", "51.10.0.0/15", "51.103.0.0/16", - "51.103.0.0/17", - "51.103.128.0/18", - "51.104.0.0/15", "51.104.0.0/15", "51.107.0.0/16", - "51.107.0.0/17", - "51.107.128.0/19", - "51.107.160.0/20", - "51.107.192.0/18", "51.109.0.0/16", - "51.11.0.0/16", "51.111.0.0/16", "51.116.0.0/16", - "51.116.0.0/16", "51.12.0.0/15", "51.120.0.0/16", - "51.120.0.0/17", - "51.120.128.0/18", - "51.120.192.0/19", - "51.120.224.0/21", - "51.120.240.0/20", "51.124.0.0/16", - "51.124.0.0/17", - "51.124.128.0/18", "51.126.0.0/16", - "51.13.0.0/17", - "51.13.128.0/19", - "51.132.0.0/16", "51.132.0.0/16", "51.136.0.0/15", - "51.136.0.0/15", "51.138.0.0/16", - "51.138.0.0/17", - "51.138.128.0/19", - "51.138.160.0/21", - "51.138.192.0/19", "51.140.0.0/14", - "51.140.0.0/16", - "51.141.0.0/17", - "51.141.128.0/23", - "51.141.130.0/25", - "51.141.132.0/22", - "51.141.136.0/22", - "51.141.156.0/22", - "51.141.160.0/19", - "51.141.192.0/18", - "51.142.0.0/16", - "51.143.0.0/17", - "51.143.128.0/18", - "51.143.192.0/21", - "51.143.200.0/28", - "51.143.201.0/24", - "51.143.208.0/20", - "51.143.224.0/19", - "51.144.0.0/15", "51.144.0.0/15", "51.4.0.0/15", "51.42.0.0/16", @@ -52155,147 +51988,10 @@ "51.54.0.0/15", "51.56.0.0/14", "51.8.0.0/16", - "52.101.0.0/21", - "52.101.16.0/21", - "52.102.128.0/23", - "52.102.158.0/23", - "52.103.0.0/22", - "52.103.128.0/23", - "52.108.0.0/21", - "52.108.112.0/23", - "52.108.116.0/24", - "52.108.137.0/24", - "52.108.138.0/24", - "52.108.16.0/20", - "52.108.165.0/24", - "52.108.166.0/23", - "52.108.168.0/21", - "52.108.176.0/20", - "52.108.192.0/18", - "52.108.32.0/19", - "52.108.68.0/22", - "52.108.72.0/21", - "52.108.80.0/20", - "52.108.96.0/20", - "52.109.0.0/18", - "52.109.104.0/23", - "52.109.108.0/22", - "52.109.112.0/20", - "52.109.128.0/20", - "52.109.144.0/23", - "52.109.150.0/23", - "52.109.152.0/23", - "52.109.156.0/22", - "52.109.160.0/22", - "52.109.64.0/20", - "52.109.86.0/23", - "52.109.88.0/21", - "52.109.96.0/21", - "52.111.194.0/24", - "52.111.197.0/24", - "52.111.198.0/24", - "52.111.202.0/23", - "52.111.204.0/23", - "52.111.206.0/24", - "52.111.224.0/19", "52.112.0.0/14", - "52.112.104.0/21", - "52.112.112.0/22", - "52.112.116.0/23", - "52.112.118.0/24", - "52.112.14.0/23", - "52.112.144.0/20", - "52.112.17.0/24", - "52.112.18.0/23", - "52.112.190.0/23", - "52.112.197.0/24", - "52.112.200.0/22", - "52.112.216.0/21", - "52.112.229.0/24", - "52.112.230.0/23", - "52.112.232.0/23", - "52.112.236.0/23", - "52.112.238.0/24", - "52.112.24.0/21", - "52.112.240.0/20", - "52.112.71.0/24", - "52.112.76.0/22", - "52.112.83.0/24", - "52.112.97.0/24", - "52.112.98.0/23", - "52.113.104.0/23", - "52.113.108.0/22", - "52.113.112.0/20", - "52.113.128.0/22", - "52.113.13.0/24", - "52.113.132.0/23", - "52.113.134.0/24", - "52.113.136.0/21", - "52.113.14.0/23", - "52.113.144.0/21", - "52.113.16.0/20", - "52.113.160.0/19", - "52.113.192.0/18", - "52.113.37.0/24", - "52.113.40.0/21", - "52.113.48.0/20", - "52.113.72.0/21", - "52.113.83.0/24", - "52.113.88.0/22", - "52.113.9.0/24", - "52.113.96.0/21", - "52.114.0.0/19", - "52.114.116.0/22", - "52.114.120.0/22", - "52.114.128.0/19", - "52.114.160.0/20", - "52.114.176.0/21", - "52.114.184.0/22", - "52.114.192.0/21", - "52.114.200.0/22", - "52.114.216.0/22", - "52.114.224.0/24", - "52.114.226.0/24", - "52.114.228.0/24", - "52.114.230.0/23", - "52.114.232.0/23", - "52.114.234.0/24", - "52.114.236.0/24", - "52.114.238.0/24", - "52.114.240.0/23", - "52.114.242.0/24", - "52.114.244.0/24", - "52.114.248.0/21", - "52.114.32.0/20", - "52.114.48.0/21", - "52.114.56.0/22", - "52.114.60.0/23", - "52.114.64.0/19", - "52.114.96.0/20", - "52.115.0.0/21", - "52.115.104.0/23", - "52.115.128.0/18", - "52.115.16.0/21", - "52.115.192.0/19", - "52.115.24.0/22", - "52.115.32.0/19", - "52.115.64.0/20", - "52.115.8.0/22", - "52.115.80.0/21", - "52.115.88.0/22", - "52.115.96.0/21", + "52.113.194.0/23", + "52.113.196.0/23", "52.120.0.0/14", - "52.120.0.0/16", - "52.121.0.0/21", - "52.121.116.0/22", - "52.121.120.0/23", - "52.121.16.0/20", - "52.121.32.0/19", - "52.121.64.0/20", - "52.121.80.0/22", - "52.121.84.0/23", - "52.121.88.0/21", - "52.121.96.0/20", "52.122.0.0/19", "52.122.128.0/18", "52.122.192.0/20", @@ -52312,208 +52008,16 @@ "52.122.56.0/21", "52.122.64.0/18", "52.125.0.0/16", - "52.125.128.0/21", - "52.125.136.0/22", - "52.125.140.0/23", "52.126.0.0/15", "52.136.0.0/13", - "52.136.0.0/14", - "52.140.0.0/15", - "52.142.0.0/16", - "52.143.0.0/17", - "52.143.128.0/18", - "52.143.192.0/20", - "52.143.208.0/21", - "52.143.216.0/22", - "52.143.221.0/24", - "52.143.222.0/23", - "52.143.224.0/19", - "52.146.0.0/15", "52.146.0.0/15", "52.148.0.0/14", - "52.148.0.0/14", "52.152.0.0/13", - "52.152.0.0/14", - "52.156.0.0/15", - "52.158.0.0/16", - "52.159.0.0/18", - "52.159.128.0/17", - "52.159.64.0/19", "52.160.0.0/11", - "52.160.0.0/14", - "52.164.0.0/16", - "52.165.0.0/19", - "52.165.104.0/25", - "52.165.104.128/26", - "52.165.128.0/17", - "52.165.32.0/20", - "52.165.48.0/28", - "52.165.49.0/24", - "52.165.56.0/21", - "52.165.64.0/19", - "52.165.96.0/21", - "52.166.0.0/15", - "52.168.0.0/13", - "52.176.0.0/17", - "52.176.128.0/19", - "52.176.160.0/21", - "52.176.176.0/20", - "52.176.192.0/19", - "52.176.224.0/23", - "52.176.232.0/21", - "52.176.240.0/20", - "52.177.0.0/16", - "52.178.0.0/15", - "52.180.0.0/17", - "52.180.128.0/19", - "52.180.160.0/20", - "52.180.176.0/21", - "52.180.184.0/27", - "52.180.184.32/28", - "52.180.185.0/24", - "52.182.128.0/17", - "52.183.0.0/16", - "52.184.0.0/17", - "52.184.128.0/19", - "52.184.160.0/21", - "52.184.168.0/27", - "52.184.168.128/28", - "52.184.168.32/28", - "52.184.168.80/28", - "52.184.168.96/27", - "52.184.169.0/24", - "52.184.170.0/24", - "52.184.176.0/20", - "52.184.192.0/18", - "52.185.0.0/19", - "52.185.112.0/25", - "52.185.120.0/21", - "52.185.128.0/17", - "52.185.32.0/20", - "52.185.48.0/21", - "52.185.56.0/25", - "52.185.56.128/27", - "52.185.56.160/28", - "52.185.64.0/19", - "52.185.96.0/20", - "52.186.0.0/15", - "52.188.0.0/14", "52.224.0.0/11", - "52.224.0.0/16", - "52.225.0.0/17", - "52.225.128.0/21", - "52.225.136.0/26", - "52.225.136.64/28", - "52.225.137.0/24", - "52.225.144.0/20", - "52.225.160.0/19", - "52.225.192.0/18", - "52.226.0.0/16", - "52.228.0.0/14", - "52.232.0.0/15", - "52.234.0.0/16", - "52.235.0.0/17", - "52.236.0.0/15", - "52.238.0.0/18", - "52.238.192.0/18", - "52.239.0.0/17", - "52.239.128.0/20", - "52.239.144.0/22", - "52.239.148.0/27", - "52.239.148.128/25", - "52.239.148.64/26", - "52.239.149.0/24", - "52.239.150.0/23", - "52.239.152.0/21", - "52.239.160.0/22", - "52.239.164.0/24", - "52.239.165.0/26", - "52.239.165.160/27", - "52.239.165.192/26", - "52.239.167.0/24", - "52.239.168.0/21", - "52.239.176.128/25", - "52.239.177.0/24", - "52.239.178.0/23", - "52.239.180.0/22", - "52.239.184.0/24", - "52.239.185.0/28", - "52.239.185.32/27", - "52.239.185.64/27", - "52.239.186.0/23", - "52.239.188.0/23", - "52.239.190.0/24", - "52.239.192.0/21", - "52.239.200.0/22", - "52.239.204.0/23", - "52.239.206.0/24", - "52.239.207.0/27", - "52.239.207.128/25", - "52.239.207.32/28", - "52.239.207.64/26", - "52.239.208.0/20", - "52.239.224.0/19", "52.239.232.0/24", - "52.240.0.0/15", - "52.242.0.0/16", - "52.243.32.0/19", - "52.243.64.0/18", - "52.245.16.0/20", - "52.245.32.0/21", - "52.245.40.0/22", - "52.245.44.0/23", - "52.245.46.0/25", - "52.245.46.128/28", - "52.245.46.160/27", - "52.245.46.192/26", - "52.245.47.0/24", - "52.245.48.0/20", - "52.245.64.0/22", - "52.245.68.0/24", - "52.245.69.0/26", - "52.245.69.144/28", - "52.245.69.160/27", - "52.245.69.192/26", - "52.245.69.64/27", - "52.245.69.96/28", - "52.245.70.0/23", - "52.245.72.0/21", - "52.245.8.0/21", - "52.245.80.0/20", - "52.245.96.0/19", - "52.246.0.0/17", - "52.246.128.0/20", - "52.246.152.0/21", - "52.246.160.0/19", - "52.246.192.0/18", - "52.247.0.0/17", - "52.247.192.0/18", - "52.248.0.0/16", - "52.249.0.0/18", - "52.249.128.0/17", - "52.249.64.0/19", - "52.250.0.0/16", - "52.251.0.0/17", - "52.252.0.0/16", - "52.253.0.0/17", - "52.253.128.0/20", - "52.253.148.0/22", - "52.253.152.0/21", - "52.253.160.0/22", - "52.253.165.0/24", - "52.253.166.0/23", - "52.253.168.0/21", - "52.253.176.0/22", - "52.253.180.0/23", - "52.253.185.0/24", - "52.253.186.0/24", - "52.253.191.0/24", - "52.253.196.0/23", - "52.253.224.0/20", - "52.254.0.0/15", "52.96.0.0/12", "52.96.0.0/14", - "52.96.11.0/24", "52.96.38.0/24", "52.98.16.0/22", "57.150.0.0/15", @@ -52524,6 +52028,7 @@ "62.12.60.0/23", "62.132.26.0/23", "62.164.204.0/23", + "62.182.187.0/24", "62.231.53.0/24", "62.97.228.0/24", "63.116.158.0/24", @@ -52533,69 +52038,13 @@ "64.15.25.0/24", "64.236.0.0/16", "64.4.0.0/18", - "64.4.54.0/24", - "64.4.8.0/24", "64.40.141.0/24", "64.40.142.0/24", "64.5.116.0/24", "64.52.107.0/24", "64.72.206.0/24", "65.52.0.0/14", - "65.52.0.0/19", - "65.52.104.0/24", - "65.52.106.0/24", - "65.52.108.0/22", - "65.52.112.0/20", - "65.52.128.0/17", - "65.52.32.0/21", - "65.52.48.0/20", - "65.52.64.0/20", "65.53.0.0/16", - "65.54.19.128/27", - "65.54.55.160/27", - "65.54.55.224/27", - "65.55.105.0/26", - "65.55.105.160/27", - "65.55.105.192/26", - "65.55.105.96/27", - "65.55.106.0/26", - "65.55.106.128/25", - "65.55.106.64/27", - "65.55.107.0/28", - "65.55.107.48/28", - "65.55.107.64/26", - "65.55.108.0/23", - "65.55.110.0/24", - "65.55.120.0/24", - "65.55.144.0/23", - "65.55.146.0/24", - "65.55.207.0/24", - "65.55.209.0/24", - "65.55.210.0/24", - "65.55.211.0/26", - "65.55.212.0/27", - "65.55.212.128/25", - "65.55.213.0/27", - "65.55.213.128/26", - "65.55.213.64/26", - "65.55.217.0/24", - "65.55.218.0/23", - "65.55.250.0/24", - "65.55.252.0/24", - "65.55.32.128/28", - "65.55.32.192/27", - "65.55.32.224/28", - "65.55.33.176/28", - "65.55.33.192/28", - "65.55.35.192/27", - "65.55.44.128/27", - "65.55.44.16/28", - "65.55.44.32/27", - "65.55.44.64/26", - "65.55.44.8/29", - "65.55.51.0/24", - "65.55.60.176/29", - "65.55.60.188/30", "66.119.144.0/20", "66.132.204.0/22", "66.151.66.0/24", @@ -52624,17 +52073,10 @@ "70.156.0.0/15", "70.35.156.0/24", "70.37.0.0/17", - "70.37.0.0/21", "70.37.128.0/18", - "70.37.16.0/20", - "70.37.160.0/21", - "70.37.32.0/19", - "70.37.64.0/18", - "70.37.8.0/22", "72.144.0.0/14", "72.152.0.0/14", "72.16.128.0/17", - "72.18.78.0/24", "72.54.0.0/16", "74.116.254.0/23", "74.117.19.0/24", @@ -52659,7 +52101,6 @@ "84.81.0.0/16", "85.210.0.0/15", "85.212.0.0/16", - "86.38.164.0/24", "86.91.0.0/16", "89.28.187.0/24", "9.141.0.0/16", @@ -52684,30 +52125,7 @@ "94.143.106.0/23", "94.143.108.0/23", "94.143.110.0/24", - "94.245.104.0/21", - "94.245.114.1/32", - "94.245.114.2/31", - "94.245.114.33/32", - "94.245.114.34/31", - "94.245.114.36/32", - "94.245.114.4/32", - "94.245.117.96/27", - "94.245.118.0/27", - "94.245.118.100/32", - "94.245.118.129/32", - "94.245.118.130/31", - "94.245.118.132/32", - "94.245.118.65/32", - "94.245.118.66/31", - "94.245.118.68/32", - "94.245.118.97/32", - "94.245.118.98/31", - "94.245.120.128/28", - "94.245.122.0/24", - "94.245.123.144/28", - "94.245.123.176/28", "94.245.64.0/18", - "94.245.88.0/21", "97.107.239.0/24", "98.64.0.0/14", "98.70.0.0/15" @@ -53403,7 +52821,7 @@ "xbx.lv", "yammer.com" ], - "last_updated": 1766090034.4289937, + "last_updated": 1768864912.96421, "long_description": "A multinational technology corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers. Known for products like Windows, Office, Azure cloud services, and Xbox.", "name": "Microsoft", "org_ids": [ @@ -53704,7 +53122,7 @@ "yammer.com", "yammerusercontent.com" ], - "last_updated": 1767754932.2223408, + "last_updated": 1768864909.4846005, "long_description": "A cloud-based productivity suite provided by Microsoft, including Office applications and cloud services.", "name": "Microsoft365", "org_ids": [], @@ -53796,7 +53214,7 @@ "61.97.176.0/20" ], "domains": [], - "last_updated": 1767754937.2173371, + "last_updated": 1768864909.3375578, "long_description": "A Korean cloud computing platform provided by Naver Corporation.", "name": "Navercloud", "org_ids": [ @@ -53940,7 +53358,7 @@ "61.42.226.0/24" ], "domains": [], - "last_updated": 1767754941.4651847, + "last_updated": 1768864916.1648297, "long_description": "A Korean cloud computing platform provided by NHN Corporation.", "name": "Nhncloud", "org_ids": [ @@ -53966,6 +53384,7 @@ "103.82.16.0/22", "104.164.137.0/24", "104.167.16.0/24", + "104.222.182.0/24", "104.225.253.0/24", "104.234.168.0/24", "104.234.50.0/24", @@ -53977,9 +53396,8 @@ "109.122.1.0/24", "109.122.15.0/24", "109.122.194.0/23", - "109.122.20.0/23", + "109.122.20.0/24", "109.176.153.0/24", - "109.176.213.0/24", "109.176.40.0/21", "109.176.48.0/21", "109.190.0.0/16", @@ -53987,6 +53405,7 @@ "117.18.104.0/24", "123.100.227.0/24", "128.0.118.0/24", + "130.49.217.0/24", "135.125.0.0/16", "135.148.0.0/16", "135.148.193.0/24", @@ -53995,9 +53414,10 @@ "137.83.50.0/24", "138.249.2.0/24", "139.99.0.0/16", + "141.11.31.0/24", "141.11.39.0/24", "141.11.74.0/23", - "141.11.76.0/24", + "141.11.79.0/24", "141.227.128.0/21", "141.227.136.0/22", "141.227.140.0/24", @@ -54018,7 +53438,7 @@ "141.227.178.0/24", "141.227.180.0/24", "141.227.186.0/24", - "141.227.188.0/24", + "141.227.188.0/23", "141.227.190.0/24", "141.94.0.0/15", "142.252.115.0/24", @@ -54028,10 +53448,7 @@ "142.44.128.0/17", "142.44.140.0/24", "143.14.231.0/24", - "143.14.59.0/24", - "143.14.81.0/24", "143.20.195.0/24", - "143.20.223.0/24", "143.20.66.0/24", "144.172.73.0/24", "144.2.32.0/19", @@ -54039,15 +53456,18 @@ "145.239.0.0/16", "145.79.151.0/24", "146.103.10.0/24", + "146.19.38.0/24", + "146.19.48.0/24", "146.19.9.0/24", "146.59.0.0/16", "146.59.0.0/17", - "147.125.198.0/24", + "147.125.212.0/24", "147.135.0.0/16", + "147.79.31.0/24", "148.113.0.0/18", "148.113.128.0/17", - "148.113.47.0/24", - "148.113.6.0/24", + "148.113.72.0/24", + "148.135.192.0/24", "148.222.120.0/22", "148.222.40.0/22", "149.202.0.0/16", @@ -54060,34 +53480,33 @@ "151.127.0.0/16", "151.240.1.0/24", "151.240.17.0/24", - "151.240.227.0/24", "151.240.24.0/24", "151.240.9.0/24", "151.241.68.0/24", "151.241.8.0/24", "151.242.103.0/24", "151.242.117.0/24", - "151.242.118.0/24", "151.242.67.0/24", "151.243.120.0/24", "151.243.160.0/22", + "151.243.236.0/24", "151.243.6.0/24", "151.244.78.0/24", - "151.245.183.0/24", + "151.245.120.0/24", + "151.245.127.0/24", "151.245.238.0/24", "151.245.54.0/24", "151.246.177.0/24", "151.246.190.0/24", - "151.247.158.0/24", "151.247.192.0/24", "151.247.217.0/24", "151.80.0.0/16", "152.228.128.0/17", "155.117.212.0/23", - "157.254.187.0/24", "157.254.30.0/24", "158.69.0.0/16", "158.94.170.0/24", + "160.20.108.0/24", "160.20.158.0/23", "162.141.71.0/24", "162.19.0.0/16", @@ -54098,7 +53517,7 @@ "163.5.62.0/24", "164.132.0.0/16", "166.1.231.0/24", - "166.88.248.0/24", + "166.1.90.0/24", "167.114.0.0/16", "167.148.125.0/24", "167.148.193.0/24", @@ -54107,13 +53526,10 @@ "168.222.183.0/24", "168.222.243.0/24", "168.245.185.0/24", - "169.40.132.0/24", - "169.40.155.0/24", "172.83.201.0/24", "176.31.0.0/16", "178.32.0.0/15", "178.93.124.0/24", - "178.95.186.0/24", "180.131.145.0/24", "180.149.33.0/24", "184.174.96.0/23", @@ -54140,16 +53556,16 @@ "185.226.181.0/24", "185.228.207.0/24", "185.241.50.0/23", + "185.250.41.0/24", "185.251.234.0/24", "185.255.28.0/24", - "185.30.212.0/22", + "185.30.212.0/23", "185.45.160.0/22", "185.5.39.0/24", "185.68.137.0/24", "185.79.139.0/24", "185.95.157.0/24", "188.165.0.0/16", - "188.209.139.0/24", "188.209.140.0/24", "188.255.193.0/24", "188.68.164.0/22", @@ -54159,14 +53575,12 @@ "192.152.126.0/24", "192.177.90.0/24", "192.207.105.0/24", - "192.227.203.0/24", "192.240.152.0/21", "192.30.124.0/24", "192.70.246.0/23", "192.95.0.0/18", "192.99.0.0/16", "192.99.65.0/24", - "193.138.77.0/24", "193.149.28.0/22", "193.17.223.0/24", "193.219.99.0/24", @@ -54213,11 +53627,9 @@ "2001:41d0:ab10::/46", "2001:41d0:fc00::/38", "202.2.60.0/22", - "202.91.169.0/24", "202.92.214.0/23", "203.27.201.0/24", "203.5.184.0/24", - "205.196.147.0/24", "205.234.176.0/24", "206.123.148.0/24", "206.168.174.0/23", @@ -54229,17 +53641,13 @@ "209.112.80.0/22", "209.126.71.0/24", "209.151.124.0/24", - "209.178.202.0/24", "209.251.24.0/24", "209.71.36.0/24", "212.134.90.0/24", "212.192.253.0/24", "212.24.127.0/24", - "212.38.79.0/24", - "212.74.60.0/24", "213.130.130.0/24", "213.130.149.0/24", - "213.130.156.0/24", "213.177.172.0/24", "213.182.219.0/24", "213.186.32.0/19", @@ -54249,11 +53657,12 @@ "216.183.120.0/24", "216.203.15.0/24", "216.211.218.0/24", - "216.24.221.0/24", + "216.24.220.0/23", "216.247.96.0/24", "217.11.174.0/24", "217.182.0.0/16", "217.217.26.0/24", + "217.60.199.0/24", "23.137.200.0/24", "23.151.184.0/24", "23.156.24.0/23", @@ -54261,6 +53670,7 @@ "23.230.93.0/24", "23.92.224.0/19", "2402:1f00:8000::/38", + "2402:1f00:8400::/48", "2402:1f00::/32", "2604:2dc0:300::/45", "2604:2dc0:308::/46", @@ -54269,17 +53679,17 @@ "2607:5300::/32", "31.24.81.0/24", "31.41.37.0/24", - "31.56.112.0/24", "31.56.219.0/24", "31.56.52.0/22", "31.57.161.0/24", "31.57.199.0/24", + "31.58.88.0/24", "31.59.68.0/24", "31.6.62.0/24", "37.139.130.0/24", "37.187.0.0/16", - "37.202.202.0/24", "37.230.48.0/24", + "37.252.26.0/24", "37.59.0.0/16", "37.60.48.0/20", "40.160.0.0/17", @@ -54298,8 +53708,8 @@ "40.160.254.0/24", "43.226.0.0/23", "45.112.195.0/24", + "45.138.190.0/24", "45.140.36.0/24", - "45.146.200.0/24", "45.149.185.0/24", "45.149.243.0/24", "45.149.63.0/24", @@ -54338,6 +53748,7 @@ "5.39.0.0/17", "5.83.153.0/24", "50.114.91.0/24", + "50.118.128.0/22", "51.161.0.0/16", "51.178.0.0/16", "51.195.0.0/16", @@ -54370,8 +53781,8 @@ "66.92.11.0/24", "66.92.168.0/24", "66.92.25.0/24", + "66.93.50.0/24", "67.63.54.0/24", - "68.167.36.0/24", "68.232.108.0/24", "69.72.31.0/24", "72.251.0.0/17", @@ -54387,6 +53798,7 @@ "79.110.61.0/24", "79.137.0.0/17", "79.172.192.0/24", + "79.99.76.0/24", "8.18.128.0/24", "8.18.172.0/24", "8.20.110.0/24", @@ -54399,7 +53811,7 @@ "8.33.136.0/23", "8.33.96.0/21", "8.7.244.0/24", - "80.174.121.0/24", + "80.240.85.0/24", "80.71.226.0/24", "80.87.206.0/24", "82.117.230.0/23", @@ -54411,12 +53823,14 @@ "82.152.243.0/24", "82.152.57.0/24", "82.152.58.0/24", + "82.152.68.0/24", "82.152.73.0/24", "82.152.75.0/24", "82.152.8.0/24", "82.152.98.0/24", "82.153.205.0/24", "82.153.217.0/24", + "82.153.220.0/24", "82.21.139.0/24", "82.22.118.0/24", "82.22.15.0/24", @@ -54424,14 +53838,12 @@ "82.24.96.0/22", "82.25.146.0/23", "82.26.176.0/20", - "82.38.171.0/24", - "82.38.28.0/24", "82.38.32.0/24", - "82.38.60.0/24", - "82.38.62.0/24", "82.38.82.0/24", "82.39.108.0/24", "82.39.138.0/24", + "82.41.58.0/24", + "82.41.99.0/24", "83.136.214.0/23", "83.143.16.0/21", "85.217.144.0/23", @@ -54442,14 +53854,13 @@ "87.98.128.0/17", "88.216.221.0/24", "88.218.34.0/24", + "89.125.172.0/24", "89.19.44.0/24", + "89.213.105.0/24", "89.251.28.0/24", "91.121.0.0/16", "91.124.192.0/24", - "91.124.196.0/24", "91.124.199.0/24", - "91.124.43.0/24", - "91.124.99.0/24", "91.134.0.0/16", "91.198.19.0/24", "91.199.32.0/24", @@ -54474,15 +53885,14 @@ "94.23.0.0/16", "95.169.162.0/24", "95.81.72.0/22", - "96.62.105.0/24", - "96.62.231.0/24" + "96.62.105.0/24" ], "domains": [ "ovh", "ovh.com", "ovhcloud.com" ], - "last_updated": 1766077197.2494452, + "last_updated": 1768864909.3498437, "long_description": "A French cloud computing company that provides web hosting, dedicated servers, and cloud infrastructure services.", "name": "OVH", "org_ids": [ @@ -54568,6 +53978,15 @@ ], "cidrs": [ "101.100.194.0/23", + "101.100.206.0/23", + "101.100.210.0/23", + "101.100.220.0/23", + "101.100.226.0/23", + "101.100.228.0/23", + "101.100.234.0/23", + "101.100.240.0/23", + "101.100.246.0/23", + "101.100.248.0/23", "101.45.244.0/24", "103.122.54.0/24", "103.167.28.0/24", @@ -54585,6 +54004,7 @@ "109.234.208.0/24", "129.121.32.0/22", "129.121.64.0/23", + "129.121.72.0/22", "129.144.0.0/16", "129.145.16.0/21", "129.145.48.0/23", @@ -54906,7 +54326,7 @@ "138.2.208.0/20", "138.2.224.0/19", "138.3.196.0/22", - "138.3.200.0/23", + "138.3.200.0/24", "138.3.207.0/24", "138.3.208.0/20", "138.3.224.0/19", @@ -55128,6 +54548,7 @@ "144.125.206.0/23", "144.125.208.0/24", "144.125.210.0/23", + "144.125.213.0/24", "144.125.214.0/23", "144.21.32.0/19", "144.21.64.0/18", @@ -55147,10 +54568,10 @@ "144.25.16.0/20", "144.25.96.0/21", "144.33.0.0/19", - "144.33.128.0/18", - "144.33.192.0/19", + "144.33.128.0/17", "144.33.32.0/20", "144.56.39.0/24", + "145.241.136.0/22", "145.241.144.0/20", "145.241.160.0/19", "145.241.192.0/18", @@ -55195,9 +54616,14 @@ "147.154.64.0/20", "147.154.80.0/21", "147.154.96.0/19", + "147.224.128.0/17", + "147.224.32.0/19", + "147.224.8.0/21", "148.116.100.0/22", "148.116.104.0/21", + "148.116.112.0/22", "148.116.192.0/19", + "148.116.64.0/19", "148.116.98.0/23", "148.87.0.0/18", "149.118.128.0/19", @@ -55205,7 +54631,8 @@ "149.118.168.0/22", "149.118.172.0/23", "149.118.176.0/22", - "149.118.240.0/20", + "149.118.224.0/19", + "149.118.64.0/20", "149.130.128.0/18", "149.130.208.0/20", "149.130.224.0/19", @@ -55442,6 +54869,7 @@ "163.192.160.0/22", "163.192.160.0/22", "163.192.164.0/23", + "163.192.167.0/24", "163.192.168.0/21", "163.192.176.0/21", "163.192.192.0/18", @@ -55580,6 +55008,7 @@ "174.137.118.0/23", "176.53.156.0/24", "185.125.42.0/24", + "185.134.116.0/23", "185.192.56.0/22", "185.195.12.0/23", "185.208.36.0/22", @@ -55735,6 +55164,7 @@ "203.149.202.0/24", "204.152.64.0/24", "204.153.12.0/22", + "204.155.245.0/24", "204.216.119.192/26", "204.216.127.192/26", "204.216.128.0/18", @@ -55766,7 +55196,6 @@ "208.76.62.0/23", "208.78.68.0/24", "209.17.37.0/24", - "209.17.40.0/24", "209.17.48.0/22", "209.17.52.0/24", "209.17.60.0/22", @@ -55826,6 +55255,15 @@ "2600:2000:2200::/42", "2600:2000:2240::/43", "2600:2003::/48", + "2600:2004:1000::/39", + "2600:2004:1000::/44", + "2600:2004:2000::/40", + "2600:2004:2000::/44", + "2600:2004:2800::/40", + "2600:2004:2800::/44", + "2600:2004::/40", + "2600:2005::/36", + "2600:2006::/35", "2600:200c:1000::/39", "2600:200c:1000::/44", "2600:200c:2000::/40", @@ -55847,6 +55285,8 @@ "2602:fdaa:40::/47", "2602:fdaa:70::/47", "2602:fdaa:80::/48", + "2602:fdaa:a0::/48", + "2602:fdaa:b0::/48", "2603:c000:2000::/38", "2603:c000:2400::/39", "2603:c000:2700::/40", @@ -56602,16 +56042,31 @@ "2606:b400:8000::/48", "2606:b400:8012::/48", "2606:b400:8020::/48", - "2606:b400:8024::/48", "2606:b400:8030::/48", "2606:b400:8301::/48", "2606:f4c0:b010::/44", "2606:f4c0:b020::/43", "2606:f4c0:b040::/42", "2606:f4c0:b080::/41", - "2606:f4c0:b100::/41", - "2606:f4c0:b180::/43", - "2606:f4c0:b1a0::/44", + "2606:f4c0:b100::/40", + "2606:f4c0:b200::/40", + "2606:f4c0:b300::/42", + "2606:f4c0:b340::/43", + "2606:f4c0:b360::/44", + "2606:f4c0:b3e0::/43", + "2606:f4c0:b410::/44", + "2606:f4c0:b420::/43", + "2606:f4c0:b440::/42", + "2606:f4c0:b490::/44", + "2606:f4c0:b4a0::/43", + "2606:f4c0:b4c0::/42", + "2606:f4c0:b500::/42", + "2606:f4c0:b540::/43", + "2606:f4c0:b560::/44", + "2606:f4c0:b580::/41", + "2606:f4c0:b600::/40", + "2606:f4c0:b700::/42", + "2606:f4c0:b740::/43", "2607:9b80:4000::/36", "2607:9b80:400::/39", "2607:9b80:400::/43", @@ -56632,6 +56087,7 @@ "2a06:b7c2::/32", "2a09:a447:ac1e::/48", "2a0a:6044:8ffc::/48", + "2a0b:4e04:dead::/48", "2a0e:46c4:24a1::/48", "2a0e:97c0:aba::/48", "2a0e:b107:361::/48", @@ -56645,8 +56101,6 @@ "2a14:7580:903::/48", "2a14:7581:9811::/48", "2a14:7581:f00::/44", - "2a14:7583:f4f0::/48", - "2a14:7583:f4f4::/48", "38.104.155.92/31", "40.233.0.0/19", "40.233.32.0/22", @@ -56719,6 +56173,7 @@ "65.20.63.0/24", "66.116.192.0/20", "66.116.208.0/21", + "66.116.224.0/22", "66.147.240.0/23", "66.147.252.0/22", "66.179.104.0/23", @@ -56751,8 +56206,7 @@ "69.48.222.0/23", "69.6.192.0/23", "69.6.196.0/23", - "69.6.200.0/22", - "69.6.204.0/23", + "69.6.200.0/21", "69.6.209.0/24", "69.6.210.0/23", "69.6.212.0/22", @@ -56841,6 +56295,8 @@ "82.27.123.0/24", "82.29.42.0/24", "82.29.69.0/24", + "82.70.224.0/20", + "82.70.248.0/22", "84.235.128.0/22", "84.235.128.0/22", "84.235.132.0/23", @@ -56883,10 +56339,20 @@ "89.168.16.0/20", "89.168.32.0/19", "89.168.64.0/18", + "92.4.0.0/22", + "92.4.0.0/22", + "92.4.128.0/18", + "92.4.16.0/21", + "92.4.192.0/21", + "92.4.208.0/20", + "92.4.228.0/22", + "92.4.232.0/23", "92.4.235.0/24", "92.4.236.0/22", "92.4.240.0/20", + "92.4.4.0/23", "92.4.64.0/19", + "92.4.8.0/21", "92.5.0.0/17", "92.5.128.0/18", "92.5.192.0/19", @@ -56917,7 +56383,7 @@ "sun.com", "virtualbox.org" ], - "last_updated": 1766077312.8253183, + "last_updated": 1768864918.044328, "long_description": "A multinational technology corporation that provides database software, cloud engineering systems, and enterprise software products.", "name": "Oracle", "org_ids": [ @@ -56963,7 +56429,7 @@ "46.174.140.0/22" ], "domains": [], - "last_updated": 1766328534.4869628, + "last_updated": 1768864914.901522, "long_description": "A DDoS protection and content delivery network service provider.", "name": "Qrator", "org_ids": [ @@ -56996,9 +56462,11 @@ "108.61.158.223/32", "108.61.200.94/32", "109.248.43.195/32", + "135.125.104.145/32", "136.243.106.228/32", "139.84.230.39/32", "141.164.38.65/32", + "141.227.158.131/32", "144.202.90.7/32", "146.88.239.197/32", "147.78.0.165/32", @@ -57054,6 +56522,7 @@ "194.36.144.221/32", "195.137.220.243/32", "195.231.17.141/32", + "199.244.80.0/22", "199.247.28.91/32", "199.59.247.242/32", "201.182.97.70/32", @@ -57096,12 +56565,13 @@ "49.12.102.29/32", "5.134.119.103/32", "51.158.202.109/32", - "51.77.165.6/32", + "51.161.196.212/32", "51.81.33.156/32", + "51.83.237.154/32", "51.89.11.45/32", "54.36.103.97/32", - "57.128.230.229/32", "57.129.146.219/32", + "57.131.30.109/32", "61.219.247.87/32", "61.219.247.90/32", "64.176.165.8/32", @@ -57135,7 +56605,7 @@ "95.216.116.209/32" ], "domains": [], - "last_updated": 1766328536.7717388, + "last_updated": 1768864935.734268, "long_description": "A content delivery network and edge computing platform providing CDN services.", "name": "Quiccloud", "org_ids": [ @@ -57174,7 +56644,7 @@ "95.173.144.0/20" ], "domains": [], - "last_updated": 1766325150.4638608, + "last_updated": 1768864914.9333568, "long_description": "A Russian federal executive body responsible for counterintelligence, internal and border security, counterterrorism, and surveillance.", "name": "RUFSO", "org_ids": [ @@ -57412,7 +56882,7 @@ "domains": [ "rackspace.com" ], - "last_updated": 1766077359.4811351, + "last_updated": 1768864916.819522, "long_description": "A managed cloud computing company that provides hosting, cloud services, and managed infrastructure solutions.", "name": "Rackspace", "org_ids": [ @@ -57452,6 +56922,7 @@ "104.161.254.0/23", "128.17.0.0/16", "128.245.0.0/16", + "129.77.16.0/20", "13.108.0.0/14", "136.146.0.0/15", "136.147.0.0/17", @@ -57533,7 +57004,7 @@ "twinprime.com", "weinvoiceit.com" ], - "last_updated": 1766077256.95568, + "last_updated": 1768864912.975234, "long_description": "A cloud-based software company that provides customer relationship management services and enterprise cloud computing solutions.", "name": "Salesforce", "org_ids": [ @@ -57560,7 +57031,6 @@ "139.26.0.0/19", "151.115.0.0/17", "151.115.128.0/18", - "151.115.160.0/24", "151.115.192.0/23", "163.172.0.0/16", "163.172.208.0/20", @@ -57580,6 +57050,9 @@ "2a01:e11::/32", "2a01:e11::/33", "2c0f:3781:2100::/44", + "2c0f:3781:2210::/44", + "2c0f:3781:2220::/43", + "2c0f:3781:2240::/43", "2c0f:3781::/32", "37.160.0.0/14", "37.160.0.0/14", @@ -57600,7 +57073,7 @@ "domains": [ "scaleway.com" ], - "last_updated": 1766077415.3931246, + "last_updated": 1768864933.8238478, "long_description": "A French cloud computing company that provides virtual private servers, bare metal servers, and cloud infrastructure services.", "name": "Scaleway", "org_ids": [ @@ -57644,7 +57117,7 @@ "61.97.0.0/20" ], "domains": [], - "last_updated": 1767754961.3570437, + "last_updated": 1768864941.4515588, "long_description": "A Korean telecommunications company offering CDN services.", "name": "Skbroadband", "org_ids": [ @@ -57673,7 +57146,6 @@ "193.84.88.0/24", "2a06:a180:10::/48", "2a06:a180:1f::/48", - "2a06:a180:30::/48", "2a06:a180:40::/48", "2a06:a180:50::/48", "2a06:a180:5f::/48", @@ -57681,11 +57153,10 @@ "2a06:a180:70::/48", "2a06:a180:a0::/48", "45.12.71.0/24", - "5.252.32.0/22", - "5.252.32.225/32" + "5.252.32.0/22" ], "domains": [], - "last_updated": 1766328504.4182005, + "last_updated": 1768864909.3032033, "long_description": "A DDoS protection and web application firewall service provider.", "name": "Stormwall", "org_ids": [ @@ -57721,7 +57192,7 @@ "66.248.202.0/24" ], "domains": [], - "last_updated": 1766328534.755783, + "last_updated": 1768864916.1613898, "long_description": "A website security and web application firewall service provider.", "name": "Sucuri", "org_ids": [ @@ -57879,7 +57350,7 @@ "162.62.246.0/24", "162.62.248.0/24", "162.62.250.0/24", - "162.62.252.0/23", + "162.62.253.0/24", "162.62.42.0/23", "162.62.48.0/20", "162.62.59.0/24", @@ -57940,9 +57411,9 @@ "240d:c000:f020::/43", "240d:c000:f040::/42", "240d:c000:f0c0::/42", + "240d:c000:f1f0::/44", "240d:c010:16::/48", "240d:c010:20::/44", - "240d:c010:30::/48", "240d:c010:50::/48", "240d:c010:58::/48", "240d:c010:5c::/48", @@ -57955,6 +57426,7 @@ "43.128.128.0/24", "43.128.192.0/18", "43.128.241.0/24", + "43.128.52.0/24", "43.128.64.0/24", "43.128.82.0/24", "43.129.0.0/16", @@ -57966,12 +57438,14 @@ "43.129.154.0/23", "43.129.32.0/19", "43.130.0.0/17", + "43.130.112.0/24", "43.130.128.0/18", "43.130.19.0/24", "43.130.20.0/24", "43.130.224.0/19", "43.130.54.0/23", "43.130.63.0/24", + "43.130.85.0/24", "43.131.0.0/18", "43.131.20.0/23", "43.131.224.0/19", @@ -57986,7 +57460,7 @@ "43.133.128.0/19", "43.133.52.0/24", "43.134.0.0/16", - "43.134.138.0/23", + "43.134.139.0/24", "43.134.192.0/24", "43.134.243.0/24", "43.134.252.0/22", @@ -58001,8 +57475,6 @@ "43.135.54.0/24", "43.135.56.0/24", "43.135.58.0/24", - "43.152.100.0/23", - "43.152.103.0/24", "43.152.104.0/23", "43.152.107.0/24", "43.152.108.0/22", @@ -58015,7 +57487,7 @@ "43.152.90.0/23", "43.152.92.0/23", "43.152.96.0/20", - "43.152.96.0/22", + "43.152.96.0/21", "43.153.0.0/16", "43.153.164.0/24", "43.153.187.0/24", @@ -58029,6 +57501,7 @@ "43.157.115.0/24", "43.157.116.0/24", "43.157.123.0/24", + "43.157.177.0/24", "43.157.192.0/18", "43.157.252.0/23", "43.157.76.0/24", @@ -58075,18 +57548,19 @@ "43.166.224.0/19", "43.166.224.0/24", "43.166.228.0/24", + "43.166.40.0/22", "43.167.0.0/16", "43.173.0.0/16", "43.173.0.0/18", "43.173.128.0/23", "43.173.132.0/24", + "43.173.136.0/22", "43.173.173.0/24", "43.173.174.0/23", "43.173.176.0/22", "43.173.180.0/23", "43.173.182.0/24", "43.173.187.0/24", - "45.146.112.0/23", "45.40.216.0/21", "49.51.128.0/18", "49.51.128.0/18", @@ -58119,6 +57593,7 @@ "ad.browser.qq.com", "ad.qq.com", "ad.qun.qq.com", + "ad.tencentmusic.com", "ad.weixin.qq.com", "adfilter.imtt.qq.com", "adnet.qq.com", @@ -58374,6 +57849,7 @@ "metalrevolution.com", "midasbuy.com", "monitor.music.qq.com", + "monitor.uu.qq.com", "mpush.qq.com", "mszdld.cn", "mszdld.com", @@ -58410,6 +57886,7 @@ "ovscdns.net", "pgdt.gtimg.cn", "pingjs.qq.com", + "pmir.3g.qq.com", "pn1waq.com", "proximabeta.com", "pubghelper.com", @@ -58452,6 +57929,7 @@ "qq.design", "qq.wang", "qq.xn--fiqs8s", + "qqdata.ab.qq.com", "qqgameapp.com", "qqgamedesign.com", "qqmail.com", @@ -58462,6 +57940,8 @@ "readnovel.com", "realcybertron.com", "report.qqweb.qq.com", + "report.tencentmusic.com", + "rmonitor.qq.com", "rmwxgame.com", "roblox.cn", "roblox.qq.com", @@ -58525,6 +58005,16 @@ "tcloudscdn.com", "tcloudscdn.net", "tcss.qq.com", + "tdnsdl1.cn", + "tdnsdl1.com.cn", + "tdnsdl2.cn", + "tdnsdl2.com.cn", + "tdnsdl3.cn", + "tdnsdl3.com.cn", + "tdnsdl4.cn", + "tdnsdl4.com.cn", + "tdnsdl5.cn", + "tdnsdl5.com.cn", "tdnsstic1.cn", "tdnsv1.com", "tdnsv1.net", @@ -58637,6 +58127,7 @@ "tmeadcomm.y.qq.com", "tourismshow.cn", "tourismuser.cn", + "tpstelemetry.tencent.com", "trace.qq.com", "tsparkling.com", "tx-exhibition.com", @@ -58693,7 +58184,7 @@ "zcjbgame.com", "zhuoyuegame.com" ], - "last_updated": 1766077252.6289346, + "last_updated": 1768864912.630842, "long_description": "A Chinese cloud computing service provider and subsidiary of Tencent, offering cloud infrastructure and platform services.", "name": "Tencent", "org_ids": [ @@ -58702,7 +58193,7 @@ "ORG-TCL14-AP-APNIC" ], "regexes": {}, - "short_description": "Tencent Cloud", + "short_description": "Tencent Cloud (\u817e\u8baf\u4e91)", "tags": [ "cloud" ], @@ -58717,7 +58208,7 @@ "domains": [ "gov.uk" ], - "last_updated": 1766324882.3694725, + "last_updated": 1768864914.9019625, "long_description": "A U.K. government department responsible for implementing the defence policy of the United Kingdom and managing the British Armed Forces.", "name": "UKMoD", "org_ids": [ @@ -58760,7 +58251,7 @@ "domains": [ "wasabi.com" ], - "last_updated": 1766077402.5905583, + "last_updated": 1768864927.716759, "long_description": "A cloud storage provider offering hot cloud storage services with high performance and low cost.", "name": "Wasabi", "org_ids": [ @@ -58779,12 +58270,11 @@ 136165 ], "cidrs": [ - "103.100.107.0/24", "103.249.70.0/23", "103.77.224.0/24" ], "domains": [], - "last_updated": 1766328503.5825603, + "last_updated": 1768864913.717956, "long_description": "A DDoS protection and content delivery network service provider.", "name": "X4b", "org_ids": [ @@ -58797,6 +58287,177 @@ ], "v2fly_company": "" }, + "Yandex": { + "asns": [ + 13238, + 44534, + 200350, + 202611, + 207207, + 207304, + 210656, + 212066, + 213952, + 215013, + 215109 + ], + "cidrs": [ + "130.193.32.0/19", + "130.193.62.0/24", + "158.160.0.0/16", + "178.154.192.0/18", + "178.154.243.0/24", + "178.154.244.0/23", + "185.206.164.0/22", + "185.32.184.0/23", + "185.32.186.0/24", + "188.72.103.0/24", + "188.72.104.0/23", + "188.72.110.0/23", + "193.32.216.0/22", + "193.32.216.0/24", + "194.247.51.0/24", + "2001:678:384::/48", + "213.165.192.0/19", + "217.28.224.0/20", + "2a02:6bf:8000::/34", + "2a02:6bf:8000::/34", + "2a02:6bf:8005::/48", + "2a02:6bf:8006::/48", + "2a02:6bf:a005::/48", + "2a02:6bf:a008::/48", + "2a0b:1440::/32", + "2a0b:1447:20::/44", + "2a0d:d6c0::/31", + "2a14:48c5::/48", + "2a14:48c6::/48", + "31.44.8.0/21", + "31.44.9.0/24", + "37.230.172.0/22", + "37.230.188.0/22", + "37.9.75.0/24", + "37.9.86.0/24", + "37.9.98.0/24", + "45.133.96.0/22", + "45.138.0.0/24", + "45.148.65.0/24", + "46.21.244.0/22", + "46.243.209.0/24", + "46.243.212.0/24", + "5.255.205.0/24", + "5.45.214.0/24", + "5.45.219.0/24", + "5.45.241.0/24", + "5.45.243.0/24", + "5.45.252.0/22", + "51.250.0.0/17", + "51.250.112.0/21", + "51.250.120.0/22", + "51.250.126.0/24", + "51.250.48.0/24", + "51.250.50.0/23", + "51.250.54.0/23", + "62.84.112.0/20", + "77.88.12.0/23", + "77.88.6.0/24", + "84.201.128.0/18", + "84.201.184.0/22", + "84.201.188.0/23", + "84.252.128.0/20", + "84.252.160.0/20", + "87.250.240.0/24", + "89.104.112.0/23", + "89.169.128.0/18", + "89.223.20.0/24", + "89.223.9.0/24", + "89.232.188.0/22", + "89.232.188.0/23", + "91.107.80.0/22", + "92.255.1.0/24", + "92.255.13.0/24", + "92.255.3.0/24", + "93.158.144.0/22", + "93.158.168.0/22", + "93.77.160.0/19", + "94.126.204.0/22", + "94.139.248.0/22" + ], + "domains": [ + "adfox.ru", + "admetrica.ru", + "kinopoisk-ru.clstorage.net", + "kinopoisk.ru", + "naydex.net", + "rostaxi.org", + "turbopages.org", + "webvisor.com", + "webvisor.org", + "xn--d1acpjx3f.xn--p1ai", + "ya.ru", + "yads.tech", + "yandex", + "yandex-bank.net", + "yandex-images.clstorage.net", + "yandex-team.ru", + "yandex.aero", + "yandex.az", + "yandex.by", + "yandex.cloud", + "yandex.co.il", + "yandex.com", + "yandex.com.am", + "yandex.com.ge", + "yandex.com.ru", + "yandex.com.tr", + "yandex.com.ua", + "yandex.de", + "yandex.ee", + "yandex.eu", + "yandex.fi", + "yandex.fr", + "yandex.jobs", + "yandex.kg", + "yandex.kz", + "yandex.lt", + "yandex.lv", + "yandex.md", + "yandex.net", + "yandex.org", + "yandex.pl", + "yandex.ru", + "yandex.st", + "yandex.sx", + "yandex.tj", + "yandex.tm", + "yandex.tr", + "yandex.ua", + "yandex.uz", + "yandexadexchange.net", + "yandexcloud.net", + "yandexcom.net", + "yandexmetrica.com", + "yandexwebcache.org", + "yastat.net", + "yastatic.net" + ], + "last_updated": 1768864910.7611065, + "long_description": "Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services.", + "name": "Yandex", + "org_ids": [ + "ORG-YA1-RIPE", + "ORG-YATR1-RIPE", + "ORG-YCTL2-RIPE", + "ORG-YIJL1-RIPE", + "ORG-YL30-RIPE", + "ORG-YL62-RIPE" + ], + "regexes": {}, + "short_description": "Yandex Cloud", + "tags": [ + "cloud" + ], + "v2fly_company": "yandex" + }, "Zoho": { "asns": [ 2639, @@ -58824,24 +58485,18 @@ "135.84.80.0/22", "136.143.160.0/22", "136.143.172.0/23", - "136.143.174.0/24", "136.143.176.0/20", - "136.143.189.0/24", "144.89.64.0/22", "147.124.12.0/24", "147.124.14.0/23", "160.25.254.0/23", - "160.32.128.0/19", - "160.32.160.0/20", - "160.32.176.0/21", "160.32.184.0/22", - "160.32.184.0/24", "160.32.186.0/24", "160.32.188.0/23", "165.173.128.0/23", - "165.173.128.0/24", "165.173.160.0/23", "165.173.164.0/23", + "165.173.174.0/23", "165.173.175.0/24", "165.173.176.0/21", "165.173.178.0/23", @@ -58850,26 +58505,24 @@ "165.173.186.0/24", "165.173.188.0/22", "169.148.128.0/20", - "169.148.134.0/24", "169.148.144.0/21", - "169.148.146.0/23", "169.148.152.0/22", "169.148.156.0/24", "169.148.160.0/24", - "169.148.162.0/23", "169.148.168.0/21", + "169.148.172.0/23", "169.148.176.0/22", + "169.148.176.0/24", "169.148.178.0/23", "169.148.180.0/24", "169.148.188.0/23", "185.230.212.0/22", - "185.230.212.0/24", "193.118.160.0/23", "199.67.64.0/23", "199.67.69.0/24", "199.67.70.0/24", "199.67.72.0/21", - "199.67.74.0/24", + "199.67.74.0/23", "199.67.80.0/21", "199.67.80.0/22", "199.67.88.0/22", @@ -58877,15 +58530,15 @@ "199.67.94.0/23", "204.141.160.0/24", "204.141.32.0/23", - "204.141.33.0/24", "204.141.42.0/23", "213.161.74.0/23", "2400:5a20:4::/46", "2400:5a20:a::/47", "2400:6d20:10::/47", - "2400:6d20:fc02::/47", + "2400:6d20:fc00::/47", "2400:b3e0:2::/47", "2401:9ce0::/47", + "2401:9ce0::/48", "2602:801:c000::/47", "2602:801:c004::/46", "2602:801:c008::/46", @@ -58897,7 +58550,6 @@ "65.154.166.0/24", "8.33.38.0/23", "8.39.54.0/23", - "8.39.54.0/24", "8.40.222.0/23", "8.47.10.0/23", "91.103.153.0/24", @@ -58918,7 +58570,7 @@ "zohouniversity.com", "zohowebstatic.com" ], - "last_updated": 1766077263.0154922, + "last_updated": 1768864913.6055315, "long_description": "An Indian software company that provides cloud-based business software and productivity tools including CRM, email, and office suites.", "name": "Zoho", "org_ids": [ @@ -58946,6 +58598,7 @@ "101.2.212.0/23", "101.2.222.0/23", "101.2.224.0/20", + "101.2.242.0/23", "103.215.126.0/24", "104.129.192.0/21", "104.129.200.0/23", @@ -59002,6 +58655,8 @@ "159.254.176.0/21", "159.254.184.0/23", "159.254.192.0/21", + "159.254.210.0/23", + "159.254.212.0/22", "159.254.30.0/23", "159.254.32.0/20", "159.254.48.0/22", @@ -59025,6 +58680,7 @@ "165.225.226.0/23", "165.225.228.0/22", "165.225.232.0/22", + "165.225.238.0/23", "165.225.240.0/22", "165.225.246.0/23", "165.225.248.0/23", @@ -59190,7 +58846,7 @@ "98.98.28.0/24" ], "domains": [], - "last_updated": 1767754939.775195, + "last_updated": 1768864915.6624928, "long_description": "A cloud security company providing secure internet access, cloud security, and zero trust network access services.", "name": "Zscaler", "org_ids": [], diff --git a/cloudcheck/helpers.py b/cloudcheck/helpers.py index b571830..1b0aaee 100644 --- a/cloudcheck/helpers.py +++ b/cloudcheck/helpers.py @@ -1,6 +1,6 @@ import ipaddress import os -import requests +import httpx from pathlib import Path from typing import List, Set, Union @@ -201,7 +201,7 @@ def strings_to_cidrs( } -def request(url, include_api_key=False, browser_headers=False, **kwargs): +def request(url, include_api_key=False, browser_headers=False, timeout=60, **kwargs): headers = kwargs.get("headers", {}) if browser_headers: headers.update(browser_base_headers) @@ -209,7 +209,9 @@ def request(url, include_api_key=False, browser_headers=False, **kwargs): if include_api_key and bbot_io_api_key: headers["Authorization"] = f"Bearer {bbot_io_api_key}" kwargs["headers"] = headers - return requests.get(url, **kwargs) + kwargs["timeout"] = timeout + kwargs.setdefault("follow_redirects", True) + return httpx.get(url, **kwargs) def parse_v2fly_domain_file(file_path: Path) -> Set[str]: diff --git a/cloudcheck/providers/yandex.py b/cloudcheck/providers/yandex.py new file mode 100644 index 0000000..8e888f9 --- /dev/null +++ b/cloudcheck/providers/yandex.py @@ -0,0 +1,107 @@ +from cloudcheck.providers.base import BaseProvider +from typing import List + + +class Yandex(BaseProvider): + v2fly_company: str = "yandex" + short_description: str = "Yandex Cloud" + long_description: str = "Russian cloud computing and internet services provider, offering infrastructure, storage, and various digital services." + # { + # "org_id": "ORG-YA1-RIPE", + # "org_name": "YANDEX LLC", + # "country": "RU", + # "asns": [ + # { + # "asn": 13238, + # "name": "YANDEX" + # }, + # { + # "asn": 44534, + # "name": "yandex-office" + # }, + # { + # "asn": 215109, + # "name": "YANDEX-COM" + # } + # ], + # "emails": [ + # "gbragin@yandex-team.ru", + # "noc@yandex.net" + # ] + # }, + # { + # "org_id": "ORG-YATR1-RIPE", + # "org_name": "Buyuk Reklam Cozumleri LLC", + # "country": "TR", + # "asns": [ + # { + # "asn": 212066, + # "name": "YANDEX-COM-TR" + # } + # ] + # }, + # { + # "org_id": "ORG-YCTL2-RIPE", + # "org_name": "Yandex.Telecom LLC", + # "country": "RU", + # "asns": [ + # { + # "asn": 202611, + # "name": "YCTL" + # }, + # { + # "asn": 213952, + # "name": "YACLOUDII" + # } + # ] + # }, + # { + # "org_id": "ORG-YIJL1-RIPE", + # "org_name": "Y. Izdeu men Jarnama LLP", + # "country": "KZ", + # "asns": [ + # { + # "asn": 207304, + # "name": "YANDEX-KZ" + # } + # ] + # }, + # { + # "org_id": "ORG-YL30-RIPE", + # "org_name": "Yandex.OFD LLC", + # "country": "RU", + # "asns": [ + # { + # "asn": 207207, + # "name": "YL30" + # } + # ] + # }, + # { + # "org_id": "ORG-YL62-RIPE", + # "org_name": "Yandex.Cloud LLC", + # "country": "RU", + # "asns": [ + # { + # "asn": 200350, + # "name": "YandexCloud" + # }, + # { + # "asn": 210656, + # "name": "YACLOUDBMS" + # }, + # { + # "asn": 215013, + # "name": "YACLOUDCDN" + # } + # ] + # } + org_ids: List[str] = [ + "ORG-YA1-RIPE", # YANDEX LLC, RU + "ORG-YATR1-RIPE", # Buyuk Reklam Cozumleri LLC (ASN: 212066, YANDEX-COM-TR) + "ORG-YCTL2-RIPE", # Yandex.Telecom LLC, RU + "ORG-YIJL1-RIPE", # Y. Izdeu men Jarnama LLP, KZ (ASN: 207304, YANDEX-KZ) + "ORG-YL30-RIPE", # Yandex.OFD LLC, RU + "ORG-YL62-RIPE", # Yandex.Cloud LLC, RU + ] + tags: List[str] = ["cloud"] diff --git a/cloudcheck_update/__init__.py b/cloudcheck_update/__init__.py index 6ece551..fb75991 100644 --- a/cloudcheck_update/__init__.py +++ b/cloudcheck_update/__init__.py @@ -33,16 +33,26 @@ def update(): providers = {} errors = [] - with ThreadPoolExecutor() as executor: + with ThreadPoolExecutor(max_workers=10) as executor: futures = { - executor.submit(_update_provider, provider_class): provider_class + executor.submit(_update_provider, provider_class): provider_class.__name__ for provider_class in provider_classes.values() } + pending = set(futures.values()) for future in as_completed(futures): + name = futures[future] + pending.discard(name) name, provider, provider_errors = future.result() + print(f"Finished updating {name}") + for error in provider_errors: + print(f" - Error: {error}") + print(f" Pending ({len(pending)}): {', '.join(sorted(pending))}") if name and provider: providers[name] = provider errors.extend(provider_errors) + print("Exiting for loop...") + print("Exited executor context") + print(f"Finished updating {len(providers):,} providers") new_json = {n: p.model_dump() for n, p in providers.items()} existing_json = json.load(open(json_path)) if json_path.exists() else {} @@ -50,12 +60,20 @@ def update(): # instead of directly dumping the new data, we merge it with the existing for name, provider in new_json.items(): if name not in existing_json: + print(f"Adding {name}") existing_json[name] = provider continue + print(f"Merging {name}") existing_provider = existing_json[name] for k, v in provider.items(): - if v and not existing_provider.get(k, None): + print(f" {k}: {v}") + # update with the new value, as long as it's not empty/None + if v: + print(f" Adding {k}: {v}") existing_provider[k] = v + else: + print(f" Skipping {k}: {v}, ") + existing_json[name] = existing_provider with open(json_path, "w") as f: json.dump(existing_json, f, indent=1, sort_keys=True) diff --git a/helm/cloudcheck/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from helm/cloudcheck/Chart.yaml rename to helm/Chart.yaml diff --git a/helm/cloudcheck/templates/deployment.yaml b/helm/cloudcheck/templates/deployment.yaml deleted file mode 100644 index 1a2c456..0000000 --- a/helm/cloudcheck/templates/deployment.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: {{ .Release.Name }}-cloudcheck -spec: - replicas: 2 - selector: - matchLabels: - app: cloudcheck - template: - metadata: - labels: - app: cloudcheck - spec: - containers: - - name: cloudcheck - image: blacklanternsecurity/cloudcheck:{{ .Chart.AppVersion }} diff --git a/helm/cloudcheck/values.yaml b/helm/cloudcheck/values.yaml deleted file mode 100644 index 89d0b74..0000000 --- a/helm/cloudcheck/values.yaml +++ /dev/null @@ -1 +0,0 @@ -cloudcheckVersion: "1.0" diff --git a/helm/templates/cloudcheck.yaml b/helm/templates/cloudcheck.yaml new file mode 100644 index 0000000..e3e12d0 --- /dev/null +++ b/helm/templates/cloudcheck.yaml @@ -0,0 +1,28 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cloudcheck +spec: + replicas: {{ .Values.replicas }} + selector: + matchLabels: + app: cloudcheck + template: + metadata: + labels: + app: cloudcheck + spec: + containers: + - name: cloudcheck + image: blacklanternsecurity/cloudcheck:{{ .Values.cloudcheckVersion }} +--- +apiVersion: v1 +kind: Service +metadata: + name: cloudcheck +spec: + selector: + app: cloudcheck + ports: + - port: {{ .Values.port }} + targetPort: {{ .Values.targetPort }} diff --git a/helm/values.yaml b/helm/values.yaml new file mode 100644 index 0000000..de055da --- /dev/null +++ b/helm/values.yaml @@ -0,0 +1,4 @@ +cloudcheckVersion: "v1.0" +replicas: 2 +port: 80 +targetPort: 8080 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8dd2501..3e88f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "cloudcheck" -version = "8.7.1" +version = "8.7.2" description = "Detailed database of cloud providers. Instantly look up a domain or IP address" readme = "README.md" requires-python = ">=3.9" @@ -12,11 +12,11 @@ dependencies = [] [dependency-groups] dev = [ + "httpx>=0.28.1", "maturin>=1.10.2", "pydantic>=2.12.5", "pytest>=8.4.2", "pytest-asyncio>=0.24.0", - "requests>=2.32.5", "ruff>=0.14.8", ] diff --git a/src/lib.rs b/src/lib.rs index 74caf75..96bc8c3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -281,7 +281,7 @@ impl CloudCheck { Ok(Some(n)) => n, Ok(None) => continue, Err(e) => { - eprintln!("Error inserting CIDR '{}': {}", cidr, e); + log::warn!("Error inserting CIDR '{}': {}", cidr, e); continue; } }, @@ -300,7 +300,7 @@ impl CloudCheck { Ok(Some(n)) => n, Ok(None) => continue, Err(e) => { - eprintln!("Error inserting domain '{}': {}", domain, e); + log::warn!("Error inserting domain '{}': {}", domain, e); continue; } }, diff --git a/src/main.rs b/src/main.rs index d05907e..ce1202a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,14 +43,14 @@ async fn main() { println!("{}", json); } Err(e) => { - eprintln!("Error: {}", e); + log::error!("Error: {}", e); std::process::exit(1); } } } Commands::Serve { host, port } => { if let Err(e) = api::serve(host, port).await { - eprintln!("Server error: {}", e); + log::error!("Server error: {}", e); std::process::exit(1); } } diff --git a/uv.lock b/uv.lock index ab9c509..3811c40 100644 --- a/uv.lock +++ b/uv.lock @@ -15,6 +15,20 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643, upload-time = "2024-05-20T21:33:24.1Z" }, ] +[[package]] +name = "anyio" +version = "4.12.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, + { name = "idna" }, + { name = "typing-extensions", marker = "python_full_version < '3.13'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/96/f0/5eb65b2bb0d09ac6776f2eb54adee6abe8228ea05b20a5ad0e4945de8aac/anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703", size = 228685, upload-time = "2026-01-06T11:45:21.246Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/38/0e/27be9fdef66e72d64c0cdc3cc2823101b80585f8119b5c112c2e8f5f7dab/anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c", size = 113592, upload-time = "2026-01-06T11:45:19.497Z" }, +] + [[package]] name = "backports-asyncio-runner" version = "1.2.0" @@ -33,124 +47,19 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/70/7d/9bc192684cea499815ff478dfcdc13835ddf401365057044fb721ec6bddb/certifi-2025.11.12-py3-none-any.whl", hash = "sha256:97de8790030bbd5c2d96b7ec782fc2f7820ef8dba6db909ccf95449f2d062d4b", size = 159438, upload-time = "2025-11-12T02:54:49.735Z" }, ] -[[package]] -name = "charset-normalizer" -version = "3.4.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a", size = 129418, upload-time = "2025-10-14T04:42:32.879Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1f/b8/6d51fc1d52cbd52cd4ccedd5b5b2f0f6a11bbf6765c782298b0f3e808541/charset_normalizer-3.4.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e824f1492727fa856dd6eda4f7cee25f8518a12f3c4a56a74e8095695089cf6d", size = 209709, upload-time = "2025-10-14T04:40:11.385Z" }, - { url = "https://files.pythonhosted.org/packages/5c/af/1f9d7f7faafe2ddfb6f72a2e07a548a629c61ad510fe60f9630309908fef/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4bd5d4137d500351a30687c2d3971758aac9a19208fc110ccb9d7188fbe709e8", size = 148814, upload-time = "2025-10-14T04:40:13.135Z" }, - { url = "https://files.pythonhosted.org/packages/79/3d/f2e3ac2bbc056ca0c204298ea4e3d9db9b4afe437812638759db2c976b5f/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad", size = 144467, upload-time = "2025-10-14T04:40:14.728Z" }, - { url = "https://files.pythonhosted.org/packages/ec/85/1bf997003815e60d57de7bd972c57dc6950446a3e4ccac43bc3070721856/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f820802628d2694cb7e56db99213f930856014862f3fd943d290ea8438d07ca8", size = 162280, upload-time = "2025-10-14T04:40:16.14Z" }, - { url = "https://files.pythonhosted.org/packages/3e/8e/6aa1952f56b192f54921c436b87f2aaf7c7a7c3d0d1a765547d64fd83c13/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:798d75d81754988d2565bff1b97ba5a44411867c0cf32b77a7e8f8d84796b10d", size = 159454, upload-time = "2025-10-14T04:40:17.567Z" }, - { url = "https://files.pythonhosted.org/packages/36/3b/60cbd1f8e93aa25d1c669c649b7a655b0b5fb4c571858910ea9332678558/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d1bb833febdff5c8927f922386db610b49db6e0d4f4ee29601d71e7c2694313", size = 153609, upload-time = "2025-10-14T04:40:19.08Z" }, - { url = "https://files.pythonhosted.org/packages/64/91/6a13396948b8fd3c4b4fd5bc74d045f5637d78c9675585e8e9fbe5636554/charset_normalizer-3.4.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9cd98cdc06614a2f768d2b7286d66805f94c48cde050acdbbb7db2600ab3197e", size = 151849, upload-time = "2025-10-14T04:40:20.607Z" }, - { url = "https://files.pythonhosted.org/packages/b7/7a/59482e28b9981d105691e968c544cc0df3b7d6133152fb3dcdc8f135da7a/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93", size = 151586, upload-time = "2025-10-14T04:40:21.719Z" }, - { url = "https://files.pythonhosted.org/packages/92/59/f64ef6a1c4bdd2baf892b04cd78792ed8684fbc48d4c2afe467d96b4df57/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:244bfb999c71b35de57821b8ea746b24e863398194a4014e4c76adc2bbdfeff0", size = 145290, upload-time = "2025-10-14T04:40:23.069Z" }, - { url = "https://files.pythonhosted.org/packages/6b/63/3bf9f279ddfa641ffa1962b0db6a57a9c294361cc2f5fcac997049a00e9c/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:64b55f9dce520635f018f907ff1b0df1fdc31f2795a922fb49dd14fbcdf48c84", size = 163663, upload-time = "2025-10-14T04:40:24.17Z" }, - { url = "https://files.pythonhosted.org/packages/ed/09/c9e38fc8fa9e0849b172b581fd9803bdf6e694041127933934184e19f8c3/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e", size = 151964, upload-time = "2025-10-14T04:40:25.368Z" }, - { url = "https://files.pythonhosted.org/packages/d2/d1/d28b747e512d0da79d8b6a1ac18b7ab2ecfd81b2944c4c710e166d8dd09c/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6515f3182dbe4ea06ced2d9e8666d97b46ef4c75e326b79bb624110f122551db", size = 161064, upload-time = "2025-10-14T04:40:26.806Z" }, - { url = "https://files.pythonhosted.org/packages/bb/9a/31d62b611d901c3b9e5500c36aab0ff5eb442043fb3a1c254200d3d397d9/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc00f04ed596e9dc0da42ed17ac5e596c6ccba999ba6bd92b0e0aef2f170f2d6", size = 155015, upload-time = "2025-10-14T04:40:28.284Z" }, - { url = "https://files.pythonhosted.org/packages/1f/f3/107e008fa2bff0c8b9319584174418e5e5285fef32f79d8ee6a430d0039c/charset_normalizer-3.4.4-cp310-cp310-win32.whl", hash = "sha256:f34be2938726fc13801220747472850852fe6b1ea75869a048d6f896838c896f", size = 99792, upload-time = "2025-10-14T04:40:29.613Z" }, - { url = "https://files.pythonhosted.org/packages/eb/66/e396e8a408843337d7315bab30dbf106c38966f1819f123257f5520f8a96/charset_normalizer-3.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:a61900df84c667873b292c3de315a786dd8dac506704dea57bc957bd31e22c7d", size = 107198, upload-time = "2025-10-14T04:40:30.644Z" }, - { url = "https://files.pythonhosted.org/packages/b5/58/01b4f815bf0312704c267f2ccb6e5d42bcc7752340cd487bc9f8c3710597/charset_normalizer-3.4.4-cp310-cp310-win_arm64.whl", hash = "sha256:cead0978fc57397645f12578bfd2d5ea9138ea0fac82b2f63f7f7c6877986a69", size = 100262, upload-time = "2025-10-14T04:40:32.108Z" }, - { url = "https://files.pythonhosted.org/packages/ed/27/c6491ff4954e58a10f69ad90aca8a1b6fe9c5d3c6f380907af3c37435b59/charset_normalizer-3.4.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e1fcf0720908f200cd21aa4e6750a48ff6ce4afe7ff5a79a90d5ed8a08296f8", size = 206988, upload-time = "2025-10-14T04:40:33.79Z" }, - { url = "https://files.pythonhosted.org/packages/94/59/2e87300fe67ab820b5428580a53cad894272dbb97f38a7a814a2a1ac1011/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f819d5fe9234f9f82d75bdfa9aef3a3d72c4d24a6e57aeaebba32a704553aa0", size = 147324, upload-time = "2025-10-14T04:40:34.961Z" }, - { url = "https://files.pythonhosted.org/packages/07/fb/0cf61dc84b2b088391830f6274cb57c82e4da8bbc2efeac8c025edb88772/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a59cb51917aa591b1c4e6a43c132f0cdc3c76dbad6155df4e28ee626cc77a0a3", size = 142742, upload-time = "2025-10-14T04:40:36.105Z" }, - { url = "https://files.pythonhosted.org/packages/62/8b/171935adf2312cd745d290ed93cf16cf0dfe320863ab7cbeeae1dcd6535f/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ef3c867360f88ac904fd3f5e1f902f13307af9052646963ee08ff4f131adafc", size = 160863, upload-time = "2025-10-14T04:40:37.188Z" }, - { url = "https://files.pythonhosted.org/packages/09/73/ad875b192bda14f2173bfc1bc9a55e009808484a4b256748d931b6948442/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d9e45d7faa48ee908174d8fe84854479ef838fc6a705c9315372eacbc2f02897", size = 157837, upload-time = "2025-10-14T04:40:38.435Z" }, - { url = "https://files.pythonhosted.org/packages/6d/fc/de9cce525b2c5b94b47c70a4b4fb19f871b24995c728e957ee68ab1671ea/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:840c25fb618a231545cbab0564a799f101b63b9901f2569faecd6b222ac72381", size = 151550, upload-time = "2025-10-14T04:40:40.053Z" }, - { url = "https://files.pythonhosted.org/packages/55/c2/43edd615fdfba8c6f2dfbd459b25a6b3b551f24ea21981e23fb768503ce1/charset_normalizer-3.4.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ca5862d5b3928c4940729dacc329aa9102900382fea192fc5e52eb69d6093815", size = 149162, upload-time = "2025-10-14T04:40:41.163Z" }, - { url = "https://files.pythonhosted.org/packages/03/86/bde4ad8b4d0e9429a4e82c1e8f5c659993a9a863ad62c7df05cf7b678d75/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9c7f57c3d666a53421049053eaacdd14bbd0a528e2186fcb2e672effd053bb0", size = 150019, upload-time = "2025-10-14T04:40:42.276Z" }, - { url = "https://files.pythonhosted.org/packages/1f/86/a151eb2af293a7e7bac3a739b81072585ce36ccfb4493039f49f1d3cae8c/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:277e970e750505ed74c832b4bf75dac7476262ee2a013f5574dd49075879e161", size = 143310, upload-time = "2025-10-14T04:40:43.439Z" }, - { url = "https://files.pythonhosted.org/packages/b5/fe/43dae6144a7e07b87478fdfc4dbe9efd5defb0e7ec29f5f58a55aeef7bf7/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:31fd66405eaf47bb62e8cd575dc621c56c668f27d46a61d975a249930dd5e2a4", size = 162022, upload-time = "2025-10-14T04:40:44.547Z" }, - { url = "https://files.pythonhosted.org/packages/80/e6/7aab83774f5d2bca81f42ac58d04caf44f0cc2b65fc6db2b3b2e8a05f3b3/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0d3d8f15c07f86e9ff82319b3d9ef6f4bf907608f53fe9d92b28ea9ae3d1fd89", size = 149383, upload-time = "2025-10-14T04:40:46.018Z" }, - { url = "https://files.pythonhosted.org/packages/4f/e8/b289173b4edae05c0dde07f69f8db476a0b511eac556dfe0d6bda3c43384/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f7fcd74d410a36883701fafa2482a6af2ff5ba96b9a620e9e0721e28ead5569", size = 159098, upload-time = "2025-10-14T04:40:47.081Z" }, - { url = "https://files.pythonhosted.org/packages/d8/df/fe699727754cae3f8478493c7f45f777b17c3ef0600e28abfec8619eb49c/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ebf3e58c7ec8a8bed6d66a75d7fb37b55e5015b03ceae72a8e7c74495551e224", size = 152991, upload-time = "2025-10-14T04:40:48.246Z" }, - { url = "https://files.pythonhosted.org/packages/1a/86/584869fe4ddb6ffa3bd9f491b87a01568797fb9bd8933f557dba9771beaf/charset_normalizer-3.4.4-cp311-cp311-win32.whl", hash = "sha256:eecbc200c7fd5ddb9a7f16c7decb07b566c29fa2161a16cf67b8d068bd21690a", size = 99456, upload-time = "2025-10-14T04:40:49.376Z" }, - { url = "https://files.pythonhosted.org/packages/65/f6/62fdd5feb60530f50f7e38b4f6a1d5203f4d16ff4f9f0952962c044e919a/charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:5ae497466c7901d54b639cf42d5b8c1b6a4fead55215500d2f486d34db48d016", size = 106978, upload-time = "2025-10-14T04:40:50.844Z" }, - { url = "https://files.pythonhosted.org/packages/7a/9d/0710916e6c82948b3be62d9d398cb4fcf4e97b56d6a6aeccd66c4b2f2bd5/charset_normalizer-3.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:65e2befcd84bc6f37095f5961e68a6f077bf44946771354a28ad434c2cce0ae1", size = 99969, upload-time = "2025-10-14T04:40:52.272Z" }, - { url = "https://files.pythonhosted.org/packages/f3/85/1637cd4af66fa687396e757dec650f28025f2a2f5a5531a3208dc0ec43f2/charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394", size = 208425, upload-time = "2025-10-14T04:40:53.353Z" }, - { url = "https://files.pythonhosted.org/packages/9d/6a/04130023fef2a0d9c62d0bae2649b69f7b7d8d24ea5536feef50551029df/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25", size = 148162, upload-time = "2025-10-14T04:40:54.558Z" }, - { url = "https://files.pythonhosted.org/packages/78/29/62328d79aa60da22c9e0b9a66539feae06ca0f5a4171ac4f7dc285b83688/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef", size = 144558, upload-time = "2025-10-14T04:40:55.677Z" }, - { url = "https://files.pythonhosted.org/packages/86/bb/b32194a4bf15b88403537c2e120b817c61cd4ecffa9b6876e941c3ee38fe/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d", size = 161497, upload-time = "2025-10-14T04:40:57.217Z" }, - { url = "https://files.pythonhosted.org/packages/19/89/a54c82b253d5b9b111dc74aca196ba5ccfcca8242d0fb64146d4d3183ff1/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8", size = 159240, upload-time = "2025-10-14T04:40:58.358Z" }, - { url = "https://files.pythonhosted.org/packages/c0/10/d20b513afe03acc89ec33948320a5544d31f21b05368436d580dec4e234d/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11d694519d7f29d6cd09f6ac70028dba10f92f6cdd059096db198c283794ac86", size = 153471, upload-time = "2025-10-14T04:40:59.468Z" }, - { url = "https://files.pythonhosted.org/packages/61/fa/fbf177b55bdd727010f9c0a3c49eefa1d10f960e5f09d1d887bf93c2e698/charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a", size = 150864, upload-time = "2025-10-14T04:41:00.623Z" }, - { url = "https://files.pythonhosted.org/packages/05/12/9fbc6a4d39c0198adeebbde20b619790e9236557ca59fc40e0e3cebe6f40/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f", size = 150647, upload-time = "2025-10-14T04:41:01.754Z" }, - { url = "https://files.pythonhosted.org/packages/ad/1f/6a9a593d52e3e8c5d2b167daf8c6b968808efb57ef4c210acb907c365bc4/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc", size = 145110, upload-time = "2025-10-14T04:41:03.231Z" }, - { url = "https://files.pythonhosted.org/packages/30/42/9a52c609e72471b0fc54386dc63c3781a387bb4fe61c20231a4ebcd58bdd/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf", size = 162839, upload-time = "2025-10-14T04:41:04.715Z" }, - { url = "https://files.pythonhosted.org/packages/c4/5b/c0682bbf9f11597073052628ddd38344a3d673fda35a36773f7d19344b23/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15", size = 150667, upload-time = "2025-10-14T04:41:05.827Z" }, - { url = "https://files.pythonhosted.org/packages/e4/24/a41afeab6f990cf2daf6cb8c67419b63b48cf518e4f56022230840c9bfb2/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9", size = 160535, upload-time = "2025-10-14T04:41:06.938Z" }, - { url = "https://files.pythonhosted.org/packages/2a/e5/6a4ce77ed243c4a50a1fecca6aaaab419628c818a49434be428fe24c9957/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0", size = 154816, upload-time = "2025-10-14T04:41:08.101Z" }, - { url = "https://files.pythonhosted.org/packages/a8/ef/89297262b8092b312d29cdb2517cb1237e51db8ecef2e9af5edbe7b683b1/charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26", size = 99694, upload-time = "2025-10-14T04:41:09.23Z" }, - { url = "https://files.pythonhosted.org/packages/3d/2d/1e5ed9dd3b3803994c155cd9aacb60c82c331bad84daf75bcb9c91b3295e/charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525", size = 107131, upload-time = "2025-10-14T04:41:10.467Z" }, - { url = "https://files.pythonhosted.org/packages/d0/d9/0ed4c7098a861482a7b6a95603edce4c0d9db2311af23da1fb2b75ec26fc/charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3", size = 100390, upload-time = "2025-10-14T04:41:11.915Z" }, - { url = "https://files.pythonhosted.org/packages/97/45/4b3a1239bbacd321068ea6e7ac28875b03ab8bc0aa0966452db17cd36714/charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794", size = 208091, upload-time = "2025-10-14T04:41:13.346Z" }, - { url = "https://files.pythonhosted.org/packages/7d/62/73a6d7450829655a35bb88a88fca7d736f9882a27eacdca2c6d505b57e2e/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed", size = 147936, upload-time = "2025-10-14T04:41:14.461Z" }, - { url = "https://files.pythonhosted.org/packages/89/c5/adb8c8b3d6625bef6d88b251bbb0d95f8205831b987631ab0c8bb5d937c2/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72", size = 144180, upload-time = "2025-10-14T04:41:15.588Z" }, - { url = "https://files.pythonhosted.org/packages/91/ed/9706e4070682d1cc219050b6048bfd293ccf67b3d4f5a4f39207453d4b99/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328", size = 161346, upload-time = "2025-10-14T04:41:16.738Z" }, - { url = "https://files.pythonhosted.org/packages/d5/0d/031f0d95e4972901a2f6f09ef055751805ff541511dc1252ba3ca1f80cf5/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede", size = 158874, upload-time = "2025-10-14T04:41:17.923Z" }, - { url = "https://files.pythonhosted.org/packages/f5/83/6ab5883f57c9c801ce5e5677242328aa45592be8a00644310a008d04f922/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8a8b89589086a25749f471e6a900d3f662d1d3b6e2e59dcecf787b1cc3a1894", size = 153076, upload-time = "2025-10-14T04:41:19.106Z" }, - { url = "https://files.pythonhosted.org/packages/75/1e/5ff781ddf5260e387d6419959ee89ef13878229732732ee73cdae01800f2/charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1", size = 150601, upload-time = "2025-10-14T04:41:20.245Z" }, - { url = "https://files.pythonhosted.org/packages/d7/57/71be810965493d3510a6ca79b90c19e48696fb1ff964da319334b12677f0/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490", size = 150376, upload-time = "2025-10-14T04:41:21.398Z" }, - { url = "https://files.pythonhosted.org/packages/e5/d5/c3d057a78c181d007014feb7e9f2e65905a6c4ef182c0ddf0de2924edd65/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44", size = 144825, upload-time = "2025-10-14T04:41:22.583Z" }, - { url = "https://files.pythonhosted.org/packages/e6/8c/d0406294828d4976f275ffbe66f00266c4b3136b7506941d87c00cab5272/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133", size = 162583, upload-time = "2025-10-14T04:41:23.754Z" }, - { url = "https://files.pythonhosted.org/packages/d7/24/e2aa1f18c8f15c4c0e932d9287b8609dd30ad56dbe41d926bd846e22fb8d/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3", size = 150366, upload-time = "2025-10-14T04:41:25.27Z" }, - { url = "https://files.pythonhosted.org/packages/e4/5b/1e6160c7739aad1e2df054300cc618b06bf784a7a164b0f238360721ab86/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e", size = 160300, upload-time = "2025-10-14T04:41:26.725Z" }, - { url = "https://files.pythonhosted.org/packages/7a/10/f882167cd207fbdd743e55534d5d9620e095089d176d55cb22d5322f2afd/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc", size = 154465, upload-time = "2025-10-14T04:41:28.322Z" }, - { url = "https://files.pythonhosted.org/packages/89/66/c7a9e1b7429be72123441bfdbaf2bc13faab3f90b933f664db506dea5915/charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac", size = 99404, upload-time = "2025-10-14T04:41:29.95Z" }, - { url = "https://files.pythonhosted.org/packages/c4/26/b9924fa27db384bdcd97ab83b4f0a8058d96ad9626ead570674d5e737d90/charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14", size = 107092, upload-time = "2025-10-14T04:41:31.188Z" }, - { url = "https://files.pythonhosted.org/packages/af/8f/3ed4bfa0c0c72a7ca17f0380cd9e4dd842b09f664e780c13cff1dcf2ef1b/charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2", size = 100408, upload-time = "2025-10-14T04:41:32.624Z" }, - { url = "https://files.pythonhosted.org/packages/2a/35/7051599bd493e62411d6ede36fd5af83a38f37c4767b92884df7301db25d/charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd", size = 207746, upload-time = "2025-10-14T04:41:33.773Z" }, - { url = "https://files.pythonhosted.org/packages/10/9a/97c8d48ef10d6cd4fcead2415523221624bf58bcf68a802721a6bc807c8f/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb", size = 147889, upload-time = "2025-10-14T04:41:34.897Z" }, - { url = "https://files.pythonhosted.org/packages/10/bf/979224a919a1b606c82bd2c5fa49b5c6d5727aa47b4312bb27b1734f53cd/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e", size = 143641, upload-time = "2025-10-14T04:41:36.116Z" }, - { url = "https://files.pythonhosted.org/packages/ba/33/0ad65587441fc730dc7bd90e9716b30b4702dc7b617e6ba4997dc8651495/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14", size = 160779, upload-time = "2025-10-14T04:41:37.229Z" }, - { url = "https://files.pythonhosted.org/packages/67/ed/331d6b249259ee71ddea93f6f2f0a56cfebd46938bde6fcc6f7b9a3d0e09/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191", size = 159035, upload-time = "2025-10-14T04:41:38.368Z" }, - { url = "https://files.pythonhosted.org/packages/67/ff/f6b948ca32e4f2a4576aa129d8bed61f2e0543bf9f5f2b7fc3758ed005c9/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838", size = 152542, upload-time = "2025-10-14T04:41:39.862Z" }, - { url = "https://files.pythonhosted.org/packages/16/85/276033dcbcc369eb176594de22728541a925b2632f9716428c851b149e83/charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6", size = 149524, upload-time = "2025-10-14T04:41:41.319Z" }, - { url = "https://files.pythonhosted.org/packages/9e/f2/6a2a1f722b6aba37050e626530a46a68f74e63683947a8acff92569f979a/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e", size = 150395, upload-time = "2025-10-14T04:41:42.539Z" }, - { url = "https://files.pythonhosted.org/packages/60/bb/2186cb2f2bbaea6338cad15ce23a67f9b0672929744381e28b0592676824/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c", size = 143680, upload-time = "2025-10-14T04:41:43.661Z" }, - { url = "https://files.pythonhosted.org/packages/7d/a5/bf6f13b772fbb2a90360eb620d52ed8f796f3c5caee8398c3b2eb7b1c60d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090", size = 162045, upload-time = "2025-10-14T04:41:44.821Z" }, - { url = "https://files.pythonhosted.org/packages/df/c5/d1be898bf0dc3ef9030c3825e5d3b83f2c528d207d246cbabe245966808d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152", size = 149687, upload-time = "2025-10-14T04:41:46.442Z" }, - { url = "https://files.pythonhosted.org/packages/a5/42/90c1f7b9341eef50c8a1cb3f098ac43b0508413f33affd762855f67a410e/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828", size = 160014, upload-time = "2025-10-14T04:41:47.631Z" }, - { url = "https://files.pythonhosted.org/packages/76/be/4d3ee471e8145d12795ab655ece37baed0929462a86e72372fd25859047c/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec", size = 154044, upload-time = "2025-10-14T04:41:48.81Z" }, - { url = "https://files.pythonhosted.org/packages/b0/6f/8f7af07237c34a1defe7defc565a9bc1807762f672c0fde711a4b22bf9c0/charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9", size = 99940, upload-time = "2025-10-14T04:41:49.946Z" }, - { url = "https://files.pythonhosted.org/packages/4b/51/8ade005e5ca5b0d80fb4aff72a3775b325bdc3d27408c8113811a7cbe640/charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c", size = 107104, upload-time = "2025-10-14T04:41:51.051Z" }, - { url = "https://files.pythonhosted.org/packages/da/5f/6b8f83a55bb8278772c5ae54a577f3099025f9ade59d0136ac24a0df4bde/charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2", size = 100743, upload-time = "2025-10-14T04:41:52.122Z" }, - { url = "https://files.pythonhosted.org/packages/46/7c/0c4760bccf082737ca7ab84a4c2034fcc06b1f21cf3032ea98bd6feb1725/charset_normalizer-3.4.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a9768c477b9d7bd54bc0c86dbaebdec6f03306675526c9927c0e8a04e8f94af9", size = 209609, upload-time = "2025-10-14T04:42:10.922Z" }, - { url = "https://files.pythonhosted.org/packages/bb/a4/69719daef2f3d7f1819de60c9a6be981b8eeead7542d5ec4440f3c80e111/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bee1e43c28aa63cb16e5c14e582580546b08e535299b8b6158a7c9c768a1f3d", size = 149029, upload-time = "2025-10-14T04:42:12.38Z" }, - { url = "https://files.pythonhosted.org/packages/e6/21/8d4e1d6c1e6070d3672908b8e4533a71b5b53e71d16828cc24d0efec564c/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608", size = 144580, upload-time = "2025-10-14T04:42:13.549Z" }, - { url = "https://files.pythonhosted.org/packages/a7/0a/a616d001b3f25647a9068e0b9199f697ce507ec898cacb06a0d5a1617c99/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0f04b14ffe5fdc8c4933862d8306109a2c51e0704acfa35d51598eb45a1e89fc", size = 162340, upload-time = "2025-10-14T04:42:14.892Z" }, - { url = "https://files.pythonhosted.org/packages/85/93/060b52deb249a5450460e0585c88a904a83aec474ab8e7aba787f45e79f2/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:cd09d08005f958f370f539f186d10aec3377d55b9eeb0d796025d4886119d76e", size = 159619, upload-time = "2025-10-14T04:42:16.676Z" }, - { url = "https://files.pythonhosted.org/packages/dd/21/0274deb1cc0632cd587a9a0ec6b4674d9108e461cb4cd40d457adaeb0564/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4fe7859a4e3e8457458e2ff592f15ccb02f3da787fcd31e0183879c3ad4692a1", size = 153980, upload-time = "2025-10-14T04:42:17.917Z" }, - { url = "https://files.pythonhosted.org/packages/28/2b/e3d7d982858dccc11b31906976323d790dded2017a0572f093ff982d692f/charset_normalizer-3.4.4-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fa09f53c465e532f4d3db095e0c55b615f010ad81803d383195b6b5ca6cbf5f3", size = 152174, upload-time = "2025-10-14T04:42:19.018Z" }, - { url = "https://files.pythonhosted.org/packages/6e/ff/4a269f8e35f1e58b2df52c131a1fa019acb7ef3f8697b7d464b07e9b492d/charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7fa17817dc5625de8a027cb8b26d9fefa3ea28c8253929b8d6649e705d2835b6", size = 151666, upload-time = "2025-10-14T04:42:20.171Z" }, - { url = "https://files.pythonhosted.org/packages/da/c9/ec39870f0b330d58486001dd8e532c6b9a905f5765f58a6f8204926b4a93/charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5947809c8a2417be3267efc979c47d76a079758166f7d43ef5ae8e9f92751f88", size = 145550, upload-time = "2025-10-14T04:42:21.324Z" }, - { url = "https://files.pythonhosted.org/packages/75/8f/d186ab99e40e0ed9f82f033d6e49001701c81244d01905dd4a6924191a30/charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:4902828217069c3c5c71094537a8e623f5d097858ac6ca8252f7b4d10b7560f1", size = 163721, upload-time = "2025-10-14T04:42:22.46Z" }, - { url = "https://files.pythonhosted.org/packages/96/b1/6047663b9744df26a7e479ac1e77af7134b1fcf9026243bb48ee2d18810f/charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:7c308f7e26e4363d79df40ca5b2be1c6ba9f02bdbccfed5abddb7859a6ce72cf", size = 152127, upload-time = "2025-10-14T04:42:23.712Z" }, - { url = "https://files.pythonhosted.org/packages/59/78/e5a6eac9179f24f704d1be67d08704c3c6ab9f00963963524be27c18ed87/charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:2c9d3c380143a1fedbff95a312aa798578371eb29da42106a29019368a475318", size = 161175, upload-time = "2025-10-14T04:42:24.87Z" }, - { url = "https://files.pythonhosted.org/packages/e5/43/0e626e42d54dd2f8dd6fc5e1c5ff00f05fbca17cb699bedead2cae69c62f/charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:cb01158d8b88ee68f15949894ccc6712278243d95f344770fa7593fa2d94410c", size = 155375, upload-time = "2025-10-14T04:42:27.246Z" }, - { url = "https://files.pythonhosted.org/packages/e9/91/d9615bf2e06f35e4997616ff31248c3657ed649c5ab9d35ea12fce54e380/charset_normalizer-3.4.4-cp39-cp39-win32.whl", hash = "sha256:2677acec1a2f8ef614c6888b5b4ae4060cc184174a938ed4e8ef690e15d3e505", size = 99692, upload-time = "2025-10-14T04:42:28.425Z" }, - { url = "https://files.pythonhosted.org/packages/d1/a9/6c040053909d9d1ef4fcab45fddec083aedc9052c10078339b47c8573ea8/charset_normalizer-3.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:f8e160feb2aed042cd657a72acc0b481212ed28b1b9a95c0cee1621b524e1966", size = 107192, upload-time = "2025-10-14T04:42:29.482Z" }, - { url = "https://files.pythonhosted.org/packages/f0/c6/4fa536b2c0cd3edfb7ccf8469fa0f363ea67b7213a842b90909ca33dd851/charset_normalizer-3.4.4-cp39-cp39-win_arm64.whl", hash = "sha256:b5d84d37db046c5ca74ee7bb47dd6cbc13f80665fdde3e8040bdd3fb015ecb50", size = 100220, upload-time = "2025-10-14T04:42:30.632Z" }, - { url = "https://files.pythonhosted.org/packages/0a/4c/925909008ed5a988ccbb72dcc897407e5d6d3bd72410d69e051fc0c14647/charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f", size = 53402, upload-time = "2025-10-14T04:42:31.76Z" }, -] - [[package]] name = "cloudcheck" -version = "8.7.1" +version = "8.7.2" source = { editable = "." } [package.dev-dependencies] dev = [ + { name = "httpx" }, { name = "maturin" }, { name = "pydantic" }, { name = "pytest" }, { name = "pytest-asyncio", version = "1.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "pytest-asyncio", version = "1.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, - { name = "requests" }, { name = "ruff" }, ] @@ -158,11 +67,11 @@ dev = [ [package.metadata.requires-dev] dev = [ + { name = "httpx", specifier = ">=0.28.1" }, { name = "maturin", specifier = ">=1.10.2" }, { name = "pydantic", specifier = ">=2.12.5" }, { name = "pytest", specifier = ">=8.4.2" }, { name = "pytest-asyncio", specifier = ">=0.24.0" }, - { name = "requests", specifier = ">=2.32.5" }, { name = "ruff", specifier = ">=0.14.8" }, ] @@ -187,6 +96,43 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/36/f4/c6e662dade71f56cd2f3735141b265c3c79293c109549c1e6933b0651ffc/exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10", size = 16674, upload-time = "2025-05-10T17:42:49.33Z" }, ] +[[package]] +name = "h11" +version = "0.16.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1", size = 101250, upload-time = "2025-04-24T03:35:25.427Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86", size = 37515, upload-time = "2025-04-24T03:35:24.344Z" }, +] + +[[package]] +name = "httpcore" +version = "1.0.9" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "certifi" }, + { name = "h11" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8", size = 85484, upload-time = "2025-04-24T22:06:22.219Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55", size = 78784, upload-time = "2025-04-24T22:06:20.566Z" }, +] + +[[package]] +name = "httpx" +version = "0.28.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "anyio" }, + { name = "certifi" }, + { name = "httpcore" }, + { name = "idna" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc", size = 141406, upload-time = "2024-12-06T15:37:23.222Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad", size = 73517, upload-time = "2024-12-06T15:37:21.509Z" }, +] + [[package]] name = "idna" version = "3.11" @@ -454,21 +400,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5", size = 15075, upload-time = "2025-11-10T16:07:45.537Z" }, ] -[[package]] -name = "requests" -version = "2.32.5" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "certifi" }, - { name = "charset-normalizer" }, - { name = "idna" }, - { name = "urllib3" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" }, -] - [[package]] name = "ruff" version = "0.14.10" @@ -554,12 +485,3 @@ sdist = { url = "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac wheels = [ { url = "https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7", size = 14611, upload-time = "2025-10-01T02:14:40.154Z" }, ] - -[[package]] -name = "urllib3" -version = "2.6.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1e/24/a2a2ed9addd907787d7aa0355ba36a6cadf1768b934c652ea78acbd59dcd/urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", size = 432930, upload-time = "2025-12-11T15:56:40.252Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6d/b9/4095b668ea3678bf6a0af005527f39de12fb026516fb3df17495a733b7f8/urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd", size = 131182, upload-time = "2025-12-11T15:56:38.584Z" }, -]