Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Add known cloud provider/CDN/loading balancing IP range look ups #2

Open
iadgovuser1 opened this issue Jul 20, 2018 · 1 comment
Open
Assignees

Comments

@iadgovuser1
Copy link
Contributor

iadgovuser1 commented Jul 20, 2018

Addresses and Aliases property on the connectivity object are useful, but could be better. Combine them per URL:

  • URL
  • DNS aliases
  • IP addresses for those aliases
  • Boolean to denote if the IP address is part of a known cloud provider or CDN
  • If boolean is true, then the name of the provider
  • If boolean is true, then the address ranges that would need to be unblocked

This feature would help those who can't do URL or URL pattern name based unblocks and can only do IP address based unblocks.

Need a function to test if an IP address is in a known range specified in CIDR notation. Could take a dependency on a library or create needed functionality in pure PowerShell.

Need to gather address ranges of common/popular providers or download at runtime ( -IncludeProviders option?)

Amazon AWS

Microsoft Azure

Google Compute Engine

Apple

Akamai

Cloudflare

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants