Skip to main content

Infrastructure

CDN / WAF coverage, DNS, hosting signals, and edge configuration health.

How your site is exposed and protected at the network edge.

Port and service exposure

CheckPasses when
Only 80 / 443 exposedNo other ports reachable
No database ports exposed3306, 5432, 27017 all closed
No admin ports public22, 23, 3389 firewalled

An internet-reachable database port is one of the highest-severity findings FlawPilot reports. Databases should be reachable only from your application network, never from the public internet.

Subdomain hygiene

CheckPasses when
No dangling CNAMEsZero subdomain-takeover candidates
Subdomain enumeration reviewedDiscovered subdomains accounted for

A dangling CNAME is a DNS record still pointing at a deprovisioned host. Any attacker who claims that host now serves content on your subdomain - with your name and, depending on cookie scope, your users' sessions.

Cloud storage exposure

CheckPasses when
No public S3 / GCS / Azure bucketsZero publicly listable buckets
No world-writeable bucketsAll buckets read-only or private

A world-writeable bucket lets anyone overwrite assets your site serves - which means arbitrary script execution on your own domain.

Edge protection

CheckPasses when
WAF detectedA web application firewall is identified
CDN in front of originCDN headers present

A CDN and WAF absorb traffic before it reaches your origin, which both improves performance and blunts common attack traffic.

Findings are observations, not exploits

FlawPilot notes that a port answers or a bucket lists publicly. It never connects to a database, reads bucket contents, or attempts a takeover.