blacklanternsecurity / cloudcheck

Check whether an IP address or hostname belongs to popular cloud providers
46 stars 6 forks source link

Caching #46

Closed TheTechromancer closed 3 months ago

TheTechromancer commented 4 months ago

The initial loading of the files takes a long time (the parsing of half a million IP ranges). We should implement a serialized cache that will be quick-loaded if providers.json hasn't changed since the last run.

TheTechromancer commented 3 months ago

Added in https://github.com/blacklanternsecurity/cloudcheck/pull/58.