Vulnerability Scan Result

| Title: | Attention Required! | Cloudflare |
| Description: | No description found |
| ip_address | 104.18.41.156 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 172.64.146.100 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | https-alt | cloudflare - |
| Software / Version | Category |
|---|---|
| HTTP/3 | Miscellaneous |
| Cloudflare | CDN |
Web Application Vulnerabilities
Evidence
| URL | Response URL | Evidence |
|---|---|---|
| http://battelle.org/ | http://battelle.org/ | Communication is made over unsecure, unencrypted HTTP. |
Vulnerability description
We noticed that the communication between the web browser and the server is done using the HTTP protocol, which transmits data unencrypted over the network.
Risk description
The risk is that an attacker who manages to intercept the communication at the network level can read and modify the data transmitted (including passwords, secret tokens, credit card information and other sensitive data).
Recommendation
We recommend you to reconfigure the web server to use HTTPS - which encrypts the communication between the web browser and the server.
Classification
| CWE | CWE-319 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
Vulnerability description
We found the robots.txt on the target server. This file instructs web crawlers what URLs and endpoints of the web application they can visit and crawl. Website administrators often misuse this file while attempting to hide some web pages from the users.
Risk description
There is no particular security risk in having a robots.txt file. However, it's important to note that adding endpoints in it should not be considered a security measure, as this file can be directly accessed and read by anyone.
Recommendation
We recommend you to manually review the entries from robots.txt and remove the ones which lead to sensitive locations in the website (ex. administration panels, configuration files, etc).
Evidence
| Software / Version | Category |
|---|---|
| HTTP/3 | Miscellaneous |
| Cloudflare | CDN |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Vulnerability description
We have noticed that the server is missing the security.txt file, which is considered a good practice for web security. It provides a standardized way for security researchers and the public to report security vulnerabilities or concerns by outlining the preferred method of contact and reporting procedures.
Risk description
There is no particular risk in not having a security.txt file for your server. However, this file is important because it offers a designated channel for reporting vulnerabilities and security issues.
Recommendation
We recommend you to implement the security.txt file according to the standard, in order to allow researchers or users report any security issues they find, improving the defensive mechanisms of your server.
Classification
| CWE | CWE-1188 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
We found insecure DNS cookie usage on the following nameservers: mitchell.ns.cloudflare.com, monika.ns.cloudflare.com
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| dkim | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5B6wHWLZPGHmUXOY17VK9HUWY0JuQ7KPDhXfukMmBWtE+I3RCaoabQ/s7x5FKLW164pDV+gPO7ndZXwkeboDStIh5KZiNWWNqNPVRpIo39QXx3rQ4OB4EtVtgoE1JZICddve1Fkl0Z/aqJP5vC/f9mBQT6pFIKwsavE1Whu+66wIDAQAB" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.battelle.org | TXT | Text record | "v=DMARC1; p=reject; fo=1; rua=mailto:dmarc@battelle.org,mailto:dmarc_rua@emaildefense.proofpoint.com; ruf=mailto:dmarc@battelle.org,mailto:dmarc_ruf@emaildefense.proofpoint.com" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
| Software / Version | Category |
|---|---|
| HSTS | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| HSTS | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| battelle.org | SPF | Sender Policy Framework | "v=spf1 include:%{ir}.%{v}.%{d}.spf.has.pphosted.com include:spf.protection.outlook.com -all" |
Evidence
| Software / Version | Category |
|---|---|
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| HSTS | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| battelle.org | A | IPv4 address | 172.64.146.100 |
| battelle.org | A | IPv4 address | 104.18.41.156 |
| battelle.org | NS | Name server | mitchell.ns.cloudflare.com |
| battelle.org | NS | Name server | monika.ns.cloudflare.com |
| battelle.org | MX | Mail server | 10 mxa-0013ba02.gslb.gpphosted.com |
| battelle.org | MX | Mail server | 10 mxb-0013ba02.gslb.gpphosted.com |
| battelle.org | SOA | Start of Authority | mitchell.ns.cloudflare.com. dns.cloudflare.com. 2404189056 10000 2400 604800 1800 |
| battelle.org | AAAA | IPv6 address | 2a06:98c1:3109::6812:299c |
| battelle.org | AAAA | IPv6 address | 2606:4700:4404::ac40:9264 |
| battelle.org | TXT | Text record | "G8I71p8dd1d3gt7xtrre4letywUpRhW5daYVol7/D5M49vrMyqAbIYYIuUNWKHilaGdn7ePlHOD4wT6Gx+ninw==" |
| battelle.org | TXT | Text record | "MS=ms56750327" |
| battelle.org | TXT | Text record | "XbhPm83bSG3TbZWPNEQDhDOIGYliPfEjlz2ZwhnbRQSvGyYyfLOBOdsjRQol1UnGD2DLZJt2bxUflbfgEt7/xg==" |
| battelle.org | TXT | Text record | "_nokcogaqy0w7oq9ovmdxzqrb0o0de3e" |
| battelle.org | TXT | Text record | "adobe-sign-verification=d2f8710a9e7024da18bed688abb9abcc" |
| battelle.org | TXT | Text record | "apple-domain-verification=7TIB7yUDc7Ch0X6U" |
| battelle.org | TXT | Text record | "ciscocidomainverification=2389a94a6d35103f42b1ad34d23011cb28c739c80c461016e11cf669af1fb16f" |
| battelle.org | TXT | Text record | "docusign=0a25fa60-7b8f-46e6-99cd-e9013b21bcd6" |
| battelle.org | TXT | Text record | "docusign=cb174164-2090-4469-953e-2bf658e24387" |
| battelle.org | TXT | Text record | "fRWq+SzEoCKBT/+6o9BFAaHMaxaUlUn2v/IM8jGv5stTa0CJVCOOsrXZdM5GkWSlu05l0/6NYDm8ggBuGcuNVA==" |
| battelle.org | TXT | Text record | "google-site-verification=EdyCI6NZF4IpbUIESqrPyQsjvbEWkPyZote9XMdr2a8 " |
| battelle.org | TXT | Text record | "google-site-verification=m4B_ivYklIDZlxSdVOSov1fSzf_acS5FD_8AJXpThjM" |
| battelle.org | TXT | Text record | "h67ffndm63uv842lpkcp83nrh7" |
| battelle.org | TXT | Text record | "jamf-site-verification=zzJx4UUdOomZx-rDksTEIQ" |
| battelle.org | TXT | Text record | "ms-domain-verification=151e89da-57aa-4128-858c-6ec693a39b21" |
| battelle.org | TXT | Text record | "pardot1115823=f4480fbcb4eb3f004ca0302b74f840f144e5b5d74031c6e82c9da40b5740347f" |
| battelle.org | TXT | Text record | "pexip-ms-tenant-domain-verification=c779ee93-07d8-4248-940c-0ea5cdbde4d5" |
| battelle.org | TXT | Text record | "sending_domain1115823=f2ec60858f3bb37e6b90e017a845eacf08b96647fa741a6bbe1d22e438de2942" |
| battelle.org | TXT | Text record | "webexdomainverification.42J7F=5bd35651-b5a0-4ef3-aeeb-6a38e128470b" |
| battelle.org | SPF | Sender Policy Framework | "v=spf1 include:%{ir}.%{v}.%{d}.spf.has.pphosted.com include:spf.protection.outlook.com -all" |
| _dmarc.battelle.org | TXT | Text record | "v=DMARC1; p=reject; fo=1; rua=mailto:dmarc@battelle.org,mailto:dmarc_rua@emaildefense.proofpoint.com; ruf=mailto:dmarc@battelle.org,mailto:dmarc_ruf@emaildefense.proofpoint.com" |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| 200608 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGoQCNwAQdJBy23MrShs1EuHqK/dtDC33QrTqgWd9CJmtM3CK2ZiTYugkhcxnkEtGbzg+IJqcDRNkZHyoRezTf6QbinBB2dbyANEuwKI5DVRBFowQOj9zvM3IvxAEboMlb0szUjAoML94HOkKuGuCkdZ1gbVEi3GcVwrIQphal1QIDAQAB" |
| dkim | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5B6wHWLZPGHmUXOY17VK9HUWY0JuQ7KPDhXfukMmBWtE+I3RCaoabQ/s7x5FKLW164pDV+gPO7ndZXwkeboDStIh5KZiNWWNqNPVRpIo39QXx3rQ4OB4EtVtgoE1JZICddve1Fkl0Z/aqJP5vC/f9mBQT6pFIKwsavE1Whu+66wIDAQAB" |
| k2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2aC2KjGKLOwTweBY5A9RpjsxaBXR9r7OAU6U8/zn92ivImI75naUujWbItRI/QmL1jy5PWGqLwoUA0b90ObWaLDc+i9MtTNmGeWO009hr20fIxhGg6XBT2kjZ1DTThopSe1nAndsupmcBwlQ5Q6LJ+ZAxLcujnPIxM0ZBLmgpkv8u6RfY4eFP8OLvdAW3oSu" "B0DyLDigQX4Sj8wBO4YIdQH6AAmBeOsidsKAFNFUCpc3vCxtBDR12U+cBg724l3sBkMQ8evnz6idnqxq9QAVYh8k4kJ+RP+6cqTdy7LjIm8xY/bQNpQIpGUAuDo2DjLcCDun9DAI4Q/3z+Q0o9QuQIDAQAB;" |
| k3 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYGiMSn7fsUqSvfSX40x9R1OlRtbNiCY80lHRIlcKx3XDIR7257aUx+q9CSIARdfTL6KCuLGNFx5g9TgVr6png4ajcieSQGtOehBgxnkDN8aAA5TX0FmFrcefJU0JoxLOF09EKgXxhSSHCk/ekVb0PXSboHXoZ9+EI404F1qhcwXXIgHXTaUthHTut2P6BBZh" "IXIgvDe/w49GchR7MRJqjNb7neEBbYHbgWuBTvvHCg7Gy6m6n9krYK+ROWq3dVvXy9plAGK3ygM+HtjIiMt7arRGMOF0WgDTz7YdN9BGpt6BvXxLnjiQcgS5T9n+cIyPZgiWzDMXNlaEEdKTEKxrwIDAQAB;" |
| m1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDH84DTR+xTL9DO5Mq4HBdVA/mFFiOWUUsXRSKB36+NCD4gZAnH7cnwD5KSwclfjpOdIQvrm7u6BOaZfB7IEQpwzrjGv4sLvm57LlmVkc3P04OAlnAvGF1G/ZQ+3oiZ6lMdQ8Ymhpg+9N4SncDNwx6lgJeaDBGyTfn3600YpH4DoQIDAQAB" |
| mandrill | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQAB" |
| s1024 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGPfB9O0AOV76HiVz2PMfSZm8eiL+au8W8mbp3M5GPJemvubWhIiz2lr901yKWOVz0SU92akwGidguX6DEnFOyPMaBOl1puB5xMsMheUfEfBGcooqgRQLJJXw6/46V8Cg+Swv003yjN1y+NLQK/YBpAf4AjDAtJ4VF5zMhB9Da4QIDAQAB" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu5M5vf8S6kfU0xoXAW8EWge1KPW+SRd4bxehiEI1Hrq4n+9si+OA1s1IYUV9enc0QNHFPZiKIe8C5wy26WsGz5BnCyhJXjUOhgDqMi0LoH859pLPKfGUJOtcLQl1xeJLOktttj+tRycBfrGjAr3+NPddhVhE/8KLNK/bAgpyuB+Lf8OHHQ+S/SzDBJc8Tczabf/xs" "sCj9c5neWk5vwhG7iY6zCsHs9Ci5HH+CZKjPa5qPwRi/OSE1FY+pdbSKAA3G7iTAO42/owApzx4HT0x6DVaIhOsuk1PEYc/JXOhnbO/QjpCsLuUZampoGDrhXnAytV2duERJqY9YDthm5tBiwIDAQAB" |
| s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtR2t8BH/v9xdCjeF7k4sJraw95Cb2Z3MIbkk+j1LMOq+SMHyRUir2WGwqIBgmEkLkCUopUCNvjmY/O3FC318apsvUcTBUItAn8LFgV8c3N+EjWHKh2ZiME1mlq6XywZERyaRyrBQucQ1pegCYa2UcMyE1bev8U7cWtYEfNQXRz3v1CiJ0jsk/gS+UrJvhUAaC/t9Q" "T0Y6txRlDDit5lXIx0iFg88y0bDIwAe8q8+ozLsZMD58NwEmVmc36mPEJHoZ1L21n8oBi9dmvdFTK68a2HPKaYtvMV/wxJyAIXHhYf7bIxjTSIuApAYmwFBpaHGfTon/jgoV81E+0JxGWd5pwIDAQAB" |
| s3 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2sFGI2BAbb+XNdqBxjz11afI+cq1vVA278MMsnl59xvPtKWAn67lZv5+yMc4Z/GM3uOwYNQBi0POg+GGK5nVJwImviJieqdkwQkVkbdoELqT3xZQuwup0NxKEw7nIoiumQv0iPAdjtF1qqKyw6li9tdwJaQ+VDTe8Tt1odS7KqI5W50fxOuhroOAC3x3y2NAi9W7N" "g7GBIjVFRXOZ528G4m2M/G/yK7w5WxgaIZzSJNiHmj4JJUeNwDIB/9D3NJMWV7//Q7Qk/Tf7ZD3E3d3aimzXnRK8MrMSuCNr3G9p/WMpAmfjKZRqm9MQEkUIJytLxa2kcziWfxhelJP8qQiXwIDAQAB" |
| selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoxqygb4fRvTtj2eL74fdodtICewYVULtaC6tuS0Mi55Z9NTMRGche6aP8iHIk71QQiBEqXKD2Vh37Hqs9QB+RthGY7pgS9vhhbCyK5meMLp3MjhYCauQc4q8FZru8XsI5ufo5d6ZWYTGAGyG08zSlEm6Y1xFcjaGzgmNcZFtHvQIDAQAB; n=1024,1450955841,1" "466767041" |
| selector2 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIZA5FHqkqtOUmCCsaqe74v5o4IncBCCNVaK/EbsIimNezXS8UOGmSZOLyMqGPlzc6PxupiQ+Og/FUqyeWb1hImApfeelJyEfKhUXM9GCvkFUCBhVpwKWm4U1YQzWmXW3C3WCmLB3SdxwIabPQLaAphq60jiBVxRVwLsh62C+WswIDAQAB; n=1024,1450955841,1" |
| smtpapi | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPtW5iwpXVPiH5FzJ7Nrl8USzuY9zqqzjE0D1r04xDN6qwziDnmgcFNNfMewVKN2D1O+2J9N14hRprzByFwfQW76yojh54Xu3uSbQ3JP0A7k8o8GutRF8zbFUA8n0ZH2y0cIEjMliXY4W4LwPA7m4q0ObmvSjhd63O9d8z1XkUBwIDAQAB" |
Evidence
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.1-STABLE | 91% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| HSTS | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
| Google Tag Manager | Tag managers |
| Google Analytics UA | Analytics |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.