Skip to content
https://gangbangcreampie.com

Infrastructure

· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
83
GRADE
B
FIX
1
REVIEW
6
PASS
10
INFO
0
Probed from Madrid, Spain
301 Moved Permanently
Checks
17
10 PASS 6 REVIEW 1 FIX
D
Redirect Chain
Action
2 redirect(s), 1780 ms total
FIX
2 redirect(s), 1780 ms total
Warning::
2 redirects before reaching final URL
Each redirect adds latency. Try to minimize the chain to 1 hop.
Info::
WWW normalization redirect
Info::
Uses 302 (temporary) redirect
If permanent, use 301 instead.
Got: https://www.gangbangcreampie.com/
Warning::
Redirect overhead: 1780 ms total
Got: 1780 ms

https://gangbangcreampie.com

274 ms · HTTP/1.1

301

https://www.gangbangcreampie.com/

531 ms · HTTP/1.1

302

https://www.gangbangcreampie.com/sfw

975 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://gangbangcreampie.com301274 msHTTP/1.1cloudflare
2https://www.gangbangcreampie.com/302531 msHTTP/1.1cloudflare
3https://www.gangbangcreampie.com/sfw200975 msHTTP/1.1cloudflare

See the visual redirect chain in the HTTP Probe tab →

Each redirect adds latency. Try to minimize the chain to 1 hop.

Why this matters

Redirect chain — each hop adds latency; combine into one redirect where possible.

Source: Google Search Central / web.dev

If permanent, use 301 instead.

Why this matters

302 (Found) is for genuinely temporary redirects — if this redirect is permanent, switch to 301 to preserve SEO equity.

Learn more

Search engines treat 302 as temporary, keeping the original URL indexed and not transferring full link equity to the destination. Use 301 (Moved Permanently) for permanent redirects (HTTP→HTTPS, www-vs-non-www, URL restructures).

Source: Google Search Central

B
DNSSEC
Unsigned (DNSSEC not deployed)
REVIEW
Unsigned (DNSSEC not deployed)
Info::
DNSSEC is not deployed
The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).
B
CAA Records
No CAA records (any CA may issue certificates)
REVIEW
No CAA records (any CA may issue certificates)
Info::
No CAA records published
Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.
C
Reverse DNS
Action
0/3 IPs match cert SAN
REVIEW
0/3 IPs match cert SAN
Info::
PTR lookup failed for 104.26.0.178: lookup 104.26.0.178: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 104.26.1.178: lookup 104.26.1.178: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 172.67.72.133: lookup 172.67.72.133: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
C
IPv6 Readiness
Action
No IPv6 support
REVIEW
No IPv6 support
Info::
No IPv6 (AAAA) records found
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No IPv6 Support
About 40% of internet users have IPv6. Consider adding AAAA records.

IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

Why this matters

No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.

Source: Google IPv6 stats

B
TLS Certificate Expiry & Recommendations
84 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

84
days left
0d 30d 60d 90d+

Recommended actions

  • Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
  • Enable DNSSEC on your domain for DNS spoofing protection
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
B
Operational Status Page
No status page link detected
REVIEW
No status page link detected
Info::
No operational status page link detected
Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.
A+
DNS Records
3 A records, 41 ms lookup
PASS
3 A records, 41 ms lookup
Info::
Resolves to 3 IPv4 address(es)
Got: 104.26.0.178, 104.26.1.178, 172.67.72.133
Info::
No IPv6 (AAAA) records
Info::
2 nameserver(s) configured
Got: etta.ns.cloudflare.com, vick.ns.cloudflare.com
Info::
5 mail exchanger(s) configured
Info::
No SPF record found in TXT records
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Info::
DNS resolution time: 41 ms
Got: 41 ms
A104.26.0.178, 104.26.1.178, 172.67.72.133
AAAA
CNAME
NSetta.ns.cloudflare.com, vick.ns.cloudflare.com
MX
1 aspmx.l.google.com
5 alt1.aspmx.l.google.com
5 alt2.aspmx.l.google.com
10 alt4.aspmx.l.google.com
10 alt3.aspmx.l.google.com
TXT
google-site-verification=QLtKLOKkgUTqW3Gxd1MkEQemWyERFuNtWx0B9lq2eqU
CAALookup not available with standard resolver
Resolved in 41 ms

SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.

Why this matters

Without SPF, receiving servers can't validate sending IPs — your domain is easier to spoof in phishing.

Learn more

SPF complements DMARC. Both should be published. SPF records list authorized sending IPs (e.g., `v=spf1 include:_spf.google.com ~all` for Google Workspace). After publishing, verify in Google Postmaster Tools or mxtoolbox.

Source: RFC 7208 (SPF)

