Skip to content
https://Neenawcar.com

Infrastructure

· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
80
GRADE
B
FIX
1
REVIEW
12
PASS
4
INFO
0
Probed from New York, United Stated
301 Moved Permanently
Checks
17
4 PASS 12 REVIEW 1 FIX
D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

B
DNS Records
1 A records, 1022 ms lookup
REVIEW
1 A records, 1022 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 103.42.108.46
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Info::
3 nameserver(s) configured
Got: ns1.nameserver.net.au, ns3.nameserver.net.au, ns2.nameserver.net.au
Info::
No MX records — email not configured via DNS
Info::
No SPF record found in TXT records
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Warning::
DNS resolution is slow (1022 ms)
Slow DNS adds latency to every page load. Consider a faster DNS provider.
Got: 1022 ms
A103.42.108.46
AAAA
CNAME
NSns1.nameserver.net.au, ns3.nameserver.net.au, ns2.nameserver.net.au
MX
TXT
CAALookup not available with standard resolver
Resolved in 1022 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

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)

Slow DNS adds latency to every page load. Consider a faster DNS provider.

Why this matters

DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.

Source: DNS performance benchmarks

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.
B
Reverse DNS
0/1 IPs match cert SAN
REVIEW
0/1 IPs match cert SAN
Info::
PTR for 103.42.108.46 does not match any cert SAN: redirection.synergywholesale.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
B
Multi-Resolver DNS Speed
Mean 122ms across 3 resolvers (spread 146ms)
REVIEW
Mean 122ms across 3 resolvers (spread 146ms)
Info::
Cloudflare: 72ms
Got: 72ms via 1.1.1.1:53
Info::
Google: 76ms
Got: 76ms via 8.8.8.8:53
Info::
Quad9: 218ms
Got: 218ms via 9.9.9.9:53
B
Redirect Chain
1 redirect(s), 2187 ms total
REVIEW
1 redirect(s), 2187 ms total
Info::
Single redirect
Got: https://Neenawcar.com → https://neenawcar.com.au (301)
Warning::
Redirect overhead: 2187 ms total
Got: 2187 ms
Info::
Cross-domain redirect detected

https://Neenawcar.com

767 ms · HTTP/1.1

301

https://neenawcar.com.au

1420 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://Neenawcar.com301767 msHTTP/1.1
2https://neenawcar.com.au2001420 msHTTP/1.1LiteSpeed

See the visual redirect chain in the HTTP Probe tab →

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

C
Crawlability
Action
robots.txt present, sitemap with 0 URLs
REVIEW
robots.txt present, sitemap with 0 URLs
Info::
robots.txt is present
Got: 10240 bytes
Info::
sitemap.xml is present
Warning::
sitemap.xml contains invalid XML
Search engines may not be able to parse the sitemap. Fix XML validation errors.
Warning::
sitemap.xml is empty — no URLs found
An empty sitemap provides no value. Add <url> entries for your pages.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Search engines may not be able to parse the sitemap. Fix XML validation errors.

Why this matters

An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.

Learn more

Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.

Source: sitemaps.org / Google Search Central

An empty sitemap provides no value. Add <url> entries for your pages.

Why this matters

An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.

Learn more

Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.

