Scan failed

We could not scan www.coca-colaaunclick.com.ar. The website may be unreachable.

Try another URL

Security report for

www.coca-colaaunclick.com.ar

Scanned 1 day ago

Cached result
0 /100
B-
Overall grade
Better than 68%

Executive Summary

PDF PRO

We performed a comprehensive security analysis of www.coca-colaaunclick.com.ar across 5 categories. The website received an overall score of 71/100 (grade B-), with 2 critical issues, 7 warnings, and 20 passed checks.

Overall assessment: www.coca-colaaunclick.com.ar has a reasonable security foundation but there is clear room for improvement. Several issues were identified that could expose the website or its users to unnecessary risk. We recommend addressing the critical issues first, followed by the warnings outlined below.

Top priority fixes:

SPF record configured — No SPF record found. Anyone can send emails pretending to be from your domain.
DMARC record configured — No DMARC record found at _dmarc.coca-colaaunclick.com.ar.

Strong areas

SSL & HTTPS

Content & CMS

Performance & SEO

Needs improvement

Security Headers

Needs work

DNS & Email Security

Website Health Check

Simple overview for everyone

Is my website safe for visitors?

Yes — your website uses encryption and has security protections in place.

Good

Can my website be found by Google?

Yes — your website is accessible to search engines and loads at a reasonable speed.

Good

Is my email protected against spoofing?

Not fully — attackers could send fake emails pretending to be from your domain. This is used in phishing attacks.

Action needed

Is my website leaking sensitive data?

No leaks detected — configuration files and sensitive data appear to be properly protected.

Good

Does my website respect visitor privacy?

Yes — a privacy policy and cookie consent appear to be in place.

Good

Trust & WHOIS

See domain age, registrar, expiry date, server location, and reputation checks across security databases.

Domain Age WHOIS Data Server Location Reputation Check Expiry Alert

Malware & Reputation

Check if your site is flagged by malware databases, blacklists, and antivirus vendors worldwide.

VirusTotal URLhaus Spamhaus PhishTank Cloudflare DNS

Advanced Security Checks

Detect open ports, exposed files, API vulnerabilities, TLS weaknesses, and subdomain takeover risks.

Open Ports Exposed Files API Security TLS Ciphers Subdomain Takeover

Privacy & GDPR

Analyze cookie consent, privacy policy presence, third-party trackers, and GDPR compliance signals.

Cookie Consent Privacy Policy Tracker Detection GDPR Compliance

Quality & Accessibility

Check accessibility compliance, robots.txt, branding, broken links, and carbon footprint.

Accessibility Robots & SEO Branding Broken Links Carbon Footprint
PDF PRO

Unlock the full security report

This Quick Scan covers 5 categories. Upgrade to Pro for OWASP Top 10 analysis, malware detection, exposed files, and 15 more scanners.

Full report

DNS & Email Security

0/100

SPF record configured

No SPF record found. Anyone can send emails pretending to be from your domain.

Fix: Add a TXT record to your DNS: v=spf1 include:yourmailprovider.com ~all

DMARC record configured

No DMARC record found at _dmarc.coca-colaaunclick.com.ar.

Fix: Add a TXT record to _dmarc.coca-colaaunclick.com.ar: v=DMARC1; p=quarantine; rua=mailto:dmarc@coca-colaaunclick.com.ar

CAA record configured

No CAA record found. Any Certificate Authority can issue SSL certs for your domain.

Fix: Add a CAA DNS record, e.g.: 0 issue "letsencrypt.org" to restrict SSL issuance.

DKIM record configured

No DKIM record found for common selectors. DKIM cryptographically signs outgoing emails, making them verifiable and preventing tampering in transit.

Fix: Configure DKIM in your email provider (Google Workspace, Microsoft 365, etc.) and publish the TXT record they provide at {selector}._domainkey.coca-colaaunclick.com.ar

MTA-STS (email transport security)

No MTA-STS record found at _mta-sts.coca-colaaunclick.com.ar. Without it, email delivery to your domain could silently fall back to unencrypted connections.

Fix: Implement MTA-STS: add a TXT record at _mta-sts.coca-colaaunclick.com.ar with value "v=STSv1; id=YYYYMMDD01" and publish a policy file at https://mta-sts.coca-colaaunclick.com.ar/.well-known/mta-sts.txt

IPv6 support

No AAAA record found. The domain is IPv4-only.

Fix: Add an AAAA record to support IPv6. Most modern hosting providers and CDNs assign IPv6 addresses automatically.

BIMI record

No BIMI record found. BIMI lets your brand logo appear in email clients that support it — a trust and branding signal for recipients.

Fix: BIMI requires DMARC with p=quarantine or p=reject. Then add a TXT record at default._bimi.coca-colaaunclick.com.ar: v=BIMI1; l=https://yourdomain.com/logo.svg

DNSSEC

DNSSEC could not be verified via this automated check (PHP DNS resolvers strip DNSSEC data). Check with your domain registrar or use dnsviz.net to verify.

SSL & HTTPS

100/100

HTTPS / SSL enabled

The website is accessible over HTTPS.

SSL certificate valid

Certificate is valid and expires on 2026-10-24 (190 days left).

HTTP redirects to HTTPS

HTTP traffic is permanently (301) redirected to HTTPS.

HSTS header configured

Strict-Transport-Security header found with max-age=63072000. includeSubDomains is set.

No weak cipher suites

Server does not accept known weak cipher suites (RC4, 3DES, EXPORT, NULL).

TLS 1.0 and 1.1 disabled

Server only accepts TLS 1.2 or higher. Deprecated TLS versions are not supported.

Content & CMS

81/100

No mixed content detected

No insecure HTTP resources (scripts, images, stylesheets) found in the page HTML.

CMS admin panel not publicly accessible

A CMS admin panel is directly accessible at /wp-admin. Ensure it requires strong authentication.

Fix: Restrict admin access by IP address, or add two-factor authentication.

CMS version not exposed

No CMS version information found in the page source.

Subresource Integrity (SRI)

No external scripts or stylesheets without Subresource Integrity hashes detected.

No open redirect

No open redirect detected via common redirect parameters.

Directory listing disabled

Directory listing is not enabled — files cannot be browsed directly.

Security Headers

67/100

Server version not disclosed

The Server header does not expose version information.

Content-Security-Policy

CSP is set but weakened by 'unsafe-inline' and 'unsafe-eval' in script-src. These directives allow inline scripts and effectively disable XSS injection protection.

Fix: Remove 'unsafe-inline' and 'unsafe-eval' from your CSP. Replace inline scripts with external files or use nonces/hashes. Test your policy at https://csp-evaluator.withgoogle.com/

X-Frame-Options

X-Frame-Options: SAMEORIGIN — protects against clickjacking.

X-Content-Type-Options

X-Content-Type-Options: nosniff is set — prevents MIME-type sniffing.

Referrer-Policy

Referrer-Policy: same-origin

Permissions-Policy

No Permissions-Policy header found.

Fix: Add a Permissions-Policy header to restrict browser features like camera, microphone, and geolocation.

Cross-Origin-Opener-Policy

No Cross-Origin-Opener-Policy (COOP) header found. Note: COOP can break popup-based flows (payments, OAuth) and browser back/forward cache.

Fix: Consider adding Cross-Origin-Opener-Policy: same-origin if your site does not use cross-origin popups.

Cross-Origin-Embedder-Policy

No Cross-Origin-Embedder-Policy (COEP) header found. Note: COEP breaks external embeds (YouTube, maps, ads) that don't send CORP headers.

Fix: Consider adding Cross-Origin-Embedder-Policy: require-corp only if your site does not embed third-party content.

X-XSS-Protection (deprecated)

X-XSS-Protection: 1; mode=block — Note: this header is deprecated and ignored by modern browsers. Rely on CSP instead.

