Security Report Summary
A
Site: https://www.maltego.com/
IP Address: 2600:1f1c:446:4901::64
Report Time: 07 May 2024 13:19:33 UTC
Headers:
  • Content-Security-Policy
  • Permissions-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • Referrer-Policy
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
Referrer-PolicyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.Note that CSP frame-ancestors is used but the value is considered too lax to substitue for XFO.
Warnings
Content-Security-PolicyThe CSP directive frame-ancestors contains object-src as a source expression. Should this be "frame-ancestors ...; object-src ..." instead? The CSP directive frame-ancestors contains font-src as a source expression. Should this be "frame-ancestors ...; font-src ..." instead? The CSP directive frame-ancestors contains frame-src as a source expression. Should this be "frame-ancestors ...; frame-src ..." instead? The CSP directive frame-ancestors contains img-src as a source expression. Should this be "frame-ancestors ...; img-src ..." instead?
Permissions-PolicyWe detected an invalid directive, " browser-topics".
Raw Headers
HTTP/2200
accept-rangesbytes
age0
cache-controlpublic,max-age=0,must-revalidate
cache-status"Netlify Edge"; fwd=stale
content-encodinggzip
content-security-policyframe-ancestors 'self' *, object-src 'none', font-src 'self' https://fonts.gstatic.com https://script.hotjar.com/, frame-src 'self' https://www.google.com/ https://consentcdn.cookiebot.com/ https://outlook.office365.com/ https://sflink.maltego.com/ https://www.youtube.com/ https://app.vwo.com/ https://www.youtube-nocookie.com/, img-src 'self' data: https://analytics.twitter.com https://chart.googleapis.com https://company.g2.com https://dev.visualwebsiteoptimizer.com https://px.ads.linkedin.com https://t.co https://useruploads.visualwebsiteoptimizer.com https://wingify-assets.s3.amazonaws.com https://www.google.com https://www.google.com.br https://imgsct.cookiebot.com/ https://www.google-analytics.com/ https://px4.ads.linkedin.com/ https://bat.bing.com/ https://www.fbi.gov/ https://static.maltego.com/cdn/
content-typetext/html; charset=UTF-8
dateTue, 07 May 2024 13:19:33 GMT
etag"cae3c5db9d46f30196073cfe46f34c65-ssl-df"
permissions-policyaccelerometer=(), autoplay=(self), camera=(), display-capture=(self), fullscreen=(self), geolocation=(self), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(self), payment=(self), picture-in-picture=(self), publickey-credentials-get=(self), screen-wake-lock=(self), sync-xhr=(self), usb=(), xr-spatial-tracking=(self), clipboard-read=(self), clipboard-write=(self), gamepad=(), hid=(self), idle-detection=(self), serial=(self), unload=(self), window-placement=(self), browser-topics=()
serverNetlify
strict-transport-securitymax-age=31536000
varyAccept-Encoding
x-content-type-optionsnosniff
x-frame-optionsDENY
x-nf-request-id01HX9KB739QMGX7QNCE1NHKQKF
x-xss-protection1; mode=block
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
content-security-policyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets. Analyse this policy in more detail. You can sign up for a free account on Report URI to collect reports about problems on your site.
permissions-policyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
strict-transport-securityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
x-content-type-optionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
x-frame-optionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.
x-xss-protectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.