Security Report Summary
A
Site: | https://blackhat.nz/ | ||
---|---|---|---|
IP Address: | 172.67.212.188 | ||
Report Time: | 23 Jan 2025 17:36:45 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 | Thu, 23 Jan 2025 17:36:45 GMT |
content-type | text/html; charset=utf-8 |
cf-ray | 90698c389e3f79e8-DUB |
cf-cache-status | DYNAMIC |
access-control-allow-origin | * |
age | 0 |
cache-control | max-age=600 |
expires | Thu, 23 Jan 2025 17:46:45 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 | 3fc8c997622455d512156b97d8136f5f0fe2afae |
x-frame-options | DENY |
x-github-request-id | D2D6:8401F:D67D:13AB5:67927E2C |
x-permitted-cross-domain-policies | none |
x-proxy-cache | MISS |
x-served-by | cache-dub4338-DUB |
x-timer | S1737653805.973022,VS0,VE105 |
x-xss-protection | 0 |
server-timing | cfCacheStatus;desc="DYNAMIC" |
report-to | {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mm5Z7HN%2BFtrO2S61mjPQ9Q0BmyWwzOju5Nok4tT8mui9%2FNiUFpWtlHCSw%2BgjXX5sQtzSQZHmVXKwlhnxB28m%2Bhxc%2F0rV6kw7XwYuB2hJ%2BdSiMfHSysRBg2i7yeDqMw%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=1048&min_rtt=967&rtt_var=425&sent=6&recv=8&lost=0&retrans=0&sent_bytes=3408&recv_bytes=1347&delivery_rate=2606660&cwnd=99&unsent_bytes=0&cid=a445e826fbed4a97&ts=203&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". |