aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.66k stars 579 forks source link

Cloud discovery is broken #417

Open danielsagi opened 3 years ago

danielsagi commented 3 years ago

What happened

api.azurespeed.com does not exist anymore. we need to replace this dependency. and perhaps think of a better way, without relying on this external service. related #107

azurespeed api link

blrchen commented 3 years ago

The api url has been changed, here is an example for invoking with new api url: https://www.azurespeed.com/api/ipinfo?ipAddressOrUrl=www.azure.com

danielsagi commented 3 years ago

@blrchen does it contain info on other cloud ips other than azure?

blrchen commented 3 years ago

It's for azure only so far