{"id":15411466,"url":"https://github.com/thorium/cloudip","last_synced_at":"2026-04-06T06:01:38.536Z","repository":{"id":139750766,"uuid":"376039448","full_name":"Thorium/CloudIP","owner":"Thorium","description":"Checks if an IP is within a known IP-address range of a cloud provider.","archived":false,"fork":false,"pushed_at":"2025-01-21T14:15:24.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T07:11:31.866Z","etag":null,"topics":["analytics","block","checker","cloudservices","firewall","geolocation","ip","robot"],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thorium.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-11T13:47:57.000Z","updated_at":"2025-01-21T14:14:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b16e04f8-4921-4d93-a1cb-3be5648055b7","html_url":"https://github.com/Thorium/CloudIP","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.1428571428571429,"last_synced_commit":"d5fd4adfbbe29bb93378a2f961a3dadd083c1dc7"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FCloudIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FCloudIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FCloudIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FCloudIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thorium","download_url":"https://codeload.github.com/Thorium/CloudIP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249678642,"owners_count":21309781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","block","checker","cloudservices","firewall","geolocation","ip","robot"],"created_at":"2024-10-01T16:49:11.566Z","updated_at":"2026-04-06T06:01:38.524Z","avatar_url":"https://github.com/Thorium.png","language":"F#","readme":"# Cloud IP #\n\nThis is a project that checks if an IP is within a known IP-address range of cloud service providers.\n\nThe intention of this library is just to gather data of user behaviour.\n\nIf you think security-wise, a firewall rule is probably a better option.\nOr buy the DNS/WHOIS lookup database records.\n\nCurrently supported IP-address ranges to identify:\n\n- LocalIp\n- CloudFlare\n- Fastly\n- AWS\n- GitHub\n\nThe principle of this library is:\n- Collect the latest ip-address ranges file (CIDR routing tables) from the provider\n- Check if your given IP matches within that range.\n\n### NET 8.0\n\n- Supports both IPv4 and IPv6 via System.Net.IPNetwork.\n\n### NET Standard 2.0 (and .NET Framework)\n\n- Supports IPv4. \n- Maps IPv6 to IPv4.\n\n## Usage\n\nUsage:\n```fsharp\n// Single:\nlet found, provider = CloudIP.Cloudservices.checkIp \"192.168.1.0\"\n\n// Multiple:\nlet checkedIps = CloudIP.Cloudservices.checkIps [| \"123.123.123.123\"; \"173.245.48.15\" |]\ncheckedIps |\u003e Array.iter(fun res -\u003e printfn \"%O\" res)\n\n```\n\nNuget: https://www.nuget.org/packages/CloudIP/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorium%2Fcloudip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthorium%2Fcloudip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorium%2Fcloudip/lists"}