A+
Subdomain Takeover
No subdomain takeover risk detected
PASS
No subdomain takeover risk detected
Info::
No CNAME record present
A+
Multi-Resolver DNS Speed
Mean 35ms across 3 resolvers (spread 21ms)
PASS
Mean 35ms across 3 resolvers (spread 21ms)
Info::
Cloudflare: 24ms
Got: 24ms via 1.1.1.1:53
Info::
Google: 36ms
Got: 36ms via 8.8.8.8:53
Info::
Quad9: 45ms
Got: 45ms via 9.9.9.9:53
A+
Crawlability
robots.txt present, sitemap with 5 URLs
PASS
robots.txt present, sitemap with 5 URLs
Info::
robots.txt is present
Got: 527 bytes
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 5 entries
Info::
robots.txt references sitemap
robots.txt 200 OK
Size 527 B Sitemaps referenced 7 User-agents * Blocking No — crawling allowed
User-agent: *

Disallow: /ratings/actor*

Disallow: /media/signPhotoset*

Sitemap: https://www.gangbangcreampie.com/sitemap/main.xml

Sitemap: https://www.gangbangcreampie.com/sitemap/actor.xml

Sitemap: https://www.gangbangcreampie.com/sitemap/scene-1.xml

Sitemap: https://www.gangbangcreampie.com/sitemap/scene-2.xml

Sitemap: https://www.gangbangcreampie.com/sitemap/scene-3.xml

Sitemap: https://www.gangbangcreampie.com/sitemap/scene-4.xml

Sitemap: https://xmlsitemap.gangbangcreampie.com/gangbangcreampie_20221101.xml


A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
www/non-www redirect configured correctly (preferred: non-www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

302https://www.gangbangcreampie.com/
200https://gangbangcreampie.com/

Preferred variant: non-www

HTTP → HTTPS

301http://gangbangcreampie.com/ https://gangbangcreampie.com/

Consistent

A
Domain Intelligence
gangbangcreampie.com — via Tucows Domains Inc., 11 years, 11 months old, hosted on Cloudflare
PASS
gangbangcreampie.com — via Tucows Domains Inc., 11 years, 11 months old, hosted on Cloudflare
Warning::
Domain expires in 87 days
Consider enabling auto-renewal to prevent accidental expiration.
Got: Expires Oct 6, 2026
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Info::
Registrar: Tucows Domains Inc.
Warning::
Registrar lock is NOT enabled
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Info::
Hosting: Cloudflare
Got: AS13335
Domain expiry

86 days

October 6, 2026

SSL certificate

84 days

Issued by Google Trust Services

Domain age

11 years, 11 months

Registered October 6, 2014

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

Cloudflare

ASN AS13335

104.26.0.178

Registrar

Tucows Domains Inc.

Unlocked 2 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the domain or enable auto-renewal to prevent accidental expiry
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar Tucows Domains Inc.
Created October 6, 2014 (11 years, 11 months ago)
Expires October 6, 2026 (2 months)
Last Updated September 7, 2025
Name Servers etta.ns.cloudflare.com, vick.ns.cloudflare.com
DNSSEC Not enabled
Hosting
IP Address 104.26.0.178
ASN AS13335 (CLOUDFLARENET - Cloudflare, Inc., US)
Provider Cloudflare
Data source: rdap (0.4s)

Consider enabling auto-renewal to prevent accidental expiration.

Why this matters

Domain expiry approaching — renew immediately and ensure auto-renew + alerting are configured.

Source: ICANN renewal policy

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.

Learn more

DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.

Source: ICANN / RFC 4033

The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

Why this matters

Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.

Learn more

Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.

Source: ICANN / domain-security best practice

A+
HTTP Probe Timing
Total 308 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
38 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
17 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
22 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
308 ms
Total Time Total request time from DNS lookup through full response.
308 ms

Connection waterfall

DNS Lookup 38 ms TCP Connect 17 ms TLS Handshake 22 ms Server Processing 230 ms Content Transfer 0 ms
A
CDN & Delivery
Cloudflare (DYNAMIC)
PASS
Cloudflare (DYNAMIC)
Info::
Site is served via Cloudflare CDN (edge: CDG)
Got: cf-ray: a1920da38f071bf1-CDG
Info::
CDN cache status: DYNAMIC
CDN Detected: Cloudflare
Provider Cloudflare Cache Status DYNAMIC Evidence cf-ray: a1920da38f071bf1-CDG
A+
CDN Cache Observability
Cache state: DYNAMIC
PASS
Cache state: DYNAMIC
Info::
CDN cache state observable via 1 header(s)
Got: cf-cache-status=DYNAMIC
A+
Health Check Endpoint
Health endpoint at https://gangbangcreampie.com/health (HTTP 200)
PASS
Health endpoint at https://gangbangcreampie.com/health (HTTP 200)
Info::
Public health endpoint at https://gangbangcreampie.com/health
Got: https://gangbangcreampie.com/health
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback