Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.26 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.26 KB

distillery

Distillery aims to provide network IP addresses and associated metadata for cloud service providers like AWS, Azure, and GCP. It allows researchers to glean additional context about IP addresses during analysis, such as determining services operating in a specific cloud region using open-source intelligence.

Public Clouds & SaaS Providers

Top of the hour, Classless Inter-Domain Routing (CIDR) prefixes collection occurs from twenty-seven Cloud and SaaS sources.

  • Amazon Web Services
  • Censys
  • Cloudflare
  • Digital Ocean
  • Fastly
  • GitHub
  • Google Cloud
  • Linode
  • Microsoft Azure
  • Microsoft o365
  • NetSPI
  • New Relic
  • Okta
  • Oracle Cloud
  • Tailscale
  • Tenable
  • Vultr
  • Zscalar

Building SQLite Database

A quarter past the hour, the relational database containing the following schema gets generated for distribution.

Column Type
pk INTEGER PRIMARY KEY
source TEXT
service TEXT
region TEXT
cidr BLOB
firstip INTEGER
lastip INTEGER

Application Usage

Half past the hour, the API updates with the latest SQLite database.

https://cidr.tundralabs.net/116.129.226.132

The API will look up the source origination if no IP address is available.

Distillery