├── CHANGELOG.md ├── README.md ├── docs ├── show_security_dynamic-address_address-name_AWS_ALL_IPs.txt └── show_security_dynamic-address_summary_address-name_AWS_ALL_IPs.txt ├── examples_output_tree ├── AMAZON-AWS.txt ├── GITHUB.txt ├── GOOGLE-GCS.txt ├── MAXMIND_GeoIP.txt ├── MICROSOFT-AZURE.txt ├── MICROSOFT-O365.txt ├── ORACLE-OCI.txt └── SPAMHAUS-DROP.txt ├── feeder_AMAZON-AWS.py ├── feeder_GITHUB.py ├── feeder_GOOGLE-GCS.py ├── feeder_MAXMIND_GeoIP.py ├── feeder_MICROSOFT-AZURE.py ├── feeder_MICROSOFT-O365.py ├── feeder_ORACLE-OCI.py ├── feeder_SPAMHAUS-DROP.py └── requirements.txt /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/README.md -------------------------------------------------------------------------------- /docs/show_security_dynamic-address_address-name_AWS_ALL_IPs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/docs/show_security_dynamic-address_address-name_AWS_ALL_IPs.txt -------------------------------------------------------------------------------- /docs/show_security_dynamic-address_summary_address-name_AWS_ALL_IPs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/docs/show_security_dynamic-address_summary_address-name_AWS_ALL_IPs.txt -------------------------------------------------------------------------------- /examples_output_tree/AMAZON-AWS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/AMAZON-AWS.txt -------------------------------------------------------------------------------- /examples_output_tree/GITHUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/GITHUB.txt -------------------------------------------------------------------------------- /examples_output_tree/GOOGLE-GCS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/GOOGLE-GCS.txt -------------------------------------------------------------------------------- /examples_output_tree/MAXMIND_GeoIP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/MAXMIND_GeoIP.txt -------------------------------------------------------------------------------- /examples_output_tree/MICROSOFT-AZURE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/MICROSOFT-AZURE.txt -------------------------------------------------------------------------------- /examples_output_tree/MICROSOFT-O365.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/MICROSOFT-O365.txt -------------------------------------------------------------------------------- /examples_output_tree/ORACLE-OCI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/ORACLE-OCI.txt -------------------------------------------------------------------------------- /examples_output_tree/SPAMHAUS-DROP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/examples_output_tree/SPAMHAUS-DROP.txt -------------------------------------------------------------------------------- /feeder_AMAZON-AWS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_AMAZON-AWS.py -------------------------------------------------------------------------------- /feeder_GITHUB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_GITHUB.py -------------------------------------------------------------------------------- /feeder_GOOGLE-GCS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_GOOGLE-GCS.py -------------------------------------------------------------------------------- /feeder_MAXMIND_GeoIP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_MAXMIND_GeoIP.py -------------------------------------------------------------------------------- /feeder_MICROSOFT-AZURE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_MICROSOFT-AZURE.py -------------------------------------------------------------------------------- /feeder_MICROSOFT-O365.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_MICROSOFT-O365.py -------------------------------------------------------------------------------- /feeder_ORACLE-OCI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_ORACLE-OCI.py -------------------------------------------------------------------------------- /feeder_SPAMHAUS-DROP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nchekwa/cloud-iprange-feeder/HEAD/feeder_SPAMHAUS-DROP.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | ipaddress 2 | httplib2 3 | zipfile --------------------------------------------------------------------------------