cloud-infra-detector

Detect cloud and platform service providers from IP, DNS, HTTP, and certificate data.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill cloud-infra-detector-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-infra-detector
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/communitytools/projects/pentest/.claude/skills/techstack-identification/cloud_infra_detector
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill cloud-infra-detector-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-libreoffice, beautifulsoup4, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of determining cloud service providers and platforms from diverse signals like IP, DNS, and HTTP headers, without requiring extensive manual analysis.

Core Features & Use Cases

  • Cloud Provider Detection: Recognize major cloud platforms such as AWS, Google Cloud, and Azure from various signals like IP ranges and certificates.
  • PaaS Platform Identification: Distinguish between PaaS providers by detecting platform-specific CNAMEs, headers, and other signatures.
  • Serverless Platform Detection: Identify serverless architectures based on headers, domains, and URLs.
  • Container Orchestration Insight: Gain insight into container orchestration platforms like Kubernetes.
  • Managed Services Discovery: Detect managed services provided by major cloud vendors, including CDNs, databases, and other offerings.

Quick Start

Activate the cloud-infra-detector skill to automatically identify cloud providers from the given network and application signals.

Frequently Asked Questions about cloud-infra-detector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect cloud providers from DNS and HTTP headers?

Identifying serverless architectures and PaaS platforms is possible by detecting platform-specific CNAMEs, HTTP headers, and URL patterns. The Skill processes these network signals to automatically distinguish between various serverless and PaaS provider infrastructures.

Can I use this for infrastructure analysis of Kubernetes and container orchestration platforms?

Infrastructure analysis of Kubernetes and container orchestration platforms is supported by processing available network data. It gains insight into container orchestration setups by evaluating various application and network signals to identify underlying managed services.

Do I need specific Python libraries to perform cloud detection on IP and certificate data?

Specific Python libraries are required to handle network and DNS data for cloud detection on IP and certificate data. Dependencies include python-libreoffice and beautifulsoup4 to properly process the diverse signals needed for accurate infrastructure analysis.

What is the best way to identify managed services and CDNs during a security assessment?

The best way to identify managed services and CDNs during a security assessment is automating the detection of platform signatures from HTTP headers and certificates. This approach discovers managed services provided by major cloud vendors efficiently.