Skip to content
https://asus.com

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
87
GRADE
B
FIX
1
REVIEW
3
PASS
8
INFO
0
Checks
12
8 PASS 3 REVIEW 1 FIX
F
Subresource Integrity
Action
0 of 16 external resources have SRI
FIX
0 of 16 external resources have SRI
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtm.js?id=GTM-NJRLM8
Warning::
External script from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://dlcdnimgs.asus.com/vendor/subscribe-form/js/subscribeform.min.js
Warning::
External script from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://dlcdnimgs.asus.com/vendor/public/fonts/js/roboto.js
Warning::
External script from cdn.fonts.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.fonts.net/t/trackingCode.js
Warning::
External link from cdn.fonts.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.fonts.net/t/1.css?apiType=css&projectid=9d6c4993-7af8-42eb-aef7-5ba3591e71b6
Warning::
External link from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://dlcdnimgs.asus.com/vendor/promotion-banner/css/promotionbanner.css
Warning::
External link from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://dlcdnimgs.asus.com/vendor/cookie-banner/css/alert-info.css?v2
Warning::
External script from apps.bazaarvoice.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://apps.bazaarvoice.com/deployments/asustek/global_asus/production/en_US/bv.js
Warning::
External link from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://dlcdnimgs.asus.com/vendor/location-reminder/css/locationreminder.css
Warning::
External link from cdn.fonts.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.fonts.net/kit/9d6c4993-7af8-42eb-aef7-5ba3591e71b6/9d6c4993-7af8-42eb-aef7-5ba3591e71b6_enhanced.css
Warning::
External script from cdn.fonts.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.fonts.net/kit/9d6c4993-7af8-42eb-aef7-5ba3591e71b6/9d6c4993-7af8-42eb-aef7-5ba3591e71b6_enhanced.js
Warning::
External script from www.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.asus.com/nuxtStatic/js/mpulse/global.js
Warning::
External script from s.go-mpulse.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://s.go-mpulse.net/boomerang/RQQXY-PWR8Y-FJH4F-ZT6TK-8WW94
Warning::
External script from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //dlcdnimgs.asus.com/vendor/promotion-banner/js/promotionbanner.min.js
Warning::
External script from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //dlcdnimgs.asus.com/vendor/location-reminder/js/locationreminder.min.js
Warning::
External script from dlcdnimgs.asus.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://dlcdnimgs.asus.com/vendor/cookie-banner/js/alert-info.js
SRI Coverage 0 / 16 of external resources have integrity hashes
TagDomainIntegrity
<script>www.googletagmanager.com Missing
<script>dlcdnimgs.asus.com Missing
<script>dlcdnimgs.asus.com Missing
<script>cdn.fonts.net Missing
<link>cdn.fonts.net Missing
<link>dlcdnimgs.asus.com Missing
<link>dlcdnimgs.asus.com Missing
<script>apps.bazaarvoice.com Missing
<link>dlcdnimgs.asus.com Missing
<link>cdn.fonts.net Missing
<script>cdn.fonts.net Missing
<script>www.asus.com Missing
<script>s.go-mpulse.net Missing
<script>dlcdnimgs.asus.com Missing
<script>dlcdnimgs.asus.com Missing
<script>dlcdnimgs.asus.com Missing
B
Content Security Policy
5 of 10 CSP checks passed
REVIEW
5 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src 'self' blob: data: https://www.asus.com; img-src 'self' blob: data: https://www.asus.com; script-src 'self' blob: https://www.asus.com; style-src 'self' https://www.asus.com
Info::
default-src directive is set
Got: default-src 'self' blob: data: https://www.asus.com
Info::
No 'unsafe-inline' in script source
Info::
No 'unsafe-eval' in script source
Info::
No wildcard in script source
Info::
object-src falls back to default-src
Warning::
base-uri directive is missing
Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
Expected: base-uri 'self'
Warning::
frame-ancestors directive is missing
frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
Expected: frame-ancestors 'self'
Warning::
form-action directive is missing
form-action restricts where forms can submit data, preventing form hijacking.
Expected: form-action 'self'
Info::
upgrade-insecure-requests is not set
This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.
Expected: upgrade-insecure-requests

Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.

