Security Report Summary
A
Site: | https://blackhat.nz/ | ||
---|---|---|---|
IP Address: | 172.67.212.188 | ||
Report Time: | 16 Feb 2025 22:12:58 UTC | ||
Headers: |
|
||
Advanced: |
|
Missing Headers
Content-Security-Policy | Content 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. |
---|
Raw Headers
HTTP/2 | 200 |
---|---|
date | Sun, 16 Feb 2025 22:12:58 GMT |
content-type | text/html; charset=utf-8 |
cf-ray | 9130e1d808ee9573-DUB |
cf-cache-status | DYNAMIC |
access-control-allow-origin | * |
age | 0 |
cache-control | max-age=600 |
expires | Sun, 16 Feb 2025 22:22:58 GMT |
last-modified | Thu, 23 Mar 2023 10:10:26 GMT |
strict-transport-security | max-age=63072000; includeSubDomains; preload |
vary | Accept-Encoding |
via | 1.1 varnish |
content-security-policy-report-only | frame-ancestors 'self';block-all-mixed-content;default-src 'self';script-src 'self' 'report-sample' 'unsafe-inline' https://code.jquery.com https://maxcdn.bootstrapcdn.com https://netdna.bootstrapcdn.com https://stackpath.bootstrapcdn.com;style-src 'self' 'report-sample' 'unsafe-inline' *.bootstrapcdn.com code.jquery.com fonts.googleapis.com;object-src 'none';frame-src 'self';child-src 'self';img-src 'self' code.jquery.com fonts.gstatic.com;font-src 'self' *.bootstrapcdn.com fonts.googleapis.com fonts.gstatic.com;connect-src 'self' code.jquery.com fonts.gstatic.com fonts.googleapis.com;manifest-src 'self';base-uri 'self';form-action 'self';media-src 'self' data:;prefetch-src 'self';report-uri https://infosec01.report-uri.com/r/d/csp/wizard;worker-src 'self'; |
cross-origin-embedder-policy | require-corp; report-to="default"; |
cross-origin-opener-policy | same-site; report-to="default"; |
cross-origin-resource-policy | same-site |
permissions-policy | camera=(), microphone=(), geolocation=() |
referrer-policy | no-referrer-when-downgrade |
x-cache | MISS |
x-cache-hits | 0 |
x-content-type-options | nosniff |
x-fastly-request-id | 2bdffb6f09e2db1e08e229c916aa32e26ffcae11 |
x-frame-options | DENY |
x-github-request-id | A1AD:3FE4C7:550C3:9699B:67B262EA |
x-permitted-cross-domain-policies | none |
x-proxy-cache | MISS |
x-served-by | cache-dub4363-DUB |
x-timer | S1739743978.291146,VS0,VE77 |
x-xss-protection | 0 |
server-timing | cfCacheStatus;desc="DYNAMIC" |
report-to | {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=y%2Bl48LHpx%2BufM4GGgbVMDLcr7TwWmaK83L753LIb9Zm25aj4logeAlX38wT0HQf2TpNzV6QhSOfKCw88WDa%2BWF6cP23iAyMJqjM2PESh2zmLhMzjbOyG6YnGtE53pw%3D%3D"}],"group":"cf-nel","max_age":604800} |
nel | {"success_fraction":0,"report_to":"cf-nel","max_age":604800} |
server | cloudflare |
content-encoding | gzip |
alt-svc | h3=":443"; ma=86400 |
server-timing | cfL4;desc="?proto=TCP&rtt=962&min_rtt=892&rtt_var=388&sent=6&recv=8&lost=0&retrans=0&sent_bytes=3386&recv_bytes=1347&delivery_rate=3103965&cwnd=87&unsent_bytes=0&cid=4ffaa52ec211ce8c&ts=128&x=0" |
Additional Information
access-control-allow-origin | This is a very lax CORS policy. Such a policy should only be used on a public CDN. |
---|---|
strict-transport-security | HTTP 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. |
content-security-policy-report-only | Content Security Policy Report Only is used to test a Content Security Policy before making it live. The browser will report on actions that would have been taken based on the policy. Analyse this policy in more detail. |
cross-origin-embedder-policy | Cross-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-policy | Cross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser. |
cross-origin-resource-policy | Cross-Origin Resource Policy allows a resource owner to specify who can load the resource. |
permissions-policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
referrer-policy | Referrer 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. |
x-content-type-options | X-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-options | X-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-protection | X-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. |
report-to | Report-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. You can sign up for a free account on Report URI to collect these reports. |
nel | Network Error Logging is a new header that instructs the browser to send reports during various network or application errors. You can sign up for a free account on Report URI to collect these reports. |
server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |