taythebot / cdn-ranges

Tool to download IP ranges of CDN providers for bug bounties
45 stars 19 forks source link

Akamai's IP address range appears to be partially uncovered. #1

Open Yuji-Kakeya opened 1 year ago

Yuji-Kakeya commented 1 year ago

For instance, Akamai uses 23.210.26.0/24 as a CDN range, but it was not included in the list. I suspect this is because it's being distributed not under Akamai's AS12222, but AS20940, and that AS number is not being tracked. It would be great if you could add AS20940.

schniggie commented 1 year ago

@Yuji-Kakeya I forked the project some time ago and currently tracking Akamai with the following ASNs:

"AS12222", "AS16625", "AS16702", "AS17204", "AS18680", "AS18717", "AS20189", "AS20940", "AS21342", "AS21357", "AS21399", "AS22207", "AS22452", "AS23454", "AS23455", "AS23903", "AS24319", "AS26008", "AS30675", "AS31107", "AS31108", "AS31109", "AS31110", "AS31377", "AS33047", "AS33905", "AS34164", "AS34850", "AS35204", "AS35993", "AS35994", "AS36183", "AS39836", "AS43639", "AS55409", "AS55770", "AS63949", "AS133103", "AS393560"

You can find my fork here: https://github.com/schniggie/cdn-ranges I also run the an action hourly to push the latest ranges also to the repo: https://github.com/schniggie/cdn-ranges/tree/main/output

YujiKakeya commented 1 year ago

Thanks for fixing it!

jiaoting commented 2 months ago

@Yuji-Kakeya I forked the project some time ago and currently tracking Akamai with the following ASNs:

"AS12222", "AS16625", "AS16702", "AS17204", "AS18680", "AS18717", "AS20189", "AS20940", "AS21342", "AS21357", "AS21399", "AS22207", "AS22452", "AS23454", "AS23455", "AS23903", "AS24319", "AS26008", "AS30675", "AS31107", "AS31108", "AS31109", "AS31110", "AS31377", "AS33047", "AS33905", "AS34164", "AS34850", "AS35204", "AS35993", "AS35994", "AS36183", "AS39836", "AS43639", "AS55409", "AS55770", "AS63949", "AS133103", "AS393560"

You can find my fork here: https://github.com/schniggie/cdn-ranges I also run the an action hourly to push the latest ranges also to the repo: https://github.com/schniggie/cdn-ranges/tree/main/output

github action run wrong