Expected: base-uri 'self'
Why this matters

Missing base-uri in CSP leaves a base-tag injection attack path open even on otherwise strict policies.

Learn more

A common omission: developers add CSP for script-src and frame-ancestors but forget base-uri. The result is a CSP that looks strict but lets an attacker rewrite every URL on the page via <base href>. Add `base-uri 'self'` to close the gap.

Source: MDN CSP

frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.

Expected: frame-ancestors 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

form-action restricts where forms can submit data, preventing form hijacking.

Expected: form-action 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

Expected: upgrade-insecure-requests
Why this matters

Without upgrade-insecure-requests, any HTTP subresource link survives as a mixed-content warning instead of auto-upgrading.

Learn more

Adding `upgrade-insecure-requests` to your CSP turns every http:// subresource fetch into https:// at the browser layer. One-line defense against accidental mixed content from legacy links or third-party widgets.

Source: MDN CSP

Parsed Policy

default-src 'self'blob:data:https://www.asus.com
img-src 'self'blob:data:https://www.asus.com
script-src 'self'blob:https://www.asus.com
style-src 'self'https://www.asus.com
B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

Cross-origin requests are blocked by browser same-origin policy.

Origin reflection test

Some servers mirror the request Origin header, which can be exploited. Test manually:

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
B
security.txt
Published with 2 contact(s)
REVIEW

security.txt

Contact: Mailto:security@asus.com, https://www.asus.com/security-advisory/
Expires: Thu, 31 Dec 2026 23:59:59 +0800
Encryption: https://www.asus.com/security-advisory/
A
Security Headers
8 of 10 headers properly configured
PASS
8 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured (consider adding preload)
Got: max-age=31536000; includeSubDomains
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Info::
X-Frame-Options is properly configured
Got: SAMEORIGIN
Info::
Referrer-Policy is properly configured
Got: strict-origin-when-cross-origin
Info::
Permissions-Policy is set
Got: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()
Info::
Content-Security-Policy is present
Got: default-src 'self' blob: data: https://www.asus.com; img-src 'self' blob: data: …
Warning::
Cross-Origin-Opener-Policy header is missing
COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
Expected: same-origin
Warning::
Cross-Origin-Embedder-Policy header is missing
COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
Expected: require-corp
Info::
X-Powered-By header is not present
Info::
Server header is present without version info
Got: 9

COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.

Expected: same-origin
Why this matters

COOP isolates your top-level browsing context from cross-origin windows — without it, popup-based side-channel attacks remain possible.

Learn more

Cross-Origin-Opener-Policy: same-origin prevents cross-origin pages from sharing a browsing-context group with yours. This blocks cross-window references that enable Spectre-style timing attacks and tab-nabbing. Required if you want to enable SharedArrayBuffer.

Source: MDN / web.dev

COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.

Expected: require-corp
Why this matters

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Learn more

Cross-Origin-Embedder-Policy: require-corp ensures every embedded resource (script, iframe, image) explicitly allows being loaded cross-origin. Combined with COOP, this enables the cross-origin-isolated context that unlocks SharedArrayBuffer, high-resolution timers, and other powerful APIs.

Source: MDN / web.dev

A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_AES_256_GCM_SHA384
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 277 days)
Got: 2027-01-18T23:59:59Z
Info::
Certificate chain has 2 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 2 domain(s)
Got: www.asus.com, asus.com
Info::
Certificate is issued by a trusted CA
Got: CN=Sectigo Public Server Authentication CA OV R36,O=Sectigo Limited,C=GB

HTTP/2 provides multiplexing and header compression for better performance.

Why this matters

HTTP/1.1 forces the browser to make sequential requests, multiplying latency on every page.

Learn more

HTTP/2 (and HTTP/3) multiplex many requests over a single connection, eliminating head-of-line blocking. HTTP/1.1 forces the browser to either queue requests or open many parallel connections — both worse. Most modern web servers support HTTP/2 with one config line.

Source: MDN Web Docs

Connection
Protocol
TLS 1.3
Cipher Suite
TLS_AES_256_GCM_SHA384
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=www.asus.com,O=ASUSTeK COMPUTER INC.,ST=Taipei,C=TWIssuer CN=Sectigo Public Server Authentication CA OV R36,O=Sectigo Limited,C=GBValid 2025-12-18T00:00:00Z → 2027-01-18T23:59:59ZExpires in 277 days SANs www.asus.com, asus.comSignature SHA256-RSASerial 82d45e24c6e6b7c4d7941e9ef9b3ae4b
Intermediate (CA Certificate)
Subject CN=Sectigo Public Server Authentication CA OV R36,O=Sectigo Limited,C=GBIssuer CN=Sectigo Public Server Authentication Root R46,O=Sectigo Limited,C=GBValid 2021-03-22T00:00:00Z → 2036-03-21T23:59:59ZExpires in 3627 days Signature SHA384-RSASerial 2c1a3c76e943ddddff191b31890aed71
A+
Cookie Security
No cookies set — no cookie security risks
PASS
No cookies set — no cookie security risks
Info::
No cookies set — no cookie security risks

No cookies detected — no cookie security risks to report.

A+
JS Library Vulnerabilities
No known vulnerabilities
PASS
No known vulnerabilities
Info::
No known JavaScript library vulnerabilities detected

No known JavaScript library vulnerabilities detected.

A+
Information Leakage
No exposures
PASS
No exposures
Info::
security.txt is present — good practice
Info::
No sensitive files exposed

No sensitive files exposed — all paths returned 404.

PathStatusCategoryRisk
/.git/HEAD Not foundVersion Control
/.git/config Not foundVersion Control
/.svn/entries Not foundVersion Control
/.env Not foundConfiguration
/.env.local Not foundConfiguration
/.env.production Not foundConfiguration
/wp-config.php Not foundConfiguration
/.htaccess Not foundConfiguration
/phpinfo.php Not foundDebug
/server-status Not foundDebug
/server-info Not foundDebug
/.well-known/security.txt ExposedSecurity PolicyInfo
A+
Email Security
DMARC: reject
PASS
DMARC: reject
Info::
DMARC policy is reject — strongest protection
DMARC
Policy reject — strongest protection Record v=DMARC1; p=reject; pct=100; sp=quarantine
A+
Permissions-Policy
9 directives, 1 missing
PASS
9 directives, 1 missing
Info::
geolocation=() — blocked for all origins
Info::
midi=() — blocked for all origins
Info::
sync-xhr=() — blocked for all origins
Info::
microphone=() — blocked for all origins
Info::
camera=() — blocked for all origins
Info::
magnetometer=() — blocked for all origins
Info::
gyroscope=() — blocked for all origins
Info::
fullscreen=(self)
Info::
payment=() — blocked for all origins
Info::
usb not restricted
Consider adding usb=() to block usb access from embedded content.

Raw Header

geolocation=() midi=() sync-xhr=() microphone=() camera=() magnetometer=() gyroscope=() fullscreen=(self) payment=()

Feature Permissions

Blocked Self Only Unrestricted Not Set
geolocation Blocked
midi Blocked
sync-xhr Blocked
microphone Blocked
camera Blocked
magnetometer Blocked
gyroscope Blocked
fullscreen Self Only
payment Blocked
usb Not Set
A
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
HTTP/3, HSTS, and TLS version analysis
Info::
HTTP/3 (QUIC) not advertised
HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
Info::
HSTS enabled (includeSubDomains)
Info::
TLS 1.3 in use (fastest handshake, 1-RTT)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback