Vulnerability Scan Result

| ip_address | 3.164.182.94 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
| ip_address | 3.164.182.73 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
| ip_address | 3.164.182.60 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
| ip_address | 3.164.182.100 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
80/tcp | http | Amazon CloudFront httpd - |
443/tcp | https | - - |
| Software / Version | Category |
|---|---|
| Amazon Web Services | PaaS |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Amazon CloudFront | CDN |
| Linkedin Insight Tag | Analytics |
| Google Font API | Font scripts |
| Google Analytics | Analytics |
| HTTP/3 | Miscellaneous |
| Lucide | Font scripts |
| MySQL | Databases |
| PHP | Programming languages |
| DoubleClick Floodlight | Advertising |
| WordPress | CMS, Blogs |
| Google Tag Manager | Tag managers |
Web Application Vulnerabilities
Evidence
| URL | Evidence |
|---|---|
| https://legacykeeper.app/ | Response does not include the HTTP Content-Security-Policy security header or meta tag |
Vulnerability description
We noticed that the target application lacks the Content-Security-Policy (CSP) header in its HTTP responses. The CSP header is a security measure that instructs web browsers to enforce specific security rules, effectively preventing the exploitation of Cross-Site Scripting (XSS) vulnerabilities.
Risk description
The risk is that if the target application is vulnerable to XSS, lack of this header makes it easily exploitable by attackers.
Recommendation
Configure the Content-Security-Header to be sent with each HTTP response in order to apply the specific policies needed by the application.
Classification
| CWE | CWE-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://legacykeeper.app/ | Response headers do not include the Referrer-Policy HTTP security header as well as the |
Vulnerability description
We noticed that the target application's server responses lack the Referrer-Policy HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| Amazon Web Services | PaaS |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Amazon CloudFront | CDN |
| Linkedin Insight Tag | Analytics |
| Google Font API | Font scripts |
| Google Analytics | Analytics |
| HTTP/3 | Miscellaneous |
| Lucide | Font scripts |
| MySQL | Databases |
| PHP | Programming languages |
| DoubleClick Floodlight | Advertising |
| WordPress | CMS, Blogs |
| Google Tag Manager | Tag managers |
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 |
Evidence
| URL | Evidence |
|---|---|
| https://legacykeeper.app/ | Response headers do not include the X-Content-Type-Options HTTP security header |
Vulnerability description
We noticed that the target application's server responses lack the X-Content-Type-Options header. This header is particularly important for preventing Internet Explorer from reinterpreting the content of a web page (MIME-sniffing) and thus overriding the value of the Content-Type header.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
Recommendation
We recommend setting the X-Content-Type-Options header such as `X-Content-Type-Options: nosniff`.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://legacykeeper.app/blog/ | GET | Headers: User-Agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Credit Card Number: 2644536267352236 |
Vulnerability description
We noticed that this application does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected. Sensitive data targeted usually consists of emails, credit card and social security numbers.
Risk description
The risk exists that sensitive personal information within the application could be accessed by unauthorized parties. This could lead to privacy violations, identity theft, or other forms of personal or corporate harm.
Recommendation
Compartmentalize the application to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
Classification
| CWE | CWE-201 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://legacykeeper.app/ | Response headers do not include the HTTP Strict-Transport-Security header |
Vulnerability description
We noticed that the target application lacks the HTTP Strict-Transport-Security header in its responses. This security header is crucial as it instructs browsers to only establish secure (HTTPS) connections with the web server and reject any HTTP connections.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
Recommendation
The Strict-Transport-Security HTTP header should be sent with each HTTPS response. The syntax is as follows: `Strict-Transport-Security: max-age=<seconds>[; includeSubDomains]` The parameter `max-age` gives the time frame for requirement of HTTPS in seconds and should be chosen quite high, e.g. several months. A value below 7776000 is considered as too low by this scanner check. The flag `includeSubDomains` defines that the policy applies also for sub domains of the sender of the response.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://legacykeeper.app/ | GET | Headers: User-Agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Email Address: admin@legacykeeper.app |
Vulnerability description
We noticed that this web application exposes email addresses, which might be unintended. While not inherently a vulnerability, this information could be leveraged in social engineering or spam related activities.
Risk description
The risk is that exposed email addresses within the application could be accessed by unauthorized parties. This could lead to privacy violations, spam, phishing attacks, or other forms of misuse.
Recommendation
Compartmentalize the application to have 'safe' areas where trust boundaries can be unambiguously drawn. Do not allow email addresses to go outside of the trust boundary, and always be careful when interfacing with a compartment outside of the safe area.
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| legacykeeper.app | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:ca.zeptomail.net" |
| legacykeeper.app | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
Vulnerability description
We found that the target has more than one configured DNS SPF (Sender Policy Framework) record. SPF is designed to prevent email spoofing by specifying which mail servers are allowed to send email on behalf of a domain. According to RFC 7208, a domain must have only one SPF record. Multiple SPF records can cause validation issues, leading to failed email authentication checks. This could impact email deliverability, and legitimate emails may be rejected or marked as spam.
Risk description
Having multiple SPF records poses a significant risk to email security and deliverability. When a receiving email server encounters more than one SPF record, it might fail to properly validate the SPF configuration, leading to the rejection of legitimate emails or their classification as spam. This can negatively affect business operations by disrupting email communication with customers, partners, or internal stakeholders. Furthermore, failure to comply with SPF best practices can make the domain more vulnerable to email spoofing attacks, which could damage the organization's reputation and lead to phishing attempts using the domain name.
Recommendation
We recommend removing any redundant or conflicting SPF records and ensuring that only one SPF record is present. The multiple records should be merged into a single SPF entry that includes all necessary authorized mail servers. For example, if two SPF records exist, they can be combined into one as follows:\nv=spf1 include:spf1.example.com include:spf2.example.com -all\nAfterward, verify that the single SPF record covers all the intended mail servers. Test the SPF configuration using email testing tools to confirm that it works correctly and that email deliverability is not negatively impacted.
Evidence
We found insecure DNS cookie usage on the following nameservers: ns-1368.awsdns-43.org, ns-1694.awsdns-19.co.uk, ns-420.awsdns-52.com, ns-969.awsdns-57.net
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| legacykeeper.app | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
Vulnerability description
We found that the Sender Policy Framework (SPF) record for the domain is configured with ~all (soft fail), which indicates that emails from unauthorized IP addresses are not explicitly denied. Instead, the recipient mail server is instructed to treat these messages with suspicion but may still accept them. This configuration may not provide enough protection against email spoofing and unauthorized email delivery, leaving the domain more vulnerable to impersonation attempts.
Risk description
The ~all directive in an SPF record allows unauthorized emails to pass through some email servers, even though they fail SPF verification. While such emails may be marked as suspicious or placed into a spam folder, not all mail servers handle soft fail conditions consistently. This creates a risk that malicious actors can spoof the domain to send phishing emails or other fraudulent communications, potentially causing damage to the organization's reputation and leading to successful social engineering attacks.
Recommendation
We recommend changing the SPF record's ~all (soft fail) directive to -all (hard fail). The -all setting tells recipient mail servers to reject emails from any IP addresses not listed in the SPF record, providing stronger protection against email spoofing. Ensure that all legitimate IP addresses and services that send emails on behalf of your domain are properly included in the SPF record before implementing this change.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.legacykeeper.app | TXT | Text record | "v=DMARC1;p=none;sp=none;pct=100;rua=mailto:jon@legacykeeper.app;ruf=mailto:jon@legacykeeper.app;ri=86400;aspf=s;adkim=s;fo=1" |
Vulnerability description
We found that the DMARC record for the domain is configured with sp=none, meaning that no policy is enforced for subdomains. This allows subdomains to send emails without being subject to DMARC checks, making it easier for attackers to spoof emails from these subdomains. Subdomains are often overlooked in email security, and attackers can exploit this misconfiguration to launch phishing or spoofing attacks from seemingly legitimate subdomains of a protected domain.
Risk description
When the DMARC record is configured with sp=none, subdomains are not subject to DMARC enforcement, allowing attackers to spoof emails from subdomains without being blocked. This creates a significant risk of phishing and impersonation attacks, where malicious emails appear to originate from trusted subdomains. These spoofed emails can be used to deceive users or damage the organization's reputation, undermining the security benefits of DMARC for the primary domain.
Recommendation
To mitigate the risk, we recommend that the subdomain policy should be updated to sp=reject to ensure that any email failing DMARC checks from subdomains is automatically rejected. This will help prevent unauthorized emails from being sent from subdomains, reducing the risk of spoofing and phishing. Additionally, it's important to regularly monitor DMARC reports to track email activity from subdomains and adjust policies as needed to maintain consistent security across the entire domain.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| legacykeeper.app | A | IPv4 address | 3.164.182.73 |
| legacykeeper.app | A | IPv4 address | 3.164.182.60 |
| legacykeeper.app | A | IPv4 address | 3.164.182.94 |
| legacykeeper.app | A | IPv4 address | 3.164.182.100 |
| legacykeeper.app | NS | Name server | ns-1368.awsdns-43.org |
| legacykeeper.app | NS | Name server | ns-1694.awsdns-19.co.uk |
| legacykeeper.app | NS | Name server | ns-420.awsdns-52.com |
| legacykeeper.app | NS | Name server | ns-969.awsdns-57.net |
| legacykeeper.app | MX | Mail server | 1 aspmx.l.google.com |
| legacykeeper.app | MX | Mail server | 10 alt3.aspmx.l.google.com |
| legacykeeper.app | MX | Mail server | 10 alt4.aspmx.l.google.com |
| legacykeeper.app | MX | Mail server | 5 alt1.aspmx.l.google.com |
| legacykeeper.app | MX | Mail server | 5 alt2.aspmx.l.google.com |
| legacykeeper.app | SOA | Start of Authority | ns-1694.awsdns-19.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:9800:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:0:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:a000:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:a600:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:4c00:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:c00:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:ae00:e:577f:e600:93a1 |
| legacykeeper.app | AAAA | IPv6 address | 2600:9000:2792:c800:e:577f:e600:93a1 |
| legacykeeper.app | TXT | Text record | "google-site-verification=0XcWhv_fZZakfvkcTzEsn4-CGcpR_o4nwrwY1XkwQxQ" |
| legacykeeper.app | TXT | Text record | "google-site-verification=_GaF929MViMvXXT4P6AV0wpM6l_yDf2eEOmgiroYh0g" |
| legacykeeper.app | TXT | Text record | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0hkFnmvzWFhpa5K87MxN+91tLXlFdNP+DIRfKjdTb9VClSvwzOXcq8e7Aa4coxarLy1yQ47sK5aHTqzmjaIUe73SQJ3/1GeaYtOVfsMwKQbgwLACbUf23Jx0ci5Y1WuclQsc1wWny++OqZn4O/QqNA0Wf ZptzTRThcDXiqatJRQIDAQAB" |
| legacykeeper.app | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:ca.zeptomail.net" |
| legacykeeper.app | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
| _dmarc.legacykeeper.app | TXT | Text record | "v=DMARC1;p=none;sp=none;pct=100;rua=mailto:jon@legacykeeper.app;ruf=mailto:jon@legacykeeper.app;ri=86400;aspf=s;adkim=s;fo=1" |
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 |
|---|---|---|---|
| rsa | 2048 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmCFxhyF0A/sRiyWPvBOBnoZSKEeyfcZKQ34qIq5GfosGgWdaFASrq43VAGWKHmR+JUbM8Ah7ux7WYJQPiwb3gq6eeaxbZkx2nGv/wDMOQdsF8RgSBt3DWDMY5eYRaozJsFbWwzGm1bnFz8OyYBXvjv3NQRBVPdbQLN+IWuDvU1KQtKDKwTX81f3OuTvXbwEjU" "QYyqFjZR7uv3Uetvw3OH9Mo9KRWGHW1xAYr8s0OqMN6lOt0LzvIJyVBQF5Zzg/kw4/Pymsd1x6a3JsPWvYBJvAGhXziBWgFXo7BnoFXeq9ifo3VU0fXiyQdDEpB3tPpUHx0Pwi8oR2omagcU646YwIDAQAB" | |
| s1 | rsa | 2048 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt51ode/bQFqCXgiMyuFg8RQiNCNIV5VyzraaXC/8LnO7tf31jedWMF0WzwNeAUwjG2+popN00fLxpRSvRbrveyS1v/1e/raIURpjM+a1xjQQUzhUzkj558EBP2+waVRG29uvw/fz88OuNNkZAdjXRtUuksFddiK5WdfO6UadG8MQC3dgMLmypFbG527X7rc6y9Mg5" "LQFLECGSEBsTfzBzZhdvWyyfsXAp1shKopGSRmPrkBrjjy2VeT9lFLRF6t30MAwq6rFs5KHXV1ViPJyqOIg2K3YJ1fXvVQ9o+mtMmivUlE2pZerP+bzZXh8Q57RHbPJsJsOoQSGWm8X587zJQIDAQAB" |
| s2 | rsa | 2048 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt6tG6DYxp1bZ+5tFTBk1doy2AniUXkkRiUwzml5VzbtABvlHhAuOZrezgNNGoxU1DfVvnLfgE4FSN+ilzNdcm/SOPmY++YxlO7aXzkWVUKUSzHyErBY8a1/sel7v6BTzWle33W/0eoapy/wWvhsYa20AbRHfTAmpADMTvWvR/2u8obb465Qgrbl+EkYaXjOp0JsPf" "aTuAlAg33NEaX4aHSShh8g4LUCEwZCFOkFSQEn4wE5DhGHrboA25kv3i9ZBR13C33IswDpG/de80tJ8xLYa8Hv6f6bohdNnxGKAarSX1dCjPRkv3vkEyPm5ljU9LUbkBDRAWL7MAARaDJq4+QIDAQAB" |
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| MySQL | Databases |
| PHP | Programming languages |
| Amazon Web Services | PaaS |
| Linkedin Insight Tag | Analytics |
| Google Tag Manager | Tag managers |
| Google Analytics | Analytics |
| Lucide | Font scripts |
| Google Font API | Font scripts |
| DoubleClick Floodlight | Advertising |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Amazon CloudFront | 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 |
|---|---|---|---|
| legacykeeper.app | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:ca.zeptomail.net" |
Evidence
| Operating System | Accuracy |
|---|---|
| Crestron XPanel control system | 87% |
Vulnerability description
OS Detection