Server: CloudFront
Referrer-Policy: same-origin
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Security-Policy: default-src 'self' blob: *.cokebuddy.in *.cokebuddy.my *.coca-cola.com.mm *.coca-cola.lk *.bnl.com.np *.sellina.io *.salescode.ai *.sellinademo.io *.segment.io https://d141vg64q1vo2f.cloudfront.net https://d19olq767v5jsz.cloudfront.net https://d38zogo6ivxrxf.cloudfront.net https://login.microsoftonline.com https://api-dev.hccbpl.in https://analytics.cokebuddy.in https://analytics-internal.cokebuddy.sg https://analytics.cokebuddy.my https://fonts.gstatic.com https://analytics.kbuddy.in https://cdn.segment.com https://cdn.moengage.com https://www.youtube.com lubechat-server.prod.aze.shell.io https://sdk-03.moengage.com https://dev.andromeda-lc.com https://api-dev.hccbpl.in/cre/v1/reco https://login.microsoftonline.com https://d141vg64q1vo2f.cloudfront.net https://maps.gstatic.com https://cdn.segment.com https://api.segment.io/v1 https://www.andromeda-lc.com https://andromeda-lc.com https://maps.gstatic.com https://cdn.optimizely.com https://lubechat-server.preprod.aze.shell.io https://www.slideshare.net https://lubechat-server.preprod.aze.shell.io https://fcm.googleapis.com https://fonts.gstatic.com https://use.fontawesome.com https://api.api.ai https://api.cognitive.microsofttranslator.com https://apptech.blob.core.windows.net https://www.gstatic.com https://www.google-analytics.com https://fonts.googleapis.com https://browser.sentry-cdn.com https://o1280144.ingest.sentry.io https://maps.googleapis.com; img-src 'self' https://d2nvw4ekms3xzy.cloudfront.net https://d141vg64q1vo2f.cloudfront.net https://d19olq767v5jsz.cloudfront.net https://d38zogo6ivxrxf.cloudfront.net https://dev.andromeda-lc.com https://mdmuploads.s3.ap-south-1.amazonaws.com https://maps.gstatic.com https://sdk-03.moengage.com https://moe-email-campaigns.s3.amazonaws.com https://image.moengage.com https://image.moengage.com https://moe-email-campaigns.s3.amazonaws.com https://www.google-analytics.com/collect https://www.andromeda-lc.com lubechat-server.prod.aze.shell.io https://dev.andromeda-lc.com https://andromeda-lc.com https://maps.googleapis.com https://image.flaticon.com https://apptech.blob.core.windows.net https://api-dox.s3.ap-south-1.amazonaws.com https://docs.sellina.io https://o1042875.ingest.sentry.io blob: data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.segment.io https://cdn.jsdelivr.net/ https://unpkg.com https://cdn.jsdelivr.net/ https://unpkg.com/canvaskit-wasm@0.37.1/bin/profiling/canvaskit.js https://cdn.moengage.com https://cdn.quilljs.com/1.3.6/quill.js https://www.googletagmanager.com https://www.google-analytics.com https://o1042875.ingest.sentry.io https://cdn.moengage.com/webpush/moe_webSdk.min.latest.js https://cdn.moengage.com/webpush/modules/inapp.js https://cdn.moengage.com/webpush/beta/sdk.inapp.cdnHelper.js https://cdn.moengage.com/webpush/releases/serviceworker_cdn.min.latest.js lubechat-server.prod.aze.shell.io https://sdk-03.moengage.com https://cdn.moengage.com https://dev.andromeda-lc.com https://cdnjs.cloudflare.com https://dev.andromeda-lc.co https://api.linkpreview.net https://cdn.segment.com https://cdn.segment.com https://www.andromeda-lc.com https://andromeda-lc.com https://browser.sentry-cdn.com https://browser.sentry-cdn.com/7.9.0/bundle.min.js https://browser.sentry-cdn.com/7.9.0/bundle.tracing.min.js https://fcm.googleapis.com https://www.gstatic.com https://www.youtube.com https://www.google-analytics.com http://maps.googleapis.com https://cdn.firebase.com https://*.firebaseio.com https://*.firebaseio.com;style-src 'self' https://cdn.quilljs.com/1.3.6/quill.snow.css https://use.fontawesome.com https://cdnjs.cloudflare.com https://sdk-03.moengage.com https://www.andromeda-lc.com https://fonts.googleapis.com 'unsafe-inline';font-src 'self' https://fonts.gstatic.com; object-src 'self'; manifest-src 'self' blob:;form-action 'self';frame-ancestors 'self' https://config.sellina.io https://kbuddy.salescode.ai *.cokebuddy.in *.cokebuddy.my *.coca-cola.com.mm *.coca-cola.lk *.bnl.com.np *.salescode.ai *.sellina.io *.sellindemo.io;connect-src 'self' blob: *.sellina.io *.sellinademo.io *.salescode.ai *.coca-cola.com.mm *.coca-cola.lk *.bnl.com.np https://api.cokebuddy.sg https://api.coca-cola.com.mm https://api.coca-cola.lk https://api.bnl.com.np https://api.cokebuddy.my https://api.cokebuddy.in https://api.postalpincode.in https://api64.ipify.org https://worldtimeapi.org/api/ip https://www.gstatic.com https://i3.ytimg.com https://api.codemagic.io https://hooks.slack.com https://nwr2i6tkja.execute-api.ap-south-1.amazonaws.com https://d141vg64q1vo2f.cloudfront.net https://d19olq767v5jsz.cloudfront.net https://d38zogo6ivxrxf.cloudfront.net https://login.microsoftonline.com https://api-dev.hccbpl.in https://unpkg.com https://fonts.gstatic.com https://apptech.blob.core.windows.net https://uat.sellina.io https://unnati.sellina.io https://kpi.sellina.io https://prod.sellina.io https://api.sellinademo.io https://demo.salescode.ai https://lubechat-server.preprod.aze.shell.io https://lubechat-server.prod.aze.shell.io https://api.segment.io/v1/m https://api.segment.io/v1/t https://cdn.moengage.com https://sdk-01.moengage.com https://sdk-02.moengage.com https://sdk-03.moengage.com https://o1280144.ingest.sentry.io https://www.youtube.com https://cdn.segment.com https://fcm.googleapis.com https://www.google-analytics.com https://browser.sentry-cdn.com https://fcm.googleapis.com/fcm/connect/subscribe https://www.googletagmanager.com https://www.google-analytics.com https://mdmuploads.s3.ap-south-1.amazonaws.com https://analytics.cokebuddy.in https://d2nvw4ekms3xzy.cloudfront.net https://firebaseinstallations.googleapis.com https://fcmregistrations.googleapis.com https://firebaseremoteconfig.googleapis.com https://firebaselogging-pa.googleapis.com https://firebase.googleapis.com https://cdn.optimizely.com https://analytics.google.com https://stats.g.doubleclick.net https://eanif2kdfd.execute-api.ap-south-1.amazonaws.com https://restcountries.com https://xly68awt34.execute-api.ap-south-1.amazonaws.com https://andromeda-lc.com https://api.cokebuddy.in https://vyrzq.wiremockapi.cloud https://stocks-dev.salescode.ai https://wkvqk.wiremockapi.cloud https://g262y.wiremockapi.cloud
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload

Performance & SEO

100/100

Fast server response time (TTFB)

Time To First Byte: 195 ms (measured from our scanner server) — excellent.

Response compression enabled

Compression is enabled (br) — reduces transfer size and speeds up page loads.

robots.txt present

A robots.txt file was found and is accessible.

XML sitemap present

An XML sitemap was found — helps search engines discover and index your pages.

security.txt present

No security.txt file found at /.well-known/security.txt or /security.txt.

Fix: Create a security.txt file (RFC 9116) at /.well-known/security.txt to provide security researchers with a responsible disclosure contact.

Critical issues (2)

What is this?

Sender Policy Framework (SPF) is a DNS TXT record that specifies which mail servers are authorised to send email on behalf of your domain.

Why does it matter?

Without SPF, anyone can send emails that appear to come from your domain (email spoofing). This is used in phishing attacks to impersonate your business. SPF tells receiving mail servers which IPs are legitimate senders.

How to fix it

Add a TXT record to your domain\'s DNS: Host: @ (apex domain) Value: v=spf1 include:_spf.yourmailprovider.com ~all Examples: Google Workspace: v=spf1 include:_spf.google.com ~all Microsoft 365: v=spf1 include:spf.protection.outlook.com ~all Mailchimp: v=spf1 include:servers.mcsv.net ~all Use ~all (softfail) to start, upgrade to -all (hard fail) once you're confident all sending sources are listed. Never use +all.

What is this?

DMARC (Domain-based Message Authentication, Reporting & Conformance) builds on SPF and DKIM to give domain owners control over what happens to emails that fail authentication checks.

Why does it matter?

SPF alone is not enough — DMARC adds a policy layer that tells receiving servers what to do with suspicious emails (monitor, quarantine, or reject). It also provides reporting so you can see who is sending email as your domain.

How to fix it

Add a TXT record to your DNS: Host: _dmarc (e.g. _dmarc.yourdomain.com) Value: v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com Start with p=none to receive reports without affecting mail delivery: v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com After analysing reports for a few weeks, upgrade to: p=quarantine → suspicious mail goes to spam p=reject → suspicious mail is blocked entirely Free DMARC report analysis: dmarcian.com, postmarkapp.com/dmarc.

Warnings (7)

What is this?

CAA (Certification Authority Authorization) is a DNS record that specifies which Certificate Authorities (CAs) are allowed to issue SSL/TLS certificates for your domain.

Why does it matter?

Without CAA records, any of the hundreds of trusted CAs worldwide can issue a certificate for your domain. A compromised or rogue CA could issue a fraudulent certificate for your domain, enabling MITM attacks. CAA limits this risk to your chosen CA(s).

How to fix it

Add CAA records to your DNS. Example for Let\'s Encrypt only: 0 issue "letsencrypt.org" For multiple CAs (e.g. Let\'s Encrypt + DigiCert): 0 issue "letsencrypt.org" 0 issue "digicert.com" To also allow wildcard certificates: 0 issuewild "letsencrypt.org" For email notifications on unauthorized issuance attempts: 0 iodef "mailto:security@yourdomain.com" Check current CAA records at: sslmate.com/caa

