cloudlist: listing Assets from multiple Cloud Providers

Cloudlist

Cloudlist is a multi-cloud tool for getting Assets (Hostnames, IP Addresses) from Cloud Providers. This is intended to be used by the blue team to augment Attack Surface Management efforts by maintaining a centralized list of assets across multiple clouds with very little configuration effort.

Features

Asset Cloud Providers

  • Easily list Cloud assets with multiple configurations.
  • Multiple cloud providers support.
  • Highly extensible making adding new providers a breeze.
  • STDOUT support to work with other tools in pipelines.

Supported providers

  • AWS (Amazon web services)
    • EC2
    • Route53
  • GCP (Google Cloud Platform)
    • Cloud DNS
  • DO (DigitalOcean)
    • Instances
  • SCW (Scaleway)
    • Instances

To see how to configure providers, check PROVIDERS.md.

Usage

cloudlist -h

This will display help for the tool. Here are all the switches it supports.

FlagDescriptionExample
configConfig file for providerscloudlist -config test.yaml
providerList assets of given providerscloudlist -provider aws
hostList hosts onlycloudlist -host
ipList Ips onlycloudlist -ip
jsonList output in the JSON formatcloudlist -json
outputStore the output in a filecloudlist -output
silentDisplay results onlycloudlist -silent
versionDisplay current versioncloudlist -version
verboseDisplay verbose modecloudlist -verbose

Download

Copyright (c) 2020 ProjectDiscovery