Vulnerability Scan Result

IP address | 104.18.161.220 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.18.160.220 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | Cloudflare http proxy - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | https | Cloudflare http proxy - |
Software / Version | Category |
---|---|
Google Ads | Advertising |
Microsoft Advertising | Advertising |
TikTok Pixel | Analytics |
Twitter Ads | Advertising |
Lozad.js | JavaScript libraries, Performance |
cdnjs | CDN |
jQuery CDN | CDN |
Facebook Pixel 2.9.197 | Analytics |
core-js 3.32.2 | JavaScript libraries |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
jQuery 1.19.2 | JavaScript libraries |
jQuery Modal 0.9.2 | JavaScript libraries |
jQuery UI 1.13.2 | JavaScript libraries |
Slick 1.8.1 | JavaScript libraries |
Open Graph | Miscellaneous |
Stripe | Payment processors |
Google Ads Conversion Tracking | Analytics |
Cloudflare | CDN |
Cloudflare Bot Management | Security |
Google Tag Manager | Tag managers |
OneTrust | Cookie compliance |
HSTS | Security |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://heylink.me/SADEWA77./ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://heylink.me/SADEWA77./ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://heylink.me/SADEWA77./ | 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-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Google Ads | Advertising |
Microsoft Advertising | Advertising |
TikTok Pixel | Analytics |
Twitter Ads | Advertising |
Lozad.js | JavaScript libraries, Performance |
cdnjs | CDN |
jQuery CDN | CDN |
Facebook Pixel 2.9.197 | Analytics |
core-js 3.32.2 | JavaScript libraries |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
jQuery 1.19.2 | JavaScript libraries |
jQuery Modal 0.9.2 | JavaScript libraries |
jQuery UI 1.13.2 | JavaScript libraries |
Slick 1.8.1 | JavaScript libraries |
Open Graph | Miscellaneous |
Stripe | Payment processors |
Google Ads Conversion Tracking | Analytics |
Cloudflare | CDN |
Cloudflare Bot Management | Security |
Google Tag Manager | Tag managers |
OneTrust | Cookie compliance |
HSTS | Security |
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Vulnerability description
Website is accessible.
Evidence
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.heylink.me | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:8ipzbu4g@ag.ap.dmarcian.com,mailto:dmarc_agg@vali.email;" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.heylink.me | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:8ipzbu4g@ag.ap.dmarcian.com,mailto:dmarc_agg@vali.email;" |
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.heylink.me | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:8ipzbu4g@ag.ap.dmarcian.com,mailto:dmarc_agg@vali.email;" |
Vulnerability description
We found that the DMARC record for the domain is not configured with ruf tag. A missing ruf (forensic reporting) tag in a DMARC record indicates that the domain owner has not enabled the collection of detailed failure reports. Forensic reports provide valuable insights into specific instances where emails fail DMARC authentication. Without the ruf tag, the domain administrator loses the ability to receive and analyze these reports, making it difficult to investigate individual email failures or identify targeted phishing or spoofing attacks that may be exploiting weaknesses in the email authentication setup.
Risk description
Without forensic reports (ruf), domain owners have limited visibility into the specifics of failed DMARC validation. This means potential malicious activity, such as email spoofing or phishing attempts, might go unnoticed until they result in more significant security breaches or reputational damage. Forensic reports allow for quick response to email abuses by providing detailed information about the failure, including the header information of the emails involved. The absence of this data hampers an organization's ability to identify and mitigate threats targeting its domain, increasing the risk of ongoing spoofing and fraud.
Recommendation
We recommend configuring the ruf tag in the DMARC record. This tag specifies where forensic reports should be sent, providing the domain owner with detailed data on DMARC validation failures. Forensic reports allow administrators to analyze why certain emails failed authentication, making it easier to fine-tune DMARC policies or address potential vulnerabilities. Ensure that the ruf email address belongs to a secure and trusted location capable of handling sensitive email data.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
heylink.me | A | IPv4 address | 104.18.161.220 |
heylink.me | A | IPv4 address | 104.18.160.220 |
heylink.me | NS | Name server | renan.ns.cloudflare.com |
heylink.me | NS | Name server | ursula.ns.cloudflare.com |
heylink.me | MX | Mail server | 1 aspmx.l.google.com |
heylink.me | MX | Mail server | 10 alt3.aspmx.l.google.com |
heylink.me | MX | Mail server | 10 alt4.aspmx.l.google.com |
heylink.me | MX | Mail server | 15 hwtw3dk5kmzleehjwfh73azfw6lvxysygkgqguwgfkduord5xuoq.mx-verification.google.com |
heylink.me | MX | Mail server | 5 alt1.aspmx.l.google.com |
heylink.me | MX | Mail server | 5 alt2.aspmx.l.google.com |
heylink.me | SOA | Start of Authority | renan.ns.cloudflare.com. dns.cloudflare.com. 2369752276 10000 2400 604800 1800 |
heylink.me | AAAA | IPv6 address | 2606:4700::6812:a0dc |
heylink.me | AAAA | IPv6 address | 2606:4700::6812:a1dc |
heylink.me | TXT | Text record | "MS=ms82627024" |
heylink.me | TXT | Text record | "google-site-verification=04p0rbrzVvhNGDs_Hv4K-2lRJ7t24-6xzW2FiCIRtGA" |
heylink.me | TXT | Text record | "google-site-verification=Jyc4OS3zAhPwb1zm-O8juCXLD_XqNQKP7qAP9KmOjYc" |
heylink.me | TXT | Text record | "google-site-verification=WSQexfDmR2rENUg4HwLxb0LxSVO0SMItYP6uPBRk44I" |
heylink.me | TXT | Text record | "stripe-verification=f7a7e50a505749b0a55388c2771b9632ee01bd8b850a82bb3708507536c11ab8" |
heylink.me | TXT | Text record | "tiktok-developers-site-verification=Hd8nLTPFLi2BBqZcjDWFh4M77hFZhUaA" |
heylink.me | SPF | Sender Policy Framework | "v=spf1 mx:em5213.heylink.me include:_spf.google.com include:_spf.hostedemail.com include:registrarmail.net -all" |
heylink.me | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
heylink.me | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
heylink.me | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
heylink.me | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
heylink.me | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
heylink.me | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
heylink.me | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
heylink.me | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
heylink.me | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
heylink.me | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
_dmarc.heylink.me | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:8ipzbu4g@ag.ap.dmarcian.com,mailto:dmarc_agg@vali.email;" |
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
Vulnerability description
OS detection couldn't determine the operating system.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
heylink.me | SPF | Sender Policy Framework | "v=spf1 mx:em5213.heylink.me include:_spf.google.com include:_spf.hostedemail.com include:registrarmail.net -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnBmTNbHZYl6jj2LwFxilr/29b29x7nK2PQiAUO4w5wyl0AA+QJlIf+VBkgit6Ffhd0p5HmHEdLZTE+qoBYzLhtY0OhZaWpFoLbURQpsAKl226imETiGGIEEW0Uzzwv06i7iq54QO6jn2JcMFsRr3WzZ5SfCmzF/m4yVbsWI5arW8CkMrDnIKGZCcCku2W6y78" "/OWHuz4IuhyXx8kahO/XzphtKIsasQJwxH0aMVCc5SJPt9CAqaERu9OLSesEIIqaA8kvALb2ydm5cDrJr3TTJHdUv6n1+4Z7OjKdcD3ZONu+6+VH99x8WihlBip38XlgRenQfIQMJe5i7DVGbN+GQIDAQAB" | |
s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpqjslQpSQnT6g8aXvUg3UfOI77SavP4ALbqv3/jmzWF4gZBPj4dD7RPWNaKuHONzexMGsLzaHs7QVtRfBbx9fa1oEiYkN8NiNhMfL2Rdfese1n4fEY8sNgqiwu2ezzlb6C6iOA2CtlRXMB2GJAWvwSi1zT7dXCVmrFcwIHtZydwIDAQAB" |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzcJ1c0lX8G2Va+FlNK21J3MkytAsxoiGfvmz1Th2sLd7kOEIG0EkxRG2FaOgKyvIdXIU3fLa9FvhM28L9H9c04IOEgCc7bAgG6Mhf56cUE/TTFYFb9e1DeCWLvt/kLKZ579Bxd6faWrfs91mR0Lha345q3lxJ9mJc+f9J7esBZhhbBRJhRoBiE/+7tTDKFu62kV3v" "CJ0nHK0kiJoGa3xHi1fIQXxX9J5oZEuNeAnbmn5zRnNEq4+Gv1BwM3bKAJHnhCgGcmtC0ZKfj6WIaxouP4+AIam+vkWRSQ3VUISekoATsNCl5cOuPmsGeb8+ciDOp21eAGIWrlxRX65KC+99wIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Cloudflare Browser Insights | Analytics, RUM |
Cloudflare Bot Management | 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 |
---|---|
YouTube | Video players |
Google Ads | Advertising |
Twitter Ads | Advertising |
Slick 1.8.1 | JavaScript libraries |
OneTrust | Cookie compliance |
Microsoft Advertising | Advertising |
jQuery 1.19.2 | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics GA4 | Analytics |
Google Ads Conversion Tracking | Analytics |
Facebook Pixel 2.9.197 | Analytics |
cdnjs | CDN |
Cloudflare Browser Insights | Analytics, RUM |
Cloudflare Bot Management | Security |
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 Browser Insights | Analytics, RUM |
Cloudflare Bot Management | 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 Browser Insights | Analytics, RUM |
Cloudflare Bot Management | 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.