What is this?

DKIM (DomainKeys Identified Mail) adds a cryptographic signature to every outgoing email. The signature is created with a private key on your mail server and verified by recipients using a public key published in DNS.

Why does it matter?

DKIM proves that an email actually came from your mail server and was not modified in transit. Without DKIM, anyone can send emails that appear to be from your domain (spoofing), and DMARC alignment checks will fail even if SPF passes.

How to fix it

DKIM is configured in your email provider, not directly in DNS. Here is the process: 1. Generate a DKIM key pair in your email provider: - Google Workspace: Admin console → Apps → Gmail → Authenticate email - Microsoft 365: Admin center → Settings → Domains → DKIM - Mailchimp/SendGrid/Mailjet: Each has a DKIM setup page in their dashboard 2. Copy the TXT record they provide and add it to your DNS: Name: selector._domainkey.yourdomain.com Value: v=DKIM1; k=rsa; p=MIGf... 3. Activate DKIM signing in your provider after publishing the DNS record. The selector name (e.g. 'google', 'selector1') comes from your email provider.

What is this?

MTA-STS (Mail Transfer Agent Strict Transport Security) is a standard that forces other mail servers to use encrypted TLS connections when delivering email to your domain. Without it, a network attacker could silently strip TLS from email in transit.

Why does it matter?

Email is delivered between servers using SMTP. By default, SMTP tries TLS but falls back to plaintext if TLS is not available — a downgrade attack. MTA-STS prevents this fallback, ensuring all email delivered to your domain is encrypted in transit.

How to fix it

Implementing MTA-STS requires two things: 1. A DNS TXT record at _mta-sts.yourdomain.com: v=STSv1; id=20240101001 2. A policy file hosted at: https://mta-sts.yourdomain.com/.well-known/mta-sts.txt Policy file content: version: STSv1 mode: enforce mx: mail.yourdomain.com max_age: 86400 Start with mode: testing to see reports before enforcing. Use mta-sts.io for a guided setup.

What is this?

Common CMS admin panel paths like /wp-admin or /administrator are publicly accessible without any IP restriction.

Why does it matter?

A publicly accessible admin panel is a target for brute-force attacks and credential stuffing. Attackers continuously scan the web for these paths and run automated login attempts. If credentials are weak or reused, this is how sites get compromised.

How to fix it

Option 1: IP restriction (most secure) Nginx: location /wp-admin { allow your.ip.address; deny all; } Option 2: Two-factor authentication WordPress: install WP 2FA or Google Authenticator plugin Option 3: Move the admin URL (WordPress only) Install WPS Hide Login plugin to change /wp-admin to a custom path Option 4: HTTP Basic Auth as extra layer Add a password prompt before the admin panel is shown

What is this?

Content Security Policy (CSP) is a browser security feature that lets you control which resources (scripts, styles, images, fonts) a page is allowed to load, and from which origins.

Why does it matter?

CSP is one of the most effective defences against Cross-Site Scripting (XSS) attacks. Without CSP, an attacker who injects malicious JavaScript into your page can load resources from anywhere, steal session cookies, or redirect users.

How to fix it

Add a Content-Security-Policy header. Start with a report-only policy to detect issues without breaking anything: Content-Security-Policy-Report-Only: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; Once tested, switch to enforcing: Content-Security-Policy: default-src 'self'; ... CSP policies can be complex for sites with third-party scripts. Use https://csp-evaluator.withgoogle.com/ to evaluate your policy.

What is this?

Permissions-Policy (formerly Feature-Policy) lets you control which browser features and APIs your site is allowed to use, and whether third-party content embedded in iframes can access them.

Why does it matter?

Without this header, embedded third-party scripts or iframes could theoretically request access to the camera, microphone, geolocation, payment APIs, and more. Restricting these features reduces your attack surface.

How to fix it

Example header that disables features not needed for most sites: Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=() Nginx: add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always; Apache: Header always set Permissions-Policy "camera=(), microphone=(), geolocation=()" Only disable features you genuinely don't use. Adding this header is a low-effort, high-value improvement.

Get this report emailed to you

Create a free account to save your scan results, monitor your sites, and get alerted when your score drops.

Create free account

Show visitors your security score with an embeddable badge. It updates automatically when you rescan.

WebCheckApp security badge Preview
<a href="https://webcheckapp.com/scan/imw39CzN3mU6x8VA">
  <img src="https://webcheckapp.com/scan/imw39CzN3mU6x8VA/badge" alt="Security score: 71/100">
</a>