Source: Google Search Central / sitemaps.org

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 10240 B Sitemaps referenced 0 User-agents Blocking No — crawling allowed
<!DOCTYPE html> <html lang=en-AU>
	<head>
		<link rel="icon" type="image/x-icon" href="https://ventraip.com.au/favicon.ico">
		<link rel="stylesheet" href="//static.synergywholesale.com/manage/style.css?v=563" type="text/css">
		<link href="//fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
		<script type="text/javascript" src="/inc/js/components/jquery-3.5.1.min.js"></script>
		<script type="text/javascript" src="/inc/js/components/client.js"></script>
		<link rel="stylesheet" href="/inc/js/components/Aristo.css" type="text/css" />
		<script type="text/javascript" src="/inc/js/components/jquery-ui.min.js?v=2"></script>

		<link rel="stylesheet" href="/inc/js/components/fancybox.min.css" type="text/css" />

		<link rel="stylesheet" href="/inc/style/scss/timepicker.css">
		<link rel="stylesheet" href="/inc/js/components/chosen.css">

		<script type="text/javascript" src="/inc/js/components/polyfill.min.js"></script>
		<script type="text/javascript" src="/inc/js/components/chosen.jquery.js"></script>
		<script type="text/javascript" src="/inc/js/components/fancybox.min.js"></script>
		<script type="text/javascript" src="/inc/js/components/sweetalert2.min.js"></script>
		<script type="text/javascript" src="/inc/js/components/toastr.min.js"></script>
		<script type="text/javascript" src="/inc/js/components/timepicker.js"></script>
		<script type="text/javascript" src="/inc/js/core.js?v=2.0.2"></script>
		<script type="text/javascript" src="/inc/js/components/jquery.form-validator.min.js"></script>		
		
		<style>
            .template-section {
                min-height: 70vh !important;
                height: auto !important;
            }
            form {
                display: flex;
                flex-direction: column;
            }
            table p {
                width: auto !important;
            }
            table {
                border: none;
                outline: none;
                border-radius: 8px;
                overflow: hidden;
            }
            @media screen and (max-width: 768px) {
                tr {
                    display: flex;
                    flex-direction: column;
                }
                td {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    max-width: 95vw;
                }
                td input, td select {
                    width: 100%;
                }
                table p {
                    width: 100% !important;
                    text-align: left !important;
                }
                input[type="text"] {
                    max-width: 90vw !important;
                    margin: 4px auto !important
                }
            }
            #personal_details {
                align-items: center;
            }
            .input {
                margin: 4px auto
            }
            .v-input-container, .v-input {
                min-width: 275px;
            }
            .template-center {
                padding-bottom: 32px;
            }
            h1{
                max-width: 850px;
                text-align: center;
                padding: 0 10px;
                color: white !important;
                margin: auto;
            }
            @media screen and (max-width: 768px) {
                h1 {
                    font-size: 30px !important;
                    line-height: normal;
                    margin: auto;
                }
            }
        
            p {
                opacity: 1 !important;
            }
        
            #cor > div {
                margin: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            input[type="text"] {
                margin: 4px 0;
            }
            input[type=submit] {
                background: linear-gradient(45deg,#e32f9b 14.6%,#fc35ad 85.4%) !important;
                border: 0;
                height: 56px;
                min-width: 170px;
                margin: 10px auto !important;
                opacity: 1;
                transition: opacity 0.3s ease;
                display: flex;
                text-align: center;
                justify-content: center;
            }
        
            input[type=submit]:hover, input[type=submit]:focus {
                opacity: 0.7 !important;
            }
        
            .info {
                color: #42424e;
                padding: 16px;
                margin-top: 32px;
                background: #fff !important;
                box-shadow: 0 4px 32px -4px rgba(25,28,104,.18);
                overflow: hidden;
                border-radius: 12px;
                margin: 16px auto;
            }
            .template-center a {
                color: white !important;
                text-decoration: underline;
                margin-bottom: 20px;
            }
            a svg {
                padding: 0 !important;
            }
            /* Start Lleyton Styling */
            div.template-center {
                width: 100%;
                overflow: hidden;
                margin: 0 0 auto;
            }
            #identity-verification > h2 {
                color: white;
                text-align: center;
                padding: 0 20px;
                max-width: 599px;
                margin: 0 auto 20px;
            }
            #identity-verification > p {
                margin: 20px auto;
                padding: 0 20px;
                max-width: 575px;
            }
            #identity-verification > p:last-of-type {
                font-weight: bolder;
                width: 100%;
                text-align: center;
                max-width: 100%;
            }
            #identity-verification > hr {
                max-width: clamp(300px, 540px, 80%);
            }
            #identity-verification > hr + div {
                max-width: 560px;
                margin: 0 auto;
            }
            #verify-form {
                width: clamp(300px, 700px, 100vw);
                margin: 0 auto;
            }
            #verify-form .document-types {
                flex-wrap: wrap;
                padding: 0 20px;
            }
            #verify-form .document-types__select > label {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            #verify-form .document-types__select > label > img {
                margin-top: 0;
                width: 160px;
                height: 100px;
            }
            #verify-form .document-types__select > label > p {
                width: clamp(100%, 300px, 30vw);
            }
            #verify-form .identity-document-form {
                width: clamp(300px, 77%, 100vw);
                margin: 0px auto;
            }
            #verify-form .identity-document-form .identity-document-form__title {
                width: 100%;
            }
            #verify-form .identity-document-form .form-group {
                flex-wrap: wrap;
            }
            .submission-section {
                max-width: 76%;
                margin: 20px auto 0;
            }
            .form-input p.form-input__help-text {
                text-align: left;
                font-size: 13px;
                margin-top: 2px;
            }
            .medicare-card-number:first-of-type {
                margin-right: 8px;
            }
            h1, h2,  h3, h4, h5, h6 {
                color: white !important;
            }
            /* End Lleyton Styling */
        </style>
	
	<meta charset=utf-8><meta name=viewport content="width=device-width"><meta name=color-scheme content=only><meta name=google-site-verification content=vfBoJxctd8GBWbRotYEsU8SknlivQUcCMLTyriK34DM><title>Domain Parked With VentraIP Australia</title><meta name=next-head-count content=7><style>body,html{padding:0;margin:0;scroll-behavior:smooth!important;color:#09091f}@media only screen and (max-width:991px){body,html{scroll-padding-top:52px}}body:has(.popover),html:has(.popover){scroll-behavior:auto!important}@media only screen and (max-width:991px){html:has([class*=floatingNavigation]){scroll-padding-top:128px}}a{color:#3766b2;text-decoration:none}*{box-sizing:border-box}h1{margin:0;font-weight:600}@supports (-webkit-font-smoothing:antialiased){.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700}}h1{font-size:49px}@media only screen and (max-width:1200px){h1{font-size:38px;line-height:50.4px}}@supports (-webkit-font-smoothing:antialiased){.h1.bold,.h2.bold,.h3.bold,.h4.bold,.h5.bold,.h6.bold,h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold{font-weight:700}}@supports (-webkit-font-smoothing:antialiased){.h1.semi,.h2.semi,.h3.semi,.h4.semi,.h5.semi,.h6.semi,h1.semi,h2.semi,h3.semi,h4.semi,h5.semi,h6.semi{font-weight:700}}@supports (-webkit-font-smoothing:antialiased){.h1.thin,.h2.thin,.h3.thin,.h4.thin,.h5.thin,.h6.thin,h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,h6.thin{font-weight:500}}p{font-size:16px;line-height:24px}@media only screen and (max-width:1200px){p{font-size:14px;line-height:20px}}.body1{font-size:16px;line-height:24px}@media only screen and (max-width:1200px){.body1{font-size:16px;line-height:20px}}.body2{font-size:14px;line-height:20px;font-weight:400}@media only screen and (max-width:1200px){.body2{font-size:14px;line-height:18px}}.body1.bold,.body2.bold{font-weight:600}p.thin{font-weight:300}a{font-size:inherit;line-height:inherit}.reset-list{list-style:none;padding:0;margin:0}.contain{width:90%;max-width:1302px}@media only screen and (max-width:1200px){.contain{max-width:996px;width:90%}}@media only screen and (max-width:1200px) and (max-width:991px){.contain{max-width:708px}}@media only screen and (max-width:1200px) and (max-width:767px){.contain{max-width:95vw}}main{display:flex;flex-direction:column}@keyframes relative{0%{position:relative}to{position:relative}}.colorize,.colorize *{position:relative}.colorize *{z-index:1}.bga:before{content
sitemap.xml 200 OK
Type URL Set URLs 0 entries Valid XML No
B
HTTP Probe Timing
Total 1455 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
REVIEW
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
836 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
202 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
206 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
1.46 s
Total Time Total request time from DNS lookup through full response.
1.46 s

Connection waterfall

DNS Lookup 836 ms TCP Connect 202 ms TLS Handshake 206 ms Server Processing 212 ms Content Transfer 0 ms
B
TLS Certificate Expiry & Recommendations
50 days until leaf cert expires — 2 issues to address
REVIEW

Certificate validity

50
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
B
CDN Cache Observability
No CDN cache-status headers in the response
REVIEW
No CDN cache-status headers in the response
Info::
No CDN cache-status headers in the response
Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.
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+
Subdomain Takeover
No subdomain takeover risk detected
PASS
No subdomain takeover risk detected
Info::
No CNAME record present
A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

https://www.Neenawcar.com/
200https://Neenawcar.com/

HTTP → HTTPS

301http://Neenawcar.com/ https://neenawcar.com.au

Consistent

A+
Domain Intelligence
Neenawcar.com — via Synergy Wholesale Accreditations Pty Ltd, 4 years, 5 months old, hosted on SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU
PASS
Neenawcar.com — via Synergy Wholesale Accreditations Pty Ltd, 4 years, 5 months old, hosted on SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU
Info::
Domain registered until Dec 22, 2026 (7 months remaining)
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: Synergy Wholesale Accreditations Pty Ltd
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: SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU
Got: AS45638
Domain expiry

189 days

December 22, 2026

SSL certificate

50 days

Issued by ZeroSSL

Domain age

4 years, 5 months

Registered December 22, 2021

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU

ASN AS45638

103.42.108.46

Registrar

Synergy Wholesale Accreditations Pty Ltd

Unlocked 3 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar Synergy Wholesale Accreditations Pty Ltd
Created December 22, 2021 (4 years, 5 months ago)
Expires December 22, 2026 (7 months)
Last Updated May 30, 2025
Name Servers ns1.nameserver.net.au, ns2.nameserver.net.au, ns3.nameserver.net.au
DNSSEC Not enabled
Hosting
IP Address 103.42.108.46
ASN AS45638 (SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU)
Provider SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU
Data source: rdap (0.8s)

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+
Health Check Endpoint
Health endpoint at https://Neenawcar.com/health (HTTP 200)
PASS
Health endpoint at https://Neenawcar.com/health (HTTP 200)
Info::
Public health endpoint at https://Neenawcar.com/health
Got: https://Neenawcar.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