Infrastructure
· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
BDNS Records1 A records, 1022 ms lookupREVIEW
| A | 103.42.108.46 |
| AAAA | — |
| CNAME | — |
| NS | ns1.nameserver.net.au, ns3.nameserver.net.au, ns2.nameserver.net.au |
| MX | — |
| TXT | — |
| CAA | Lookup not available with standard resolver |
Multiple A records provide failover if one server goes down.
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'.
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.
DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.
Source: DNS performance benchmarks
BDNSSECUnsigned (DNSSEC not deployed)REVIEW
BCAA RecordsNo CAA records (any CA may issue certificates)REVIEW
BReverse DNS0/1 IPs match cert SANREVIEW
BMulti-Resolver DNS SpeedMean 122ms across 3 resolvers (spread 146ms)REVIEW
BRedirect Chain1 redirect(s), 2187 ms totalREVIEW
https://Neenawcar.com
767 ms · HTTP/1.1
https://neenawcar.com.au
1420 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://Neenawcar.com | 301 | 767 ms | HTTP/1.1 | |
| 2 | https://neenawcar.com.au | 200 | 1420 ms | HTTP/1.1 | LiteSpeed |
See the visual redirect chain in the HTTP Probe tab →
CIPv6 ReadinessActionNo IPv6 supportREVIEW
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.
Source: Google IPv6 stats
CCrawlabilityActionrobots.txt present, sitemap with 0 URLsREVIEW
Search engines may not be able to parse the sitemap. Fix XML validation errors.
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.
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.
robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.
Source: sitemaps.org
<!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
BHTTP Probe TimingTotal 1455 ms — DNS, TCP, TLS, TTFB, content transfer breakdownREVIEW
Connection waterfall
BTLS Certificate Expiry & Recommendations50 days until leaf cert expires — 2 issues to addressREVIEW
Certificate validity
Recommended actions
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- Enable DNSSEC on your domain for DNS spoofing protection
BCDN Cache ObservabilityNo CDN cache-status headers in the responseREVIEW
BOperational Status PageNo status page link detectedREVIEW
A+Subdomain TakeoverNo subdomain takeover risk detectedPASS
A+URL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
HTTP → HTTPS
Consistent
A+Domain IntelligenceNeenawcar.com — via Synergy Wholesale Accreditations Pty Ltd, 4 years, 5 months old, hosted on SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AUPASS
189 days
December 22, 2026
50 days
Issued by ZeroSSL
4 years, 5 months
Registered December 22, 2021
Not enabled
Protects against DNS spoofing
SYNERGYWHOLESALE-AP SYNERGY WHOLESALE PTY LTD, AU
ASN AS45638
103.42.108.46
Synergy Wholesale Accreditations Pty Ltd
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
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.
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