Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt

Use this file to discover all available pages before exploring further.

The bucket type represents publicly exposed cloud storage containers, such as Amazon S3, Azure Blob, or Google Cloud Storage buckets. These records document information about misconfigured or accessible cloud storage endpoints, including domain names and providers.
Bucket
{
    "event_type": "bucket",
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    },
    "data": {
        "url": "https://bucket.public.com/file.txt",
        "bucket": {
            "host": "bucket.public.com",
            "provider": "s3"
        }
